Home
last modified time | relevance | path

Searched refs:DevToolsAgentAttached (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/renderer/chrome/
Dchrome_content_renderer_client_cef.cc67 void ChromeContentRendererClientCef::DevToolsAgentAttached() { in DevToolsAgentAttached() function in ChromeContentRendererClientCef
72 base::BindOnce(&ChromeContentRendererClientCef::DevToolsAgentAttached, in DevToolsAgentAttached()
77 render_manager_->DevToolsAgentAttached(); in DevToolsAgentAttached()
Dchrome_content_renderer_client_cef.h43 void DevToolsAgentAttached() override;
/third_party/cef/patch/patches/
Dwebkit_plugin_info_2015.patch11 + virtual void DevToolsAgentAttached() {}
33 + Platform::Current()->DevToolsAgentAttached();
Dcontent_2015.patch132 + virtual void DevToolsAgentAttached() {}
159 +void RendererBlinkPlatformImpl::DevToolsAgentAttached() {
160 + GetContentClient()->renderer()->DevToolsAgentAttached();
179 + void DevToolsAgentAttached() override;
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc458 void AlloyContentRendererClient::DevToolsAgentAttached() { in DevToolsAgentAttached() function in AlloyContentRendererClient
463 base::BindOnce(&AlloyContentRendererClient::DevToolsAgentAttached, in DevToolsAgentAttached()
468 render_manager_->DevToolsAgentAttached(); in DevToolsAgentAttached()
Dalloy_content_renderer_client.h111 void DevToolsAgentAttached() override;
/third_party/cef/libcef/renderer/
Drender_manager.h61 void DevToolsAgentAttached();
Drender_manager.cc132 void CefRenderManager::DevToolsAgentAttached() { in DevToolsAgentAttached() function in CefRenderManager