Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/renderer/
Dclient_renderer.cc44 void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated() function in client::renderer::__anon68a366d10111::ClientRenderDelegate
48 message_router_->OnContextCreated(browser, frame, context); in OnContextCreated()
Dperformance_test.cc133 virtual void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated() function in client::performance_test::__anon7826916d0111::RenderDelegate
/third_party/cef/tests/ceftests/
Drouting_test_handler.cc29 void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated() function in __anonbba4fa8e0111::RoutingRenderDelegate
33 message_router_->OnContextCreated(browser, frame, context); in OnContextCreated()
Dmessage_router_unittest.cc114 void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated() function in __anon5aaa418e0111::MRRenderDelegate
122 message_router_->OnContextCreated(browser, frame, context); in OnContextCreated()
Dv8_unittest.cc2498 void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated() function in __anona21365170111::V8RendererTest
/third_party/cef/tests/shared/renderer/
Dclient_app_renderer.cc44 void ClientAppRenderer::OnContextCreated(CefRefPtr<CefBrowser> browser, in OnContextCreated() function in client::ClientAppRenderer
49 (*it)->OnContextCreated(this, browser, frame, context); in OnContextCreated()
Dclient_app_renderer.h37 virtual void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated() function
93 void OnContextCreated(CefRefPtr<CefBrowser> browser,
/third_party/cef/include/
Dcef_render_process_handler.h97 virtual void OnContextCreated(CefRefPtr<CefBrowser> browser, in OnContextCreated() function
/third_party/cef/libcef_dll/ctocpp/
Drender_process_handler_ctocpp.h43 void OnContextCreated(CefRefPtr<CefBrowser> browser,
Drender_process_handler_ctocpp.cc98 void CefRenderProcessHandlerCToCpp::OnContextCreated( in OnContextCreated() function in CefRenderProcessHandlerCToCpp
/third_party/cef/include/wrapper/
Dcef_message_router.h400 virtual void OnContextCreated(CefRefPtr<CefBrowser> browser,
/third_party/cef/libcef_dll/cpptoc/
Drender_process_handler_cpptoc.cc124 CefRenderProcessHandlerCppToC::Get(self)->OnContextCreated( in render_process_handler_on_context_created()
/third_party/cef/libcef/renderer/
Drender_frame_observer.cc142 handler->OnContextCreated(browserPtr.get(), framePtr.get(), contextPtr); in DidCreateScriptContext()
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc763 void OnContextCreated(CefRefPtr<CefBrowser> browser, in OnContextCreated() function in __anon147b52490111::CefMessageRouterRendererSideImpl