Home | History | Annotate | Download | only in devtools

Lines Matching refs:agent_host

147     DevToolsAgentHostImpl* agent_host = it->second;
148 if (agent_host->client_) {
149 scoped_refptr<DevToolsAgentHostImpl> protect(agent_host);
151 DevToolsAgentHostClient* client = agent_host->client_;
152 agent_host->client_ = NULL;
154 client->AgentHostClosed(agent_host, true);
155 agent_host->Detach();
181 DevToolsAgentHostImpl* agent_host, bool attached) {
185 manager->delegate()->DevToolsAgentStateChanged(agent_host, attached);
187 (*it)->Run(agent_host, attached);