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

1 2 3

  /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_org/chrome/browser/history/
history_tab_helper.cc 47 HistoryService* hs = GetHistoryService();
49 GetHistoryService()->AddPage(add_page_args);
53 HistoryService* hs = GetHistoryService();
169 HistoryService* hs = GetHistoryService();
176 HistoryService* HistoryTabHelper::GetHistoryService() {
history_tab_helper.h 66 HistoryService* GetHistoryService();
  /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_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 150 bool success = GetHistoryService(&history);
298 if (!request || !request->IsInitialized() || !GetHistoryService(&history)) {
369 if (!GetHistoryService(&history)) {
404 if (!GetHistoryService(&history)) {
484 bool BrowserFeatureExtractor::GetHistoryService(HistoryService** history) {
browser_feature_extractor.h 160 bool GetHistoryService(HistoryService** history);
  /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);
  /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);
  /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);

Completed in 675 milliseconds

1 2 3