OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_urls
(Results
1 - 1
of
1
) sorted by null
/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 249 milliseconds