/external/chromium_org/chrome/browser/predictors/ |
D | resource_prefetcher.cc | 97 std::map<std::string, int>::iterator host_it = in TryToLaunchPrefetchRequests() local 99 if (host_it == host_inflight_counts_.end() || in TryToLaunchPrefetchRequests() 100 host_it->second < in TryToLaunchPrefetchRequests() 148 std::map<std::string, int>::iterator host_it = host_inflight_counts_.find( in FinishRequest() local 150 CHECK_GT(host_it->second, 0); in FinishRequest() 151 host_it->second -= 1; in FinishRequest() 152 if (host_it->second == 0) in FinishRequest()
|
/external/chromium_org/chrome/browser/managed_mode/ |
D | managed_mode_url_filter.cc | 270 std::map<std::string, bool>::const_iterator host_it = host_map_.find(host); in GetFilteringBehaviorForURL() local 271 if (host_it != host_map_.end()) in GetFilteringBehaviorForURL() 272 return host_it->second ? ALLOW : BLOCK; in GetFilteringBehaviorForURL() 276 for (std::map<std::string, bool>::const_iterator host_it = in GetFilteringBehaviorForURL() local 277 host_map_.begin(); host_it != host_map_.end(); ++host_it) { in GetFilteringBehaviorForURL() 278 if ((host_it->second == (default_behavior_ == BLOCK)) && in GetFilteringBehaviorForURL() 279 HostMatchesPattern(host, host_it->first)) { in GetFilteringBehaviorForURL() 280 return host_it->second ? ALLOW : BLOCK; in GetFilteringBehaviorForURL()
|
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_update_job.cc | 526 for (PendingHosts::iterator host_it = hosts.begin(); in ContinueHandleManifestFetchCompleted() local 527 host_it != hosts.end(); ++host_it) { in ContinueHandleManifestFetchCompleted() 528 (*host_it) in ContinueHandleManifestFetchCompleted() 647 for (PendingHosts::iterator host_it = hosts.begin(); in HandleMasterEntryFetchCompleted() local 648 host_it != hosts.end(); ++host_it) { in HandleMasterEntryFetchCompleted() 649 (*host_it)->AssociateCompleteCache(cache); in HandleMasterEntryFetchCompleted() 654 for (PendingHosts::iterator host_it = hosts.begin(); in HandleMasterEntryFetchCompleted() local 655 host_it != hosts.end(); ++host_it) { in HandleMasterEntryFetchCompleted() 656 AppCacheHost* host = *host_it; in HandleMasterEntryFetchCompleted() 1094 for (PendingHosts::iterator host_it = hosts.begin(); in FetchMasterEntries() local [all …]
|
D | appcache_group.cc | 102 for (AppCache::AppCacheHosts::iterator host_it = hosts.begin(); in AddCache() local 103 host_it != hosts.end(); ++host_it) { in AddCache() 104 (*host_it)->SetSwappableCache(this); in AddCache()
|
/external/chromium_org/net/http/ |
D | http_pipelined_host_pool.cc | 96 HostMap::iterator host_it = host_map_.find(key); in GetPipelinedHost() local 97 if (host_it != host_map_.end()) { in GetPipelinedHost() 98 CHECK(host_it->second); in GetPipelinedHost() 99 return host_it->second; in GetPipelinedHost()
|
/external/chromium/net/url_request/ |
D | url_request_filter.cc | 43 HostnameHandlerMap::iterator host_it = in AddHostnameHandler() local 45 if (host_it != hostname_handler_map_.end()) in AddHostnameHandler() 76 HostnameHandlerMap::iterator host_it = in AddUrlHandler() local 78 if (host_it != hostname_handler_map_.end()) in AddUrlHandler()
|
/external/chromium/chrome/browser/sidebar/ |
D | sidebar_manager.cc | 47 ContentIdToSidebarHostMap::iterator host_it = in GetActiveSidebarContainerFor() local 49 DCHECK(host_it != it->second.content_id_to_sidebar_host.end()); in GetActiveSidebarContainerFor() 50 return host_it->second; in GetActiveSidebarContainerFor() 59 ContentIdToSidebarHostMap::iterator host_it = in GetSidebarContainerFor() local 61 if (host_it == it->second.content_id_to_sidebar_host.end()) in GetSidebarContainerFor() 63 return host_it->second; in GetSidebarContainerFor()
|
/external/chromium_org/net/tools/quic/ |
D | spdy_utils.cc | 181 BlockIt host_it = header_block.find(kV3Host); in FillBalsaRequestHeaders() local 186 if (host_it == end_it || path_it == end_it || scheme_it == end_it || in FillBalsaRequestHeaders() 192 url.append(host_it->second); in FillBalsaRequestHeaders()
|
/external/chromium_org/net/url_request/ |
D | url_request_filter.cc | 81 HostnameHandlerMap::iterator host_it = in AddHostnameProtocolHandler() local 83 if (host_it != hostname_handler_map_.end()) in AddHostnameProtocolHandler()
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
D | phishing_dom_feature_extractor_browsertest.cc | 135 std::map<std::string, std::string>::const_iterator host_it = in HandleRequest() local 137 if (host_it == request.headers.end()) in HandleRequest() 141 std::string("http://") + host_it->second + request.relative_url; in HandleRequest()
|
D | phishing_classifier_delegate_browsertest.cc | 196 std::map<std::string, std::string>::const_iterator host_it = in HandleRequest() local 198 if (host_it == request.headers.end()) in HandleRequest() 202 std::string("http://") + host_it->second + request.relative_url; in HandleRequest()
|