OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UrlList
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/common/net/
predictor_common.h
23
// TODO(jar): We still need to switch to passing scheme/host/port in
UrlList
,
26
typedef std::vector<GURL>
UrlList
;
/external/chromium_org/chrome/browser/net/
predictor.h
60
typedef chrome_common_net::
UrlList
UrlList
;
154
static
UrlList
GetPredictedUrlListAtStartup(PrefService* user_prefs,
178
void ResolveList(const
UrlList
& urls,
231
// TODO(jar): Use
UrlList
instead to include port and scheme.
236
void DnsPrefetchMotivatedList(const
UrlList
& urls,
predictor_unittest.cc
40
WaitForResolutionHelper(Predictor* predictor, const
UrlList
& hosts,
50
for (
UrlList
::const_iterator i = hosts_.begin(); i != hosts_.end(); ++i)
66
const
UrlList
hosts_;
98
void WaitForResolution(Predictor* predictor, const
UrlList
& hosts) {
108
Predictor* predictor, const
UrlList
& hosts, int limit) {
143
UrlList
names;
168
UrlList
names;
202
UrlList
names;
242
UrlList
names;
807
UrlList
names
[
all
...]
predictor.cc
321
UrlList
urls = GetPredictedUrlListAtStartup(user_prefs, local_state);
443
UrlList
Predictor::GetPredictedUrlListAtStartup(
447
UrlList
urls;
569
void Predictor::ResolveList(const
UrlList
& urls,
573
for (
UrlList
::const_iterator it = urls.begin(); it < urls.end(); ++it) {
808
const
UrlList
& startup_urls,
857
UrlList
urls;
[
all
...]
Completed in 410 milliseconds