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

  /external/chromium_org/chrome/browser/history/
history_tab_helper.cc 42 HistoryService* hs = GetHistoryService();
44 GetHistoryService()->AddPage(add_page_args);
48 HistoryService* hs = GetHistoryService();
135 HistoryService* HistoryTabHelper::GetHistoryService() {
history_tab_helper.h 57 HistoryService* GetHistoryService();
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.h 192 bool GetHistoryService(HistoryService** history);
browser_feature_extractor.cc 183 bool success = GetHistoryService(&history);
322 if (!request || !request->IsInitialized() || !GetHistoryService(&history)) {
395 if (!GetHistoryService(&history)) {
430 if (!GetHistoryService(&history)) {
510 bool BrowserFeatureExtractor::GetHistoryService(HistoryService** history) {

Completed in 204 milliseconds