Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/devtools/
Drender_view_devtools_agent_host.cc38 static RenderViewDevToolsAgentHost* FindAgentHost(RenderViewHost* rvh) { in FindAgentHost() function
54 RenderViewDevToolsAgentHost* result = FindAgentHost(rvh); in GetOrCreateFor()
62 return FindAgentHost(rvh) != NULL; in HasFor()
113 RenderViewDevToolsAgentHost* agent_host = FindAgentHost(pending); in OnCancelPendingNavigation()