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

  /external/chromium_org/chrome/browser/history/
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_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...]

Completed in 248 milliseconds