HomeSort by relevance Sort by last modified time
    Searched refs:AddPage (Results 1 - 19 of 19) sorted by null

  /external/chromium/chrome/browser/history/
history_unittest.cc 383 TEST_F(HistoryTest, AddPage) {
390 history->AddPage(test_url, NULL, 0, GURL(),
400 history->AddPage(test_url, NULL, 0, GURL(), PageTransition::LINK,
423 history->AddPage(test_urls[0], now, NULL, 0, GURL(),
431 history->AddPage(test_urls[1], now, NULL, 0, GURL(),
441 history->AddPage(test_urls[2], now + TimeDelta::FromMinutes(1),
467 history->AddPage(first_redirects.back(), MakeFakeHost(1), 0, GURL(),
503 history->AddPage(second_redirects[1], MakeFakeHost(1), 1,
531 history->AddPage(test_url, NULL, 0, GURL(), PageTransition::TYPED,
541 history->AddPage(test_url, NULL, 0, GURL(), PageTransition::LINK
    [all...]
history.h 143 // RenderProcessHost pointers are used to scope page IDs (see AddPage). These
188 void AddPage(const GURL& url,
199 void AddPage(const GURL& url,
210 void AddPage(const GURL& url, history::VisitSource visit_source) {
211 AddPage(url, NULL, 0, GURL(), PageTransition::LINK,
215 // All AddPage variants end up here.
216 void AddPage(const history::HistoryAddPageArgs& add_page_args);
    [all...]
history.cc 300 void HistoryService::AddPage(const GURL& url,
308 AddPage(url, Time::Now(), id_scope, page_id, referrer, transition, redirects,
312 void HistoryService::AddPage(const GURL& url,
325 AddPage(*request);
328 void HistoryService::AddPage(const history::HistoryAddPageArgs& add_page_args) {
355 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::AddPage,
history_backend_unittest.cc 92 backend_->AddPage(request);
113 backend_->AddPage(request);
458 backend_->AddPage(request);
667 backend_->AddPage(request1);
674 backend_->AddPage(request2);
681 backend_->AddPage(request3);
    [all...]
starred_url_database_unittest.cc 25 void AddPage(const GURL& url) {
history_backend.h 123 void AddPage(scoped_refptr<HistoryAddPageArgs> request);
372 // subroutine for AddPage only. It also assumes the database is valid.
556 // As with AddPage, the last item in the redirect chain will be the
history_querying_unittest.cc 111 history_->AddPage(url, test_entries[i].time, id_scope, page_id, GURL(),
top_sites_unittest.cc 234 history_service()->AddPage(
243 history_service()->AddPage(
254 history_service()->AddPage(
    [all...]
history_backend.cc 367 void HistoryBackend::AddPage(scoped_refptr<HistoryAddPageArgs> request) {
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider_unittest.cc 78 history_service->AddPage(url, t, id_scope, i, GURL(),
history_url_provider_unittest.cc 340 history_service_->AddPage(GURL(redirect[0].url), NULL, 0, GURL(),
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 194 profile.GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage(url1,
bookmark_model_unittest.cc     [all...]
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 321 hs->AddPage(url, history::SOURCE_EXTENSION);
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model_unittest.cc 521 profile()->GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage(url1,
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 374 history_service_->AddPage(TestURL(i), history::SOURCE_BROWSED);
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc     [all...]
template_url_model.cc     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 1172 milliseconds