Searched refs:DevToolsAgentAttached (Results 1 – 8 of 8) sorted by relevance
67 void ChromeContentRendererClientCef::DevToolsAgentAttached() { in DevToolsAgentAttached() function in ChromeContentRendererClientCef72 base::BindOnce(&ChromeContentRendererClientCef::DevToolsAgentAttached, in DevToolsAgentAttached()77 render_manager_->DevToolsAgentAttached(); in DevToolsAgentAttached()
43 void DevToolsAgentAttached() override;
11 + virtual void DevToolsAgentAttached() {}33 + Platform::Current()->DevToolsAgentAttached();
132 + virtual void DevToolsAgentAttached() {}159 +void RendererBlinkPlatformImpl::DevToolsAgentAttached() {160 + GetContentClient()->renderer()->DevToolsAgentAttached();179 + void DevToolsAgentAttached() override;
458 void AlloyContentRendererClient::DevToolsAgentAttached() { in DevToolsAgentAttached() function in AlloyContentRendererClient463 base::BindOnce(&AlloyContentRendererClient::DevToolsAgentAttached, in DevToolsAgentAttached()468 render_manager_->DevToolsAgentAttached(); in DevToolsAgentAttached()
111 void DevToolsAgentAttached() override;
61 void DevToolsAgentAttached();
132 void CefRenderManager::DevToolsAgentAttached() { in DevToolsAgentAttached() function in CefRenderManager