Searched refs:HostMap (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.h53 HostMap::iterator it = hosts_.find(host_id);
57 typedef base::hash_map<int, AppCacheHost*> HostMap; typedef in class:content::AppCacheBackendImpl
58 const HostMap& hosts() { return hosts_; }
70 HostMap hosts_;
H A Dappcache_backend_impl.cc41 HostMap::value_type(id, new AppCacheHost(id, frontend_, service_)));
46 HostMap::iterator found = hosts_.find(id);
151 HostMap::iterator found = hosts_.find(host_id);
169 HostMap::iterator found = hosts_.find(new_host_id);
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac.h122 HostMap; typedef in class:apps::ExtensionAppShimHandler
126 HostMap& hosts() { return hosts_; }
148 HostMap hosts_;
H A Dextension_app_shim_handler_mac.cc227 HostMap::iterator it = hosts_.find(make_pair(profile, app_id));
306 for (HostMap::iterator it = handler->hosts_.begin();
428 for (HostMap::iterator it = hosts_.begin(); it != hosts_.end(); ) {
429 HostMap::iterator current = it++;
504 for (HostMap::iterator it = hosts_.begin(); it != hosts_.end(); ) {
507 HostMap::iterator current = it++;
H A Dextension_app_shim_handler_mac_unittest.cc94 HostMap::const_iterator it = hosts().find(make_pair(profile, app_id));

Completed in 377 milliseconds