Searched refs:GetForId (Results 1 – 9 of 9) sorted by relevance
25 static scoped_refptr<DevToolsAgentHost> GetForId(const std::string& id);
59 const WebViewInfo* WebViewsInfo::GetForId(const std::string& id) const { in GetForId() function in WebViewsInfo162 if (!views_info.GetForId(id)) in CloseWebView()262 const WebViewInfo* view_info = views_info.GetForId(for_client_id); in CloseFrontends()
55 const WebViewInfo* GetForId(const std::string& id) const;
36 *views_info.GetForId("1")); in TEST()
49 if (!views_info.GetForId((*it)->GetId())) { in GetWebViewIds()
34 scoped_refptr<DevToolsAgentHost> DevToolsAgentHost::GetForId( in GetForId() function in content::DevToolsAgentHost
248 EXPECT_EQ(agent_host, DevToolsAgentHost::GetForId(agent_host->GetId())); in TEST_F()
973 ASSERT_EQ(agent_raw, DevToolsAgentHost::GetForId(agent_id)) << in IN_PROC_BROWSER_TEST_F()977 ASSERT_FALSE(DevToolsAgentHost::GetForId(agent_id).get()) in IN_PROC_BROWSER_TEST_F()
509 agent_host_ = DevToolsAgentHost::GetForId(*debuggee_.target_id); in InitAgentHost()