Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dbrowser_window_std_win.cc39 void BrowserWindowStdWin::GetPopupConfig(CefWindowHandle temp_handle, in GetPopupConfig() argument
46 windowInfo.SetAsChild(temp_handle, CefRect()); 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_mac.mm37 void BrowserWindowStdMac::GetPopupConfig(CefWindowHandle temp_handle,
44 windowInfo.SetAsChild(temp_handle, CefRect());
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_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.h72 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.mm1287 void GetPopupConfig(CefWindowHandle temp_handle,
1394 void BrowserWindowOsrMacImpl::GetPopupConfig(CefWindowHandle temp_handle,
1400 windowInfo.SetAsWindowless(temp_handle);
1783 void BrowserWindowOsrMac::GetPopupConfig(CefWindowHandle temp_handle,
1787 impl_->GetPopupConfig(temp_handle, windowInfo, client, settings);
Dbrowser_window_osr_gtk.cc1006 void BrowserWindowOsrGtk::GetPopupConfig(CefWindowHandle temp_handle, in GetPopupConfig() argument
1012 windowInfo.SetAsWindowless(temp_handle); in GetPopupConfig()
/third_party/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c1103 D3DWindowBuffer *temp_handle; in NineSwapChain9_GetFrontBufferData() local
1118 create_present_buffer(This, width, height, &temp_resource, &temp_handle); in NineSwapChain9_GetFrontBufferData()
1120 if (!temp_resource || !temp_handle) { in NineSwapChain9_GetFrontBufferData()
1141 ID3DPresent_FrontBufferCopy(This->present, temp_handle); in NineSwapChain9_GetFrontBufferData()
1145 ID3DPresent_DestroyD3DWindowBuffer(This->present, temp_handle); in NineSwapChain9_GetFrontBufferData()