Home
last modified time | relevance | path

Searched refs:HistoryBackend (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium/chrome/browser/history/
Dhistory.cc57 using history::HistoryBackend;
69 class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
190 NewRunnableMethod(history_backend_.get(), &HistoryBackend::Closing); in UnloadBackend()
214 &HistoryBackend::NotifyRenderProcessHostDestruction, host); in NotifyRenderProcessHostDestruction()
239 &HistoryBackend::SetSegmentPresentationIndex, in SetSegmentPresentationIndex()
247 &HistoryBackend::SetKeywordSearchTermsForURL, in SetKeywordSearchTermsForURL()
254 &HistoryBackend::DeleteAllSearchTermsForKeyword, in DeleteAllSearchTermsForKeyword()
264 return Schedule(PRIORITY_UI, &HistoryBackend::GetMostRecentKeywordSearchTerms, in GetMostRecentKeywordSearchTerms()
271 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::URLsNoLongerBookmarked, in URLsNoLongerBookmarked()
281 return Schedule(PRIORITY_UI, &HistoryBackend::ProcessDBTask, consumer, in ScheduleDBTask()
[all …]
Dhistory_backend.cc129 explicit CommitLaterTask(HistoryBackend* history_backend) in CommitLaterTask()
149 scoped_refptr<HistoryBackend> history_backend_;
159 class HistoryBackend::URLQuerier {
201 HistoryBackend::HistoryBackend(const FilePath& history_dir, in HistoryBackend() function in history::HistoryBackend
214 HistoryBackend::~HistoryBackend() { in ~HistoryBackend()
244 void HistoryBackend::Init(const std::string& languages, bool force_fail) { in Init()
250 void HistoryBackend::SetOnBackendDestroyTask(MessageLoop* message_loop, in SetOnBackendDestroyTask()
260 void HistoryBackend::Closing() { in Closing()
270 void HistoryBackend::NotifyRenderProcessHostDestruction(const void* host) { in NotifyRenderProcessHostDestruction()
274 FilePath HistoryBackend::GetThumbnailFileName() const { in GetThumbnailFileName()
[all …]
Dhistory_backend.h48 class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
100 HistoryBackend(const FilePath& history_dir,
328 virtual ~HistoryBackend();
331 friend class base::RefCountedThreadSafe<HistoryBackend>;
603 DISALLOW_COPY_AND_ASSIGN(HistoryBackend);
Dhistory_types.h30 class HistoryBackend; variable
129 friend class HistoryBackend; variable
357 friend class HistoryBackend;
Dhistory.h57 class HistoryBackend; variable
77 virtual bool RunOnDBThread(history::HistoryBackend* backend,
594 friend class history::HistoryBackend;
850 scoped_refptr<history::HistoryBackend> history_backend_;
Dhistory_unittest.cc85 class BackendDelegate : public HistoryBackend::Delegate {
119 new HistoryBackend(history_dir_, new BackendDelegate(this), NULL); in CreateBackendAndDatabase()
276 scoped_refptr<HistoryBackend> backend_;
803 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) { in RunOnDBThread()
Dhistory_browsertest.cc41 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
Dhistory_backend_unittest.cc52 class HistoryBackendTestDelegate : public HistoryBackend::Delegate {
77 scoped_refptr<HistoryBackend> backend_; // Will be NULL on init failure.
155 backend_ = new HistoryBackend(test_dir_, in SetUp()
797 backend_ = new HistoryBackend(new_history_path, in TEST_F()
Dtop_sites.cc86 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
/external/chromium/chrome/browser/sync/glue/
Dtyped_url_change_processor.h23 class HistoryBackend; variable
42 history::HistoryBackend* history_backend,
76 history::HistoryBackend* history_backend_;
Dtyped_url_model_associator.h25 class HistoryBackend; variable
58 history::HistoryBackend* history_backend);
134 history::HistoryBackend* history_backend_;
Dtyped_url_data_type_controller.h29 class HistoryBackend; variable
88 void StartImpl(history::HistoryBackend* backend);
Dhistory_model_worker.cc22 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
Dtyped_url_data_type_controller.cc27 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
169 void TypedUrlDataTypeController::StartImpl(history::HistoryBackend* backend) { in StartImpl()
Dtyped_url_change_processor.cc22 history::HistoryBackend* history_backend, in TypedUrlChangeProcessor()
Dtyped_url_model_associator.cc21 history::HistoryBackend* history_backend) in TypedUrlModelAssociator()
/external/chromium/chrome/browser/autocomplete/
Dhistory_url_provider.h20 class HistoryBackend; variable
165 void ExecuteWithDB(history::HistoryBackend* backend,
171 void DoAutocomplete(history::HistoryBackend* backend,
270 void CullRedirects(history::HistoryBackend* backend,
Dhistory_provider.h14 class HistoryBackend; variable
Dhistory_quick_provider.h20 class HistoryBackend; variable
Dhistory_url_provider.cc153 void HistoryURLProvider::ExecuteWithDB(history::HistoryBackend* backend, in ExecuteWithDB()
176 void HistoryURLProvider::DoAutocomplete(history::HistoryBackend* backend, in DoAutocomplete()
713 void HistoryURLProvider::CullRedirects(history::HistoryBackend* backend, in CullRedirects()
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory.h30 class HistoryBackend; variable
129 history::HistoryBackend* history_backend,
Dprofile_sync_service_typed_url_unittest.cc47 using history::HistoryBackend;
75 class HistoryBackendMock : public HistoryBackend {
77 HistoryBackendMock() : HistoryBackend(FilePath(), NULL, NULL) {} in HistoryBackendMock()
100 RunOnDBThreadTask(HistoryBackend* backend, HistoryDBTask* task) in RunOnDBThreadTask()
107 HistoryBackend* backend_;
Dprofile_sync_factory_mock.h71 history::HistoryBackend* history_backend,
Dprofile_sync_factory_impl.h69 history::HistoryBackend* history_backend,
Dprofile_sync_factory_impl.cc295 history::HistoryBackend* history_backend, in CreateTypedUrlSyncComponents()

12