Searched defs:HistoryBackend (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_backend.h48 class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, class in namespace:history
51 // Interface implemented by the owner of the HistoryBackend object. Normally,
100 HistoryBackend(const FilePath& history_dir,
328 virtual ~HistoryBackend();
331 friend class base::RefCountedThreadSafe<HistoryBackend>;
381 // this HistoryBackend object has been Init()ed successfully.
396 // that this HistoryBackend object has been Init()ed successfully.
603 DISALLOW_COPY_AND_ASSIGN(HistoryBackend);
H A Dhistory_backend.cc41 /* The HistoryBackend consists of a number of components:
129 explicit CommitLaterTask(HistoryBackend* history_backend)
149 scoped_refptr<HistoryBackend> history_backend_;
159 class HistoryBackend::URLQuerier {
199 // HistoryBackend --------------------------------------------------------------
201 HistoryBackend::HistoryBackend(const FilePath& history_dir, function in class:history::HistoryBackend
214 HistoryBackend::~HistoryBackend() {
244 void HistoryBackend
[all...]

Completed in 58 milliseconds