HomeSort by relevance Sort by last modified time
    Searched defs:host_it (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/url_request/
url_request_filter.cc 43 HostnameHandlerMap::iterator host_it = local
45 if (host_it != hostname_handler_map_.end())
76 HostnameHandlerMap::iterator host_it = local
78 if (host_it != hostname_handler_map_.end())
  /external/chromium_org/net/http/
http_pipelined_host_pool.cc 96 HostMap::iterator host_it = host_map_.find(key); local
97 if (host_it != host_map_.end()) {
98 CHECK(host_it->second);
99 return host_it->second;
  /external/chromium_org/chrome/browser/predictors/
resource_prefetcher.cc 95 std::map<std::string, int>::iterator host_it = local
97 if (host_it == host_inflight_counts_.end() ||
98 host_it->second <
149 std::map<std::string, int>::iterator host_it = host_inflight_counts_.find( local
151 CHECK_GT(host_it->second, 0);
152 host_it->second -= 1;
153 if (host_it->second == 0)
  /external/chromium_org/net/url_request/
url_request_filter.cc 81 HostnameHandlerMap::iterator host_it = local
83 if (host_it != hostname_handler_map_.end())
  /external/chromium_org/net/tools/quic/
spdy_utils.cc 181 BlockIt host_it = header_block.find(kV3Host); local
186 if (host_it == end_it || path_it == end_it || scheme_it == end_it ||
192 url.append(host_it->second);

Completed in 253 milliseconds