OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:top_urls
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/test/functional/
extensions.py
101
def _ReturnCrashingExtensions(self, extensions, group_size,
top_urls
):
110
top_urls
: The list of top urls to visit.
127
for url in
top_urls
:
175
top_urls
= [l.rstrip() for l in
183
failed_extensions, group_size,
top_urls
)
/external/chromium_org/components/precache/core/
precache_fetcher.h
47
// const std::list<GURL>&
top_urls
) {
48
// fetcher_.reset(new PrecacheFetcher(request_context,
top_urls
, this));
/external/chromium/chrome/browser/history/
history_backend.cc
1340
std::vector<GURL>*
top_urls
= &request->value.a;
local
[
all
...]
/external/chromium_org/chrome/browser/history/
history_backend.cc
1446
std::vector<GURL>*
top_urls
= &request->value.a;
local
[
all
...]
history_backend.h
571
// be one greater than the largest rank of any url in |
top_urls
|.
[
all
...]
Completed in 247 milliseconds