Searched refs:RenderViewDevToolsAgentHost (Results 1 – 5 of 5) sorted by relevance
33 typedef std::vector<RenderViewDevToolsAgentHost*> Instances;38 static RenderViewDevToolsAgentHost* FindAgentHost(RenderViewHost* rvh) { in FindAgentHost()54 RenderViewDevToolsAgentHost* result = FindAgentHost(rvh); in GetOrCreateFor()56 result = new RenderViewDevToolsAgentHost(rvh); in GetOrCreateFor()110 void RenderViewDevToolsAgentHost::OnCancelPendingNavigation( in OnCancelPendingNavigation()113 RenderViewDevToolsAgentHost* agent_host = FindAgentHost(pending); in OnCancelPendingNavigation()120 RenderViewDevToolsAgentHost::RenderViewDevToolsAgentHost( in RenderViewDevToolsAgentHost() function in content::RenderViewDevToolsAgentHost128 &RenderViewDevToolsAgentHost::OnDispatchOnInspectorFrontend, in RenderViewDevToolsAgentHost()136 RenderViewHost* RenderViewDevToolsAgentHost::GetRenderViewHost() { in GetRenderViewHost()140 void RenderViewDevToolsAgentHost::DispatchOnInspectorBackend( in DispatchOnInspectorBackend()[all …]
33 class CONTENT_EXPORT RenderViewDevToolsAgentHost41 RenderViewDevToolsAgentHost(RenderViewHost*);51 virtual ~RenderViewDevToolsAgentHost();100 DISALLOW_COPY_AND_ASSIGN(RenderViewDevToolsAgentHost);
64 friend class RenderViewDevToolsAgentHost; variable
821 base::Bind(&RenderViewDevToolsAgentHost::SynchronousSwapCompositorFrame, in SynchronousFrameMetadata()822 static_cast<RenderViewDevToolsAgentHost*>(dtah.get()), in SynchronousFrameMetadata()
1101 RenderViewDevToolsAgentHost::OnCancelPendingNavigation( in CancelPending()