Home
last modified time | relevance | path

Searched refs:AddPage (Results 1 – 19 of 19) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_unittest.cc383 TEST_F(HistoryTest, AddPage) { in TEST_F() argument
390 history->AddPage(test_url, NULL, 0, GURL(), in TEST_F()
400 history->AddPage(test_url, NULL, 0, GURL(), PageTransition::LINK, in TEST_F()
423 history->AddPage(test_urls[0], now, NULL, 0, GURL(), in TEST_F()
431 history->AddPage(test_urls[1], now, NULL, 0, GURL(), in TEST_F()
441 history->AddPage(test_urls[2], now + TimeDelta::FromMinutes(1), in TEST_F()
467 history->AddPage(first_redirects.back(), MakeFakeHost(1), 0, GURL(), in TEST_F()
503 history->AddPage(second_redirects[1], MakeFakeHost(1), 1, in TEST_F()
531 history->AddPage(test_url, NULL, 0, GURL(), PageTransition::TYPED, in TEST_F()
541 history->AddPage(test_url, NULL, 0, GURL(), PageTransition::LINK, in TEST_F()
[all …]
Dhistory.h188 void AddPage(const GURL& url,
199 void AddPage(const GURL& url,
210 void AddPage(const GURL& url, history::VisitSource visit_source) { in AddPage() function
211 AddPage(url, NULL, 0, GURL(), PageTransition::LINK, in AddPage()
216 void AddPage(const history::HistoryAddPageArgs& add_page_args);
Dhistory.cc300 void HistoryService::AddPage(const GURL& url, in AddPage() function in HistoryService
308 AddPage(url, Time::Now(), id_scope, page_id, referrer, transition, redirects, in AddPage()
312 void HistoryService::AddPage(const GURL& url, in AddPage() function in HistoryService
325 AddPage(*request); in AddPage()
328 void HistoryService::AddPage(const history::HistoryAddPageArgs& add_page_args) { in AddPage() function in HistoryService
355 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::AddPage, in AddPage()
Dhistory_backend_unittest.cc92 backend_->AddPage(request); in AddRedirectChain()
113 backend_->AddPage(request); in AddClientRedirect()
458 backend_->AddPage(request); in TEST_F()
667 backend_->AddPage(request1); in TEST_F()
674 backend_->AddPage(request2); in TEST_F()
681 backend_->AddPage(request3); in TEST_F()
Dstarred_url_database_unittest.cc25 void AddPage(const GURL& url) { in AddPage() function in history::StarredURLDatabaseTest
Dhistory_querying_unittest.cc111 history_->AddPage(url, test_entries[i].time, id_scope, page_id, GURL(), in SetUp()
Dhistory_backend.h123 void AddPage(scoped_refptr<HistoryAddPageArgs> request);
Dtop_sites_unittest.cc234 history_service()->AddPage( in AddPageToHistory()
243 history_service()->AddPage( in AddPageToHistory()
254 history_service()->AddPage( in AddPageToHistory()
Dhistory_backend.cc367 void HistoryBackend::AddPage(scoped_refptr<HistoryAddPageArgs> request) { in AddPage() function in history::HistoryBackend
/external/chromium/chrome/browser/autocomplete/
Dhistory_contents_provider_unittest.cc78 history_service->AddPage(url, t, id_scope, i, GURL(), in SetUp()
Dhistory_url_provider_unittest.cc340 history_service_->AddPage(GURL(redirect[0].url), NULL, 0, GURL(), in TEST_F()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_html_writer_unittest.cc194 profile.GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage(url1, in TEST_F()
Dbookmark_model_unittest.cc959 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage( in TEST_F()
/external/chromium/chrome/browser/extensions/
Dextension_history_api.cc321 hs->AddPage(url, history::SOURCE_EXTENSION); in RunImpl()
/external/chromium/chrome/browser/ui/toolbar/
Dback_forward_menu_model_unittest.cc521 profile()->GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage(url1, in TEST_F()
/external/chromium/chrome/browser/visitedlink/
Dvisitedlink_unittest.cc374 history_service_->AddPage(TestURL(i), history::SOURCE_BROWSED); in TEST_F()
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_model_unittest.cc902 history->AddPage( in TEST_F()
Dtemplate_url_model.cc1026 history->AddPage(url, NULL, 0, GURL(), in AddTabToSearchVisit()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc2702 hs->AddPage(gurl, time, in AddHistoryItem()