Home
last modified time | relevance | path

Searched defs:OnPopupShow (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/include/
Dcef_render_handler.h120 virtual void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) {} in OnPopupShow() function
/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_d3d11.cc139 void OsrRenderHandlerWinD3D11::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in client::OsrRenderHandlerWinD3D11
Dosr_render_handler_win_gl.cc90 void OsrRenderHandlerWinGL::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in client::OsrRenderHandlerWinGL
Dosr_renderer.cc240 void OsrRenderer::OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) { in OnPopupShow() function in client::OsrRenderer
Dclient_handler_osr.cc84 void ClientHandlerOsr::OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) { in OnPopupShow() function in client::ClientHandlerOsr
Dosr_window_win.cc1001 void OsrWindowWin::OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) { in OnPopupShow() function in client::OsrWindowWin
Dbrowser_window_osr_gtk.cc1205 void BrowserWindowOsrGtk::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in client::BrowserWindowOsrGtk
/third_party/cef/libcef_dll/ctocpp/
Drender_handler_ctocpp.cc139 void CefRenderHandlerCToCpp::OnPopupShow(CefRefPtr<CefBrowser> browser, in OnPopupShow() function in CefRenderHandlerCToCpp
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc448 void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) override { in OnPopupShow() function in __anonee1efea40111::OSRTestHandler