Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/devtools/
Ddevtools_controller.cc21 if (agent_host_) { in ~CefDevToolsController()
22 agent_host_->DetachClient(this); in ~CefDevToolsController()
23 AgentHostClosed(agent_host_.get()); in ~CefDevToolsController()
37 agent_host_->DispatchProtocolMessage( in SendDevToolsMessage()
67 agent_host_->DispatchProtocolMessage( in ExecuteDevToolsMethod()
74 DCHECK(agent_host == agent_host_.get()); in AgentHostClosed()
75 agent_host_ = nullptr; in AgentHostClosed()
126 if (!agent_host_) { in EnsureAgentHost()
127 agent_host_ = in EnsureAgentHost()
129 if (agent_host_) { in EnsureAgentHost()
[all …]
Ddevtools_frontend.cc291 if (agent_host_) in InspectElementAt()
292 agent_host_->InspectElement(inspected_contents_->GetFocusedFrame(), x, y); in InspectElementAt()
349 if (agent_host != agent_host_) { in DocumentAvailableInMainFrame()
350 if (agent_host_) in DocumentAvailableInMainFrame()
351 agent_host_->DetachClient(this); in DocumentAvailableInMainFrame()
352 agent_host_ = agent_host; in DocumentAvailableInMainFrame()
353 agent_host_->AttachClient(this); in DocumentAvailableInMainFrame()
355 agent_host_->InspectElement(inspected_contents_->GetFocusedFrame(), in DocumentAvailableInMainFrame()
362 if (agent_host_) { in WebContentsDestroyed()
363 agent_host_->DetachClient(this); in WebContentsDestroyed()
[all …]
Ddevtools_controller.h73 scoped_refptr<content::DevToolsAgentHost> agent_host_; variable
Ddevtools_frontend.h98 scoped_refptr<content::DevToolsAgentHost> agent_host_; variable