Home
last modified time | relevance | path

Searched refs:OnPopupShow (Results 1 – 21 of 21) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dclient_handler_osr.h38 virtual void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) = 0;
106 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
Dclient_handler_osr.cc84 void ClientHandlerOsr::OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) { in OnPopupShow() function in client::ClientHandlerOsr
88 return osr_delegate_->OnPopupShow(browser, show); in OnPopupShow()
Dosr_render_handler_win_gl.cc90 void OsrRenderHandlerWinGL::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in client::OsrRenderHandlerWinGL
99 renderer_.OnPopupShow(browser, show); in OnPopupShow()
Dosr_renderer.h30 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show);
Dosr_render_handler_win_gl.h27 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
Dosr_render_handler_win.h34 virtual void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) = 0;
Dosr_render_handler_win_d3d11.h62 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
Dbrowser_window_osr_mac.h66 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
Dosr_render_handler_win_d3d11.cc139 void OsrRenderHandlerWinD3D11::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in client::OsrRenderHandlerWinD3D11
Dosr_window_win.h122 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
Dbrowser_window_osr_gtk.h69 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
Dosr_renderer.cc240 void OsrRenderer::OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) { in OnPopupShow() function in client::OsrRenderer
Dbrowser_window_osr_mac.mm1315 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);
Dosr_window_win.cc1001 void OsrWindowWin::OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) { in OnPopupShow() function in client::OsrWindowWin
1002 render_handler_->OnPopupShow(browser, show); in OnPopupShow()
Dbrowser_window_osr_gtk.cc1205 void BrowserWindowOsrGtk::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in client::BrowserWindowOsrGtk
1213 renderer_.OnPopupShow(browser, show); in OnPopupShow()
/third_party/cef/include/
Dcef_render_handler.h120 virtual void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) {} in OnPopupShow() function
/third_party/cef/libcef_dll/ctocpp/
Drender_handler_ctocpp.h48 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override;
Drender_handler_ctocpp.cc139 void CefRenderHandlerCToCpp::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in CefRenderHandlerCToCpp
/third_party/cef/libcef_dll/cpptoc/
Drender_handler_cpptoc.cc211 CefRenderHandlerCppToC::Get(self)->OnPopupShow( in render_handler_on_popup_show()
/third_party/cef/libcef/browser/osr/
Drender_widget_host_view_osr.cc580 handler->OnPopupShow(browser_impl_.get(), true); in InitAsPopup()
1614 handler->OnPopupShow(browser_impl_.get(), false); in CancelWidget()
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc448 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override { in OnPopupShow() function in __anon6dcc87c30111::OSRTestHandler