Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/debugger/
Ddevtools_manager.cc55 DCHECK(orphan_client_hosts_.empty()); in ~DevToolsManager()
180 for (OrphanClientHosts::iterator it = orphan_client_hosts_.begin(); in ClientHostClosing()
181 it != orphan_client_hosts_.end(); ++it) { in ClientHostClosing()
183 orphan_client_hosts_.erase(it->first); in ClientHostClosing()
279 orphan_client_hosts_[cookie] = in DetachClientHost()
289 OrphanClientHosts::iterator it = orphan_client_hosts_.find( in AttachClientHost()
291 if (it == orphan_client_hosts_.end()) in AttachClientHost()
298 orphan_client_hosts_.erase(client_host_cookie); in AttachClientHost()
Ddevtools_manager.h165 OrphanClientHosts orphan_client_hosts_; variable