HomeSort by relevance Sort by last modified time
    Searched refs:HistoryBackend (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/history/
history.cc 7 // represented by HistoryBackend. The HistoryService's job is to dispatch to
12 // HistoryService <----------------> HistoryBackend
57 using history::HistoryBackend;
69 class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
178 // HistoryBackend::Closing will release. This means if we scheduled a call
179 // to HistoryBackend::Closing and *then* released our backend reference, there
190 NewRunnableMethod(history_backend_.get(), &HistoryBackend::Closing);
214 &HistoryBackend::NotifyRenderProcessHostDestruction, host);
239 &HistoryBackend::SetSegmentPresentationIndex,
247 &HistoryBackend::SetKeywordSearchTermsForURL
    [all...]
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...]
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_types.h 30 class HistoryBackend;
129 friend class HistoryBackend;
269 // HistoryService and HistoryBackend (including BookmarkBarView), uses the
357 friend class HistoryBackend;
362 // These values are typically set by HistoryBackend.
history.h 57 class HistoryBackend;
67 // When HistoryBackend processes the task it invokes RunOnDBThread. Once the
77 virtual bool RunOnDBThread(history::HistoryBackend* backend,
594 friend class history::HistoryBackend;
698 BackendFunc func, // Function to call on the HistoryBackend.
713 BackendFunc func, // Function to call on the HistoryBackend.
    [all...]
history_browsertest.cc 41 virtual bool RunOnDBThread(history::HistoryBackend* backend,
history_unittest.cc 85 class BackendDelegate : public HistoryBackend::Delegate {
102 // HistoryBackend to work.
115 // Creates the HistoryBackend and HistoryDatabase on the current thread,
119 new HistoryBackend(history_dir_, new BackendDelegate(this), NULL);
123 "HistoryBackend::Init";
276 scoped_refptr<HistoryBackend> backend_;
803 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) {
history_backend_unittest.cc 50 // This must be a separate object since HistoryBackend manages its lifetime.
52 class HistoryBackendTestDelegate : public HistoryBackend::Delegate {
77 scoped_refptr<HistoryBackend> backend_; // Will be NULL on init failure.
155 backend_ = new HistoryBackend(test_dir_,
797 backend_ = new HistoryBackend(new_history_path,
    [all...]
top_sites.cc 86 virtual bool RunOnDBThread(history::HistoryBackend* backend,
    [all...]
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.h 23 class HistoryBackend;
42 history::HistoryBackend* history_backend,
76 history::HistoryBackend* history_backend_;
typed_url_model_associator.h 25 class HistoryBackend;
58 history::HistoryBackend* history_backend);
134 history::HistoryBackend* history_backend_;
history_model_worker.cc 22 virtual bool RunOnDBThread(history::HistoryBackend* backend,
typed_url_data_type_controller.h 29 class HistoryBackend;
88 void StartImpl(history::HistoryBackend* backend);
typed_url_data_type_controller.cc 27 virtual bool RunOnDBThread(history::HistoryBackend* backend,
169 void TypedUrlDataTypeController::StartImpl(history::HistoryBackend* backend) {
typed_url_change_processor.cc 22 history::HistoryBackend* history_backend,
typed_url_model_associator.cc 21 history::HistoryBackend* history_backend)
  /external/chromium/chrome/browser/autocomplete/
history_provider.h 14 class HistoryBackend;
history_url_provider.h 20 class HistoryBackend;
43 // HistoryBackend::ScheduleAutocomplete
165 void ExecuteWithDB(history::HistoryBackend* backend,
171 void DoAutocomplete(history::HistoryBackend* backend,
270 void CullRedirects(history::HistoryBackend* backend,
history_quick_provider.h 20 class HistoryBackend;
history_url_provider.cc 153 void HistoryURLProvider::ExecuteWithDB(history::HistoryBackend* backend,
176 void HistoryURLProvider::DoAutocomplete(history::HistoryBackend* backend,
713 void HistoryURLProvider::CullRedirects(history::HistoryBackend* backend,
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_factory.h 30 class HistoryBackend;
129 history::HistoryBackend* history_backend,
profile_sync_factory_impl.h 69 history::HistoryBackend* history_backend,
profile_sync_factory_mock.h 71 history::HistoryBackend* history_backend,
profile_sync_service_typed_url_unittest.cc 47 using history::HistoryBackend;
75 class HistoryBackendMock : public HistoryBackend {
77 HistoryBackendMock() : HistoryBackend(FilePath(), NULL, NULL) {}
100 RunOnDBThreadTask(HistoryBackend* backend, HistoryDBTask* task)
107 HistoryBackend* backend_;
profile_sync_factory_impl.cc 295 history::HistoryBackend* history_backend,

Completed in 404 milliseconds

1 2