Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/renderer/
Dclient_renderer.cc44 void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated() function in client::renderer::__anon6925d80b0111::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::__anon88f729e70111::RenderDelegate
/third_party/cef/tests/ceftests/
Drouting_test_handler.cc29 void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated() function in __anon85733f880111::RoutingRenderDelegate
33 message_router_->OnContextCreated(browser, frame, context); in OnContextCreated()
Dmessage_router_unittest.cc114 void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated() function in __anon9f8b1c480111::MRRenderDelegate
122 message_router_->OnContextCreated(browser, frame, context); in OnContextCreated()
Dv8_unittest.cc2498 void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated() function in __anonfc22d8d10111::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/libcef/renderer/
Drender_frame_observer.cc147 handler->OnContextCreated(browserPtr.get(), framePtr.get(), contextPtr); in DidCreateScriptContext()
151 framePtr->OnContextCreated(); in DidCreateScriptContext()
Dframe_impl.h93 void OnContextCreated();
Dframe_impl.cc393 void CefFrameImpl::OnContextCreated() { in OnContextCreated() function in CefFrameImpl
/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.cc95 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.cc121 CefRenderProcessHandlerCppToC::Get(self)->OnContextCreated( in render_process_handler_on_context_created()
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc774 void OnContextCreated(CefRefPtr<CefBrowser> browser, in OnContextCreated() function in __anon8aeebdc30111::CefMessageRouterRendererSideImpl