HomeSort by relevance Sort by last modified time
    Searched refs:proxy_map_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chromeos/process_proxy/
process_proxy_registry.cc 58 while (!proxy_map_.empty())
59 CloseProcess(proxy_map_.begin()->first);
97 DCHECK(proxy_map_.find(*pid) == proxy_map_.end());
101 ProcessProxyInfo& info = proxy_map_[*pid];
112 std::map<pid_t, ProcessProxyInfo>::iterator it = proxy_map_.find(pid);
113 if (it == proxy_map_.end())
121 std::map<pid_t, ProcessProxyInfo>::iterator it = proxy_map_.find(pid);
122 if (it == proxy_map_.end())
127 proxy_map_.erase(it)
    [all...]
process_proxy_registry.h 68 std::map<pid_t, ProcessProxyInfo> proxy_map_; member in class:chromeos::ProcessProxyRegistry
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 130 //DCHECK(proxy_map_.empty());
329 proxy_map_[route_id] = object;
333 proxy_map_.erase(route_id);
367 ProxyMap::iterator iter = proxy_map_.find(route_id);
368 return iter != proxy_map_.end() ? iter->second : NULL;
np_channel_base.h 180 ProxyMap proxy_map_; member in class:content::NPChannelBase

Completed in 47 milliseconds