Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/devtools/
Ddevtools_manager_impl.cc39 DevToolsAgentHostImpl* agent_host_impl) { in GetDevToolsClientHostFor() argument
41 agent_to_client_host_.find(agent_host_impl); in GetDevToolsClientHostFor()
58 DevToolsAgentHostImpl* agent_host_impl = in RegisterDevToolsClientHostFor() local
61 GetDevToolsClientHostFor(agent_host_impl); in RegisterDevToolsClientHostFor()
64 UnregisterDevToolsClientHostFor(agent_host_impl); in RegisterDevToolsClientHostFor()
66 BindClientHost(agent_host_impl, client_host); in RegisterDevToolsClientHostFor()
67 agent_host_impl->Attach(); in RegisterDevToolsClientHostFor()
76 DevToolsAgentHostImpl* agent_host_impl = in DispatchOnInspectorBackend() local
78 agent_host_impl->DispatchOnInspectorBackend(message); in DispatchOnInspectorBackend()
85 DevToolsAgentHostImpl* agent_host_impl = in DispatchOnInspectorFrontend() local
[all …]