Searched defs:HistoryService (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory.h66 // thread. HistoryDBTask is scheduled using HistoryService::ScheduleDBTask.
96 class HistoryService : public CancelableRequestProvider, class in inherits:CancelableRequestProvider,NotificationObserver,base::RefCountedThreadSafe
98 public base::RefCountedThreadSafe<HistoryService> {
108 explicit HistoryService(Profile* profile);
110 HistoryService();
579 ~HistoryService();
591 friend class base::RefCountedThreadSafe<HistoryService>;
872 DISALLOW_COPY_AND_ASSIGN(HistoryService);
H A Dhistory.cc7 // 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
125 HistoryService::HistoryService() function in class:HistoryService
134 HistoryService::HistoryService(Profile* profile) function in class:HistoryService
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_service.h85 class HistoryService : public CancelableRequestProvider, class in inherits:CancelableRequestProvider,content::NotificationObserver,syncer::SyncableService,BrowserContextKeyedService,visitedlink::VisitedLinkDelegate
95 explicit HistoryService(Profile* profile);
97 HistoryService();
99 virtual ~HistoryService();
612 base::WeakPtr<HistoryService> AsWeakPtr();
641 friend class base::RefCountedThreadSafe<HistoryService>;
1040 base::WeakPtrFactory<HistoryService> weak_ptr_factory_;
1100 DISALLOW_COPY_AND_ASSIGN(HistoryService);
H A Dhistory_service.cc7 // represented by HistoryBackend. The HistoryService's job is to dispatch to
12 // HistoryService <----------------> HistoryBackend
125 class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
128 const base::WeakPtr<HistoryService>& history_service,
141 base::Bind(&HistoryService::NotifyProfileError, history_service_,
151 base::Bind(&HistoryService::SetInMemoryBackend, history_service_,
167 base::Bind(&HistoryService::BroadcastNotificationsHelper,
174 base::Bind(&HistoryService::OnDBLoaded, history_service_,
181 base::Bind(&HistoryService::StartTopSitesMigration,
189 base::Bind(&HistoryService
202 HistoryService::HistoryService() function in class:HistoryService
213 HistoryService::HistoryService(Profile* profile) function in class:HistoryService
[all...]

Completed in 82 milliseconds