/third_party/cef/tests/cefclient/renderer/ |
D | client_renderer.cc | 51 void OnContextReleased(CefRefPtr<ClientAppRenderer> app, in OnContextReleased() function in client::renderer::__anon3ba667ed0111::ClientRenderDelegate 55 message_router_->OnContextReleased(browser, frame, context); in OnContextReleased()
|
/third_party/cef/tests/ceftests/ |
D | routing_test_handler.cc | 36 void OnContextReleased(CefRefPtr<ClientAppRenderer> app, in OnContextReleased() function in __anon181fda2a0111::RoutingRenderDelegate 40 message_router_->OnContextReleased(browser, frame, context); in OnContextReleased()
|
D | message_router_unittest.cc | 150 void OnContextReleased(CefRefPtr<ClientAppRenderer> app, in OnContextReleased() function in __anon97824baa0111::MRRenderDelegate 158 message_router_->OnContextReleased(browser, frame, context); in OnContextReleased()
|
/third_party/cef/tests/shared/renderer/ |
D | client_app_renderer.cc | 52 void ClientAppRenderer::OnContextReleased(CefRefPtr<CefBrowser> browser, in OnContextReleased() function in client::ClientAppRenderer 57 (*it)->OnContextReleased(this, browser, frame, context); in OnContextReleased()
|
D | client_app_renderer.h | 42 virtual void OnContextReleased(CefRefPtr<ClientAppRenderer> app, in OnContextReleased() function 96 void OnContextReleased(CefRefPtr<CefBrowser> browser,
|
/third_party/cef/include/ |
D | cef_render_process_handler.h | 106 virtual void OnContextReleased(CefRefPtr<CefBrowser> browser, in OnContextReleased() function
|
/third_party/cef/libcef_dll/ctocpp/ |
D | render_process_handler_ctocpp.h | 46 void OnContextReleased(CefRefPtr<CefBrowser> browser,
|
D | render_process_handler_ctocpp.cc | 125 void CefRenderProcessHandlerCToCpp::OnContextReleased( in OnContextReleased() function in CefRenderProcessHandlerCToCpp
|
/third_party/cef/include/wrapper/ |
D | cef_message_router.h | 409 virtual void OnContextReleased(CefRefPtr<CefBrowser> browser,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | render_process_handler_cpptoc.cc | 150 CefRenderProcessHandlerCppToC::Get(self)->OnContextReleased( in render_process_handler_on_context_released()
|
/third_party/cef/libcef/renderer/ |
D | render_frame_observer.cc | 179 handler->OnContextReleased(browserPtr.get(), framePtr.get(), in WillReleaseScriptContext()
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_message_router.cc | 799 void OnContextReleased(CefRefPtr<CefBrowser> browser, in OnContextReleased() function in __anon7b2c88e50111::CefMessageRouterRendererSideImpl
|