Searched refs:GetAgentHost (Results 1 – 10 of 10) sorted by relevance
151 return GetAgentHost()->GetRenderViewHost(); in GetRenderViewHost()210 DevToolsWindow::OpenDevToolsWindowForWorker(profile, GetAgentHost()); in Inspect()258 DevToolsTargetImpl::GetAgentHost() const { in GetAgentHost() function in DevToolsTargetImpl
37 GetAgentHost() const OVERRIDE;
369 return it != remote_browsers_.end() ? it->second->GetAgentHost() : NULL; in GetBrowserAgentHost()
56 virtual scoped_refptr<DevToolsAgentHost> GetAgentHost() const = 0;
148 virtual scoped_refptr<DevToolsAgentHost> GetAgentHost() const OVERRIDE { in GetAgentHost() function in __anon070055380111::TabTarget240 virtual scoped_refptr<DevToolsAgentHost> GetAgentHost() const OVERRIDE { in GetAgentHost() function in __anon070055380111::NonTabTarget
93 virtual scoped_refptr<DevToolsAgentHost> GetAgentHost() const OVERRIDE { in GetAgentHost() function in __anona64b51880111::Target
55 virtual scoped_refptr<DevToolsAgentHost> GetAgentHost() const OVERRIDE { in GetAgentHost() function in __anon3f41ba3d0111::Target
122 scoped_refptr<content::DevToolsAgentHost> GetAgentHost();
492 GetAgentHost()); in Inspect()612 DevToolsAndroidBridge::RemoteBrowser::GetAgentHost() { in GetAgentHost() function in DevToolsAndroidBridge::RemoteBrowser
603 target ? target->GetAgentHost() : NULL; in OnWebSocketRequestUI()