Home | History | Annotate | Download | only in history

Lines Matching defs:HistoryService

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>;
872 DISALLOW_COPY_AND_ASSIGN(HistoryService);