HomeSort by relevance Sort by last modified time
    Searched defs:GetHistoryService (Results 1 - 6 of 6) sorted by null

  /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));
  /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() {
  /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) {
  /external/chromium/android/autofill/
profile_android.h 160 virtual HistoryService* GetHistoryService(ServiceAccessType sat) { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/profiles/
profile.cc 322 virtual HistoryService* GetHistoryService(ServiceAccessType sat) {
324 return profile_->GetHistoryService(sat);
profile_impl.cc     [all...]

Completed in 174 milliseconds