Home
last modified time | relevance | path

Searched refs:NotifyNativeWindowCreated (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_window_win.h81 void NotifyNativeWindowCreated(HWND hwnd);
Dosr_window_win.cc325 NotifyNativeWindowCreated(hwnd_); in Create()
346 void OsrWindowWin::NotifyNativeWindowCreated(HWND hwnd) { in NotifyNativeWindowCreated() function in client::OsrWindowWin
350 base::BindOnce(&OsrWindowWin::NotifyNativeWindowCreated, this, hwnd)); in NotifyNativeWindowCreated()