OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_urls
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment_unittest.cc
72
MostVisitedURLList*
test_urls
) {
79
AppendMostVisitedURLToVector(url,
test_urls
);
280
MostVisitedURLList
test_urls
;
local
281
SetUpMaybeShuffle(kMinUrlSuggestions, &most_visited_urls, &
test_urls
);
286
test_urls
[TILE_EIGHT].url.spec());
298
MostVisitedURLList
test_urls
;
local
300
SetUpMaybeShuffle(kMinUrlSuggestions - 1, &most_visited_urls, &
test_urls
);
305
test_urls
[TILE_ONE].url.spec());
307
test_urls
[TILE_EIGHT - 1].url.spec());
323
MostVisitedURLList
test_urls
;
local
342
MostVisitedURLList
test_urls
;
local
[
all
...]
/external/chromium_org/tools/perf/benchmarks/
peacekeeper.py
84
test_urls
= []
86
test_urls
.append(
96
'pages':
test_urls
,
/external/chromium/chrome/browser/history/
history_unittest.cc
415
const GURL
test_urls
[] = {
local
423
history->AddPage(
test_urls
[0], now, NULL, 0, GURL(),
427
EXPECT_TRUE(QueryURL(history,
test_urls
[0]));
431
history->AddPage(
test_urls
[1], now, NULL, 0, GURL(),
435
EXPECT_TRUE(QueryURL(history,
test_urls
[1]));
441
history->AddPage(
test_urls
[2], now + TimeDelta::FromMinutes(1),
446
EXPECT_TRUE(QueryURL(history,
test_urls
[2]));
Completed in 43 milliseconds