OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_inflight_counts_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/predictors/
resource_prefetcher.cc
98
host_inflight_counts_
.find(host);
99
if (host_it ==
host_inflight_counts_
.end() ||
115
CHECK(
host_inflight_counts_
.empty());
129
host_inflight_counts_
[url_request->original_url().host()] += 1;
148
std::map<std::string, int>::iterator host_it =
host_inflight_counts_
.find(
153
host_inflight_counts_
.erase(host);
resource_prefetcher.h
157
std::map<std::string, int>
host_inflight_counts_
;
member in class:predictors::ResourcePrefetcher
resource_prefetcher_unittest.cc
91
EXPECT_EQ(prefetcher_->
host_inflight_counts_
.size(), host);
Completed in 4626 milliseconds