HomeSort by relevance Sort by last modified time
    Searched defs:HistoryBackend (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/history/
history_backend.h 64 class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
67 // Interface implemented by the owner of the HistoryBackend object. Normally,
125 HistoryBackend(const base::FilePath& history_dir,
477 // state into the HistoryBackend databases. Close all of the databases managed
478 // HistoryBackend as there are no provisions for accessing the other databases
479 // managed by HistoryBackend when the history database cannot be accessed.
511 virtual ~HistoryBackend();
514 friend class base::RefCountedThreadSafe<HistoryBackend>;
607 // Closes all databases managed by HistoryBackend. Commits any pendin
    [all...]
history_backend.cc 58 /* The HistoryBackend consists of a number of components:
146 explicit CommitLaterTask(HistoryBackend* history_backend)
166 scoped_refptr<HistoryBackend> history_backend_;
169 // HistoryBackend --------------------------------------------------------------
171 HistoryBackend::HistoryBackend(const base::FilePath& history_dir,
186 HistoryBackend::~HistoryBackend() {
209 void HistoryBackend::Init(const std::string& languages, bool force_fail) {
215 base::Bind(&HistoryBackend::OnMemoryPressure, base::Unretained(this))))
    [all...]

Completed in 47 milliseconds