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

  /external/chromium/chrome/browser/history/
history_backend.h 48 class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
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);
history_backend.cc 41 /* 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,
214 HistoryBackend::~HistoryBackend() {
244 void HistoryBackend::Init(const std::string& languages, bool force_fail)
    [all...]

Completed in 179 milliseconds