Searched refs:AddPage (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium/chrome/browser/history/
H A Dhistory_unittest.cc383 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_ur
[all...]
H A Dhistory.cc300 void HistoryService::AddPage(const GURL& url, function in class:HistoryService
308 AddPage(url, Time::Now(), id_scope, page_id, referrer, transition, redirects,
312 void HistoryService::AddPage(const GURL& url, function in class:HistoryService
325 AddPage(*request);
328 void HistoryService::AddPage(const history::HistoryAddPageArgs& add_page_args) { function in class:HistoryService
355 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::AddPage,
H A Dhistory.h143 // 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) { function in class:HistoryService
211 AddPage(url, NULL, 0, GURL(), PageTransition::LINK,
215 // All AddPage variants end up here.
216 void AddPage(const history::HistoryAddPageArgs& add_page_args);
H A Dhistory_backend_unittest.cc92 backend_->AddPage(request);
113 backend_->AddPage(request);
458 backend_->AddPage(request);
667 backend_->AddPage(request1);
674 backend_->AddPage(request2);
681 backend_->AddPage(request3);
H A Dstarred_url_database_unittest.cc25 void AddPage(const GURL& url) { function in class:history::StarredURLDatabaseTest
H A Dhistory_backend.h123 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
H A Dhistory_querying_unittest.cc111 history_->AddPage(url, test_entries[i].time, id_scope, page_id, GURL(),
H A Dtop_sites_unittest.cc234 history_service()->AddPage(
243 history_service()->AddPage(
254 history_service()->AddPage(
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest.cc1036 TEST_F(HistoryTest, AddPage) {
1040 history_service_->AddPage(test_url, base::Time::Now(), NULL, 0, GURL(),
1050 history_service_->AddPage(test_url, base::Time::Now(), NULL, 0, GURL(),
1071 history_service_->AddPage(
1110 history_service_->AddPage(second_redirects[1], base::Time::Now(),
1139 history_service_->AddPage(
1155 history_service_->AddPage(
1168 history_service_->AddPage(
1181 history_service_->AddPage(
1194 history_service_->AddPage(
[all...]
H A Dhistory_tab_helper.cc47 GetHistoryService()->AddPage(add_page_args);
H A Dhistory_service.h133 // RenderProcessHost pointers are used to scope page IDs (see AddPage). These
199 void AddPage(const GURL& url,
210 void AddPage(const GURL& url,
214 // All AddPage variants end up here.
215 void AddPage(const history::HistoryAddPageArgs& add_page_args);
H A Dhistory_service.cc476 void HistoryService::AddPage(const GURL& url, function in class:HistoryService
486 AddPage(
492 void HistoryService::AddPage(const GURL& url, function in class:HistoryService
496 AddPage(
503 void HistoryService::AddPage(const history::HistoryAddPageArgs& add_page_args) { function in class:HistoryService
530 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::AddPage, add_page_args);
H A Dhistory_backend_unittest.cc175 backend_->AddPage(request);
198 backend_->AddPage(request);
583 backend_->AddPage(request);
730 backend_->AddPage(request);
995 backend_->AddPage(request1);
1001 backend_->AddPage(request2);
1007 backend_->AddPage(request3);
2642 backend_->AddPage(args[i]);
2697 backend_->AddPage(args[i]);
2906 service->AddPage(
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor_unittest.cc252 history_service()->AddPage(GURL("http://www.foo.com/bar.html"),
255 history_service()->AddPage(GURL("https://www.foo.com/gaa.html"),
258 history_service()->AddPage(GURL("http://www.foo.com/gaa.html"),
261 history_service()->AddPage(GURL("http://bar.foo.com/gaa.html"),
264 history_service()->AddPage(GURL("http://www.foo.com/bar.html?a=b"),
269 history_service()->AddPage(GURL("http://www.foo.com/bar.html"),
274 history_service()->AddPage(GURL("https://www.foo.com/goo.html"),
321 history_service()->AddPage(GURL("http://www.foo.com/bar.html"),
344 history_service()->AddPage(GURL("http://www.foo.com/"),
347 history_service()->AddPage(GUR
[all...]
/external/chromium_org/win8/metro_driver/
H A Dprint_handler.h36 static void AddPage(size_t page_number, IStream* metafile_stream);
H A Dprint_document_source.h101 void AddPage(size_t page_number, IStream* metafile_stream);
H A Dprint_handler.cc233 void PrintHandler::AddPage(size_t page_number, IStream* metafile_stream) { function in class:metro_driver::PrintHandler
431 current_document_source_->AddPage(page_number, metafile_stream.Get());
482 metro_driver::PrintHandler::AddPage(page_number, metafile_stream.Get());
H A Dprint_document_source.cc401 void PrintDocumentSource::AddPage(size_t page_number, function in class:metro_driver::PrintDocumentSource
450 hr = print_control->AddPage(print_command_list.Get(), page_size, NULL);
/external/chromium_org/chrome/browser/ui/sync/
H A Dprofile_signin_confirmation_helper_unittest.cc229 history->AddPage(
248 history->AddPage(
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider_unittest.cc78 history_service->AddPage(url, t, id_scope, i, GURL(),
H A Dhistory_url_provider_unittest.cc340 history_service_->AddPage(GURL(redirect[0].url), NULL, 0, GURL(),
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_mode_navigation_observer.cc255 history_service->AddPage(add_page_args);
/external/chromium_org/chrome/test/perf/
H A Dgenerate_profile.cc168 history_service->AddPage(url, base::Time::Now(),
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc194 profile.GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage(url1,
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc203 AddPage(url1, base::Time::Now(), history::SOURCE_BROWSED);

Completed in 708 milliseconds

12