OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:domain_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/net/
renderer_net_predictor.cc
35
domain_map_
.clear();
98
domain_map_
.clear();
106
if (size_goal <=
domain_map_
.size())
108
count = size_goal -
domain_map_
.size();
117
it =
domain_map_
.find(name);
118
if (
domain_map_
.end() == it) {
119
domain_map_
[name] = kPending;
134
for (DomainUseMap::iterator it =
domain_map_
.begin();
135
it !=
domain_map_
.end();
renderer_net_predictor.h
60
// extraction continues until the
domain_map_
contains
65
// that are already collected in the
domain_map_
for DNS lookup.
80
//
domain_map_
contains (for each domain) one of the next two constants,
86
DomainUseMap
domain_map_
;
member in class:RendererNetPredictor
90
// count by iterating over
domain_map_
, looking for even values.
Completed in 526 milliseconds