/third_party/cef/tests/cefclient/browser/ |
D | client_handler_osr.h | 38 virtual void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) = 0; 106 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
|
D | client_handler_osr.cc | 84 void ClientHandlerOsr::OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) { in OnPopupShow() function in client::ClientHandlerOsr 88 return osr_delegate_->OnPopupShow(browser, show); in OnPopupShow()
|
D | osr_render_handler_win_gl.cc | 90 void OsrRenderHandlerWinGL::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in client::OsrRenderHandlerWinGL 99 renderer_.OnPopupShow(browser, show); in OnPopupShow()
|
D | osr_renderer.h | 30 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show);
|
D | osr_render_handler_win_gl.h | 27 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
|
D | osr_render_handler_win.h | 34 virtual void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) = 0;
|
D | osr_render_handler_win_d3d11.h | 62 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
|
D | browser_window_osr_mac.h | 66 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
|
D | osr_render_handler_win_d3d11.cc | 139 void OsrRenderHandlerWinD3D11::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in client::OsrRenderHandlerWinD3D11
|
D | osr_window_win.h | 122 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
|
D | browser_window_osr_gtk.h | 69 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
|
D | osr_renderer.cc | 240 void OsrRenderer::OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) { in OnPopupShow() function in client::OsrRenderer
|
D | browser_window_osr_mac.mm | 1315 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show); 1589 void BrowserWindowOsrMacImpl::OnPopupShow(CefRefPtr<CefBrowser> browser, 1601 renderer_.OnPopupShow(browser, show); 1857 void BrowserWindowOsrMac::OnPopupShow(CefRefPtr<CefBrowser> browser, 1859 impl_->OnPopupShow(browser, show);
|
D | osr_window_win.cc | 1001 void OsrWindowWin::OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) { in OnPopupShow() function in client::OsrWindowWin 1002 render_handler_->OnPopupShow(browser, show); in OnPopupShow()
|
D | browser_window_osr_gtk.cc | 1205 void BrowserWindowOsrGtk::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in client::BrowserWindowOsrGtk 1213 renderer_.OnPopupShow(browser, show); in OnPopupShow()
|
/third_party/cef/include/ |
D | cef_render_handler.h | 120 virtual void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) {} in OnPopupShow() function
|
/third_party/cef/libcef_dll/ctocpp/ |
D | render_handler_ctocpp.h | 48 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
|
D | render_handler_ctocpp.cc | 139 void CefRenderHandlerCToCpp::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in CefRenderHandlerCToCpp
|
/third_party/cef/libcef_dll/cpptoc/ |
D | render_handler_cpptoc.cc | 211 CefRenderHandlerCppToC::Get(self)->OnPopupShow( in render_handler_on_popup_show()
|
/third_party/cef/libcef/browser/osr/ |
D | render_widget_host_view_osr.cc | 580 handler->OnPopupShow(browser_impl_.get(), true); in InitAsPopup() 1614 handler->OnPopupShow(browser_impl_.get(), false); in CancelWidget()
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 448 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override { in OnPopupShow() function in __anon6dcc87c30111::OSRTestHandler
|