Searched defs:GetHistoryService (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_browsertest.cc98 HistoryService* GetHistoryService() { function in class:__anon2227::HistoryBrowserTest
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));
/external/chromium_org/chrome/browser/history/
H A Dhistory_tab_helper.cc45 HistoryService* hs = GetHistoryService();
47 GetHistoryService()->AddPage(add_page_args);
51 HistoryService* hs = GetHistoryService();
146 HistoryService* HistoryTabHelper::GetHistoryService() { function in class:HistoryTabHelper
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.cc183 bool success = GetHistoryService(&history);
323 if (!request || !request->IsInitialized() || !GetHistoryService(&history)) {
394 if (!GetHistoryService(&history)) {
429 if (!GetHistoryService(&history)) {
509 bool BrowserFeatureExtractor::GetHistoryService(HistoryService** history) { function in class:safe_browsing::BrowserFeatureExtractor
/external/chromium/android/autofill/
H A Dprofile_android.h160 virtual HistoryService* GetHistoryService(ServiceAccessType sat) { NOTREACHED(); return NULL; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc322 virtual HistoryService* GetHistoryService(ServiceAccessType sat) { function in class:OffTheRecordProfileImpl
324 return profile_->GetHistoryService(sat);
H A Dprofile_impl.cc978 HistoryService* ProfileImpl::GetHistoryService(ServiceAccessType sat) { function in class:ProfileImpl

Completed in 635 milliseconds