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

1 2 3 4 5

  /external/chromium_org/chrome/browser/sync/glue/
history_model_worker.h 19 class HistoryService;
28 const base::WeakPtr<HistoryService>& history_service,
46 const base::WeakPtr<HistoryService> history_service_;
typed_url_data_type_controller.h 16 class HistoryService;
history_model_worker.cc 67 void PostWorkerTask(const base::WeakPtr<HistoryService>& history_service,
85 const base::WeakPtr<HistoryService>& history_service,
  /external/chromium_org/chrome/browser/history/
history_service_factory.h 12 class HistoryService;
14 // Singleton that owns all HistoryService and associates them with
18 static HistoryService* GetForProfile(
21 static HistoryService* GetForProfileIfExists(
24 static HistoryService* GetForProfileWithoutCreating(
history_service_factory.cc 20 HistoryService* HistoryServiceFactory::GetForProfile(
27 return static_cast<HistoryService*>(
32 HistoryService*
40 return static_cast<HistoryService*>(
45 HistoryService*
47 return static_cast<HistoryService*>(
64 "HistoryService", BrowserContextDependencyManager::GetInstance()) {
75 scoped_ptr<HistoryService> history_service(new HistoryService(
delete_directive_handler.h 19 class HistoryService;
32 void Start(HistoryService* history_service,
49 // interfaces, e.g. HistoryService::ExpireHistoryBetween(), to delete
56 HistoryService* history_service,
history_service.cc 7 // represented by HistoryBackend. The HistoryService's job is to dispatch to
12 // HistoryService <----------------> HistoryBackend
84 void RunWithQueryURLResult(const HistoryService::QueryURLCallback& callback,
90 const HistoryService::GetVisibleVisitCountToHostCallback& callback,
133 class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
136 const base::WeakPtr<HistoryService>& history_service,
148 base::Bind(&HistoryService::NotifyProfileError, history_service_,
157 base::Bind(&HistoryService::SetInMemoryBackend, history_service_,
166 &HistoryService::NotifyFaviconChanged, history_service_, urls));
181 base::Bind(&HistoryService::BroadcastNotificationsHelper
    [all...]
history_tab_helper.h 13 class HistoryService;
57 HistoryService* GetHistoryService();
history_tab_helper.cc 42 HistoryService* hs = GetHistoryService();
48 HistoryService* hs = GetHistoryService();
135 HistoryService* HistoryTabHelper::GetHistoryService() {
152 HistoryService* hs =
history_service.h 86 class HistoryService : public content::NotificationObserver,
95 // must be valid for the whole lifetime of |HistoryService|.
96 explicit HistoryService(history::HistoryClient* client, Profile* profile);
98 HistoryService();
100 virtual ~HistoryService();
450 // returned Subscription is destroyed. This must occurs before HistoryService
502 base::WeakPtr<HistoryService> AsWeakPtr();
531 friend class base::RefCountedThreadSafe<HistoryService>;
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history.h 30 // Caller must guarantee that HistoryService outlives HistoryAdapter.
33 explicit HistoryAdapter(HistoryService* history);
37 const HistoryService::DownloadQueryCallback& callback);
41 const HistoryService::DownloadCreateCallback& callback);
48 HistoryService* history_;
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client.h 20 class HistoryService;
67 void SetHistoryService(HistoryService* history_service);
94 // HistoryService associated to the Profile. Due to circular dependency, this
97 HistoryService* history_service_;
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service.cc 29 HistoryService* hs =
57 HistoryService* hs =
83 HistoryService* hs =
107 HistoryService* hs =
131 HistoryService* hs =
157 HistoryService* hs =
179 HistoryService* hs =
182 hs->ScheduleAndForget(HistoryService::PRIORITY_NORMAL,
194 HistoryService* hs =
218 HistoryService* hs
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
chrome_template_url_service_client.cc 42 HistoryService* history_service =
52 HistoryService* history_service =
59 HistoryService* history_service =
chrome_template_url_service_client.h 12 class HistoryService;
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder.h 19 class HistoryService;
71 HistoryService* history_service);
77 // HistoryService::DownloadQueryCallback. Retrieves the most recent completed
109 // A factory for asynchronous operations on profiles' HistoryService.
last_download_finder_unittest.cc 38 // HistoryService for a TestingProfile.
52 HistoryService* history_service = new HistoryService(
75 HistoryService* history_service =
159 HistoryService* history_service =
170 // This is needed because HistoryService::QueryDownloads uses PostTaskAndReply
176 // giant comment in HistoryService::Cleanup explaining where the backend's
247 // A HistoryService::DownloadCreateCallback that asserts that the download was
254 // A HistoryService::DownloadCreateCallback that asserts that the download was
  /external/chromium_org/chrome/browser/sync/sessions/
notification_service_sessions_router.h 17 class HistoryService;
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 145 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
155 // Creates a URLRow in the specified HistoryService with the passed transition
157 void AddToHistory(HistoryService* service,
174 history::URLRows GetTypedUrlsFromHistoryService(HistoryService* service) {
186 bool GetUrlFromHistoryService(HistoryService* service,
199 history::VisitVector GetVisitsFromHistoryService(HistoryService* service,
212 void RemoveVisitsFromHistoryService(HistoryService* service,
230 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
236 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
242 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating
    [all...]
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h 25 class HistoryService;
188 bool TryDeleteOldEntries(HistoryService* service);
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.h 32 class HistoryService;
140 // HistoryService callback which is called when we're done querying URL visits
148 // HistoryService callback which is called when we're done querying HTTP host
156 // HistoryService callback which is called when we're done querying HTTPS host
175 bool GetHistoryService(HistoryService** history);
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 39 // HistoryService and the TabRestoreService, and then updates the NSMenu when
148 HistoryService* service();
179 // Callback method for when HistoryService query results are ready with the
209 HistoryService* history_service_; // weak
  /external/chromium_org/chrome/browser/
custom_home_pages_table_model.h 18 class HistoryService;
  /external/chromium_org/chrome/browser/favicon/
favicon_service.h 20 class HistoryService;
114 // See HistoryService::GetLargestFaviconForPageURL().
216 HistoryService* history_service_;
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.h 21 class HistoryService;
174 HistoryService* GetHistoryIfExists() const;

Completed in 2359 milliseconds

1 2 3 4 5