Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/devtools/device/
Ddevtools_android_bridge.cc233 base::LazyInstance<AgentHostDelegates>::Leaky g_host_delegates = variable
318 AgentHostDelegates::iterator it = g_host_delegates.Get().find(id); in GetOrCreateAgentHost()
319 if (it != g_host_delegates.Get().end()) in GetOrCreateAgentHost()
340 g_host_delegates.Get()[id] = this; in AgentHostDelegate()
344 g_host_delegates.Get().erase(id_); in ~AgentHostDelegate()
805 return g_host_delegates.Get().find(agent_id) != g_host_delegates.Get().end(); in HasDevToolsWindow()