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

  /external/chromium/chrome/browser/history/
history.cc 7 // represented by HistoryBackend. The HistoryService's job is to dispatch to
12 // HistoryService <----------------> HistoryBackend
69 class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
71 explicit BackendDelegate(HistoryService* history_service)
79 &HistoryService::NotifyProfileError, init_status));
86 &HistoryService::SetInMemoryBackend, backend));
101 &HistoryService::BroadcastNotifications, type, details));
106 &HistoryService::OnDBLoaded));
111 &HistoryService::StartTopSitesMigration));
115 scoped_refptr<HistoryService> history_service_
    [all...]
history.h 66 // thread. HistoryDBTask is scheduled using HistoryService::ScheduleDBTask.
96 class HistoryService : public CancelableRequestProvider,
98 public base::RefCountedThreadSafe<HistoryService> {
108 explicit HistoryService(Profile* profile);
110 HistoryService();
579 ~HistoryService();
591 friend class base::RefCountedThreadSafe<HistoryService>;
    [all...]

Completed in 38 milliseconds