Home
last modified time | relevance | path

Searched refs:temp_handle (Results 1 – 13 of 13) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dbrowser_window_std_win.cc40 void BrowserWindowStdWin::GetPopupConfig(CefWindowHandle temp_handle, in GetPopupConfig() argument
47 windowInfo.SetAsChild(temp_handle, RECT()); in GetPopupConfig()
Dbrowser_window_osr_win.cc34 void BrowserWindowOsrWin::GetPopupConfig(CefWindowHandle temp_handle, in GetPopupConfig() argument
40 windowInfo.SetAsWindowless(temp_handle); in GetPopupConfig()
Dbrowser_window_std_gtk.cc112 void BrowserWindowStdGtk::GetPopupConfig(CefWindowHandle temp_handle, in GetPopupConfig() argument
119 windowInfo.SetAsChild(temp_handle, CefRect()); in GetPopupConfig()
Dbrowser_window_std_mac.mm38 void BrowserWindowStdMac::GetPopupConfig(CefWindowHandle temp_handle,
45 windowInfo.SetAsChild(temp_handle, 0, 0, 0, 0);
Dbrowser_window_std_win.h28 void GetPopupConfig(CefWindowHandle temp_handle,
Dbrowser_window_std_mac.h28 void GetPopupConfig(CefWindowHandle temp_handle,
Dbrowser_window_std_gtk.h31 void GetPopupConfig(CefWindowHandle temp_handle,
Dbrowser_window_osr_win.h32 void GetPopupConfig(CefWindowHandle temp_handle,
Dbrowser_window.h71 virtual void GetPopupConfig(CefWindowHandle temp_handle,
Dbrowser_window_osr_mac.h37 void GetPopupConfig(CefWindowHandle temp_handle,
Dbrowser_window_osr_gtk.h40 void GetPopupConfig(CefWindowHandle temp_handle,
Dbrowser_window_osr_mac.mm1288 void GetPopupConfig(CefWindowHandle temp_handle,
1395 void BrowserWindowOsrMacImpl::GetPopupConfig(CefWindowHandle temp_handle,
1401 windowInfo.SetAsWindowless(temp_handle);
1784 void BrowserWindowOsrMac::GetPopupConfig(CefWindowHandle temp_handle,
1788 impl_->GetPopupConfig(temp_handle, windowInfo, client, settings);
Dbrowser_window_osr_gtk.cc1003 void BrowserWindowOsrGtk::GetPopupConfig(CefWindowHandle temp_handle, in GetPopupConfig() argument
1009 windowInfo.SetAsWindowless(temp_handle); in GetPopupConfig()