Home | History | Annotate | Download | only in history

Lines Matching refs:HistoryBackend

77   bool Run(HistoryBackend* backend, HistoryDatabase* db);
99 class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
102 // Interface implemented by the owner of the HistoryBackend object. Normally,
153 HistoryBackend(const base::FilePath& history_dir,
191 void(history::HistoryBackend*, history::URLDatabase*)>& callback);
471 // state into the HistoryBackend databases. Close all of the databases managed
472 // HistoryBackend as there are no provisions for accessing the other databases
473 // managed by HistoryBackend when the history database cannot be accessed.
505 virtual ~HistoryBackend();
508 friend class base::RefCountedThreadSafe<HistoryBackend>;
602 // Closes all databases managed by HistoryBackend. Commits any pending
621 // this HistoryBackend object has been Init()ed successfully.
896 DISALLOW_COPY_AND_ASSIGN(HistoryBackend);