OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:starting_urls
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/precache/core/
precache_fetcher_unittest.cc
112
std::list<GURL>
starting_urls
;
local
113
starting_urls
.push_back(GURL("http://manifest-fetch-failure.com"));
114
starting_urls
.push_back(GURL("http://bad-manifest.com"));
115
starting_urls
.push_back(GURL("http://good-manifest.com"));
116
starting_urls
.push_back(GURL("http://not-in-top-3.com"));
148
PrecacheFetcher precache_fetcher(
starting_urls
, request_context_.get(),
172
std::list<GURL>
starting_urls
(1, GURL("http://starting-url.com"));
178
PrecacheFetcher precache_fetcher(
starting_urls
, request_context_.get(),
195
std::list<GURL>
starting_urls
(1, GURL("http://starting-url.com"));
200
PrecacheFetcher precache_fetcher(
starting_urls
, request_context_.get()
[
all
...]
precache_fetcher.h
69
// Constructs a new PrecacheFetcher. The |
starting_urls
| parameter is a
73
PrecacheFetcher(const std::list<GURL>&
starting_urls
,
precache_fetcher.cc
133
const std::list<GURL>&
starting_urls
,
136
: starting_urls_(
starting_urls
),
Completed in 236 milliseconds