Searched refs:temp_handle (Results 1 – 14 of 14) sorted by relevance
/third_party/cef/tests/cefclient/browser/ |
D | browser_window_std_win.cc | 39 void BrowserWindowStdWin::GetPopupConfig(CefWindowHandle temp_handle, in GetPopupConfig() argument 46 windowInfo.SetAsChild(temp_handle, CefRect()); in GetPopupConfig()
|
D | browser_window_osr_win.cc | 34 void BrowserWindowOsrWin::GetPopupConfig(CefWindowHandle temp_handle, in GetPopupConfig() argument 40 windowInfo.SetAsWindowless(temp_handle); in GetPopupConfig()
|
D | browser_window_std_mac.mm | 37 void BrowserWindowStdMac::GetPopupConfig(CefWindowHandle temp_handle, 44 windowInfo.SetAsChild(temp_handle, CefRect());
|
D | browser_window_std_gtk.cc | 112 void BrowserWindowStdGtk::GetPopupConfig(CefWindowHandle temp_handle, in GetPopupConfig() argument 119 windowInfo.SetAsChild(temp_handle, CefRect()); in GetPopupConfig()
|
D | browser_window_std_win.h | 28 void GetPopupConfig(CefWindowHandle temp_handle,
|
D | browser_window_std_mac.h | 28 void GetPopupConfig(CefWindowHandle temp_handle,
|
D | browser_window_std_gtk.h | 31 void GetPopupConfig(CefWindowHandle temp_handle,
|
D | browser_window_osr_win.h | 32 void GetPopupConfig(CefWindowHandle temp_handle,
|
D | browser_window.h | 72 virtual void GetPopupConfig(CefWindowHandle temp_handle,
|
D | browser_window_osr_mac.h | 37 void GetPopupConfig(CefWindowHandle temp_handle,
|
D | browser_window_osr_gtk.h | 40 void GetPopupConfig(CefWindowHandle temp_handle,
|
D | browser_window_osr_mac.mm | 1287 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);
|
D | browser_window_osr_gtk.cc | 1006 void BrowserWindowOsrGtk::GetPopupConfig(CefWindowHandle temp_handle, in GetPopupConfig() argument 1012 windowInfo.SetAsWindowless(temp_handle); in GetPopupConfig()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | swapchain9.c | 1103 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()
|