Searched defs:HistoryBackend (Results 1 - 4 of 4) 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...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h64 class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, class in namespace:history
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
[all...]
H A Dhistory_backend.cc58 /* 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, function in class:history::HistoryBackend
186 HistoryBackend::~HistoryBackend() {
209 void HistoryBackend::Init(const std::string& languages, bool force_fail) {
215 base::Bind(&HistoryBackend
[all...]

Completed in 42 milliseconds