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

1 2

  /external/chromium/chrome/browser/download/
download_history.cc 31 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
56 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
75 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
91 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
102 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
110 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/
favicon_service.cc 23 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
39 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
60 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
70 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
77 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
86 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
custom_home_pages_table_model.cc 85 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
157 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
possible_url_model.cc 67 profile->GetHistoryService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/history/
history_browsertest.cc 98 HistoryService* GetHistoryService() {
99 return GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
103 HistoryEnumerator enumerator(GetHistoryService());
116 HistoryService* history = GetHistoryService();
136 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS));
137 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::IMPLICIT_ACCESS));
159 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS));
160 EXPECT_FALSE(GetProfile()->GetHistoryService(Profile::IMPLICIT_ACCESS));
top_sites.cc 287 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS)->ScheduleDBTask(
499 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
929 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
968 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 233 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
286 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
320 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
338 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
359 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
376 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 168 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
193 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
230 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
history_ui.cc 168 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
193 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
230 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider_unittest.cc 42 history_service_ = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
history_contents_provider.cc 73 !(profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) ||
136 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
history_provider.cc 31 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
search_provider_unittest.cc 120 profile_.GetHistoryService(Profile::EXPLICIT_ACCESS);
461 profile_.GetHistoryService(Profile::EXPLICIT_ACCESS);
extension_app_provider.cc 160 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
history_contents_provider_unittest.cc 65 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
history_quick_provider.cc 185 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
history_quick_provider_unittest.cc 91 history_service_ = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 149 EXPECT_TRUE(profile1->GetHistoryService(Profile::EXPLICIT_ACCESS));
152 EXPECT_TRUE(profile2->GetHistoryService(Profile::EXPLICIT_ACCESS));
profile.cc 322 virtual HistoryService* GetHistoryService(ServiceAccessType sat) {
324 return profile_->GetHistoryService(sat);
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/tabs/
tab_finder.cc 201 HistoryService* history = tab_contents->profile()->GetHistoryService(
220 HistoryService* history =tab->profile()->GetHistoryService(
  /external/chromium/android/autofill/
profile_android.h 160 virtual HistoryService* GetHistoryService(ServiceAccessType sat) { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 165 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.cc 142 EXPECT_CALL(*profile, GetHistoryService(testing::_)).

Completed in 1073 milliseconds

1 2