HomeSort by relevance Sort by last modified time
    Searched refs:GetHistoryService (Results 26 - 50 of 54) sorted by null

12 3

  /external/chromium/chrome/browser/profiles/
profile.h 295 virtual HistoryService* GetHistoryService(ServiceAccessType access) = 0;
297 // Similar to GetHistoryService(), but won't create the history service if it
profile_impl.h 69 virtual HistoryService* GetHistoryService(ServiceAccessType sat);
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.cc 142 EXPECT_CALL(*profile, GetHistoryService(testing::_)).
profile_sync_service_typed_url_unittest.cc 184 EXPECT_CALL(profile_, GetHistoryService(_)).
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 91 history_service_ = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
history_url_provider_unittest.cc 156 history_service_ = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
history_url_provider.cc 591 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
    [all...]
search_provider.cc 293 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 194 profile.GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage(url1,
bookmark_index.cc 113 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) : NULL;
bookmark_index_unittest.cc 238 profile.GetHistoryService(Profile::EXPLICIT_ACCESS);
bookmark_model_unittest.cc     [all...]
bookmark_model.cc 639 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/importer/
profile_writer.cc 47 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS)->
  /external/chromium/chrome/browser/
page_info_model.cc 269 HistoryService* history = profile->GetHistoryService(
browsing_data_remover.cc 116 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
jumplist_win.cc 629 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 278 HistoryService* hs = p->GetHistoryService(Profile::IMPLICIT_ACCESS);
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 537 profile->GetHistoryService(Profile::EXPLICIT_ACCESS);
sync_backend_host.cc 115 profile_->GetHistoryService(Profile::IMPLICIT_ACCESS));
    [all...]
  /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_master.cc 834 history_service = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc 617 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) : NULL;
    [all...]
template_url_model_unittest.cc     [all...]
  /external/chromium/chrome/browser/download/
download_browsertest.cc 695 manager->profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
    [all...]

Completed in 1255 milliseconds

12 3