/external/chromium/chrome/browser/history/ |
D | history.cc | 57 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 …]
|
D | history_backend.cc | 129 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 …]
|
D | history_backend.h | 48 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);
|
D | history_types.h | 30 class HistoryBackend; variable 129 friend class HistoryBackend; variable 357 friend class HistoryBackend;
|
D | history.h | 57 class HistoryBackend; variable 77 virtual bool RunOnDBThread(history::HistoryBackend* backend, 594 friend class history::HistoryBackend; 850 scoped_refptr<history::HistoryBackend> history_backend_;
|
D | history_unittest.cc | 85 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()
|
D | history_browsertest.cc | 41 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
|
D | history_backend_unittest.cc | 52 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()
|
D | top_sites.cc | 86 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
|
/external/chromium/chrome/browser/sync/glue/ |
D | typed_url_change_processor.h | 23 class HistoryBackend; variable 42 history::HistoryBackend* history_backend, 76 history::HistoryBackend* history_backend_;
|
D | typed_url_model_associator.h | 25 class HistoryBackend; variable 58 history::HistoryBackend* history_backend); 134 history::HistoryBackend* history_backend_;
|
D | typed_url_data_type_controller.h | 29 class HistoryBackend; variable 88 void StartImpl(history::HistoryBackend* backend);
|
D | history_model_worker.cc | 22 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
|
D | typed_url_data_type_controller.cc | 27 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread() 169 void TypedUrlDataTypeController::StartImpl(history::HistoryBackend* backend) { in StartImpl()
|
D | typed_url_change_processor.cc | 22 history::HistoryBackend* history_backend, in TypedUrlChangeProcessor()
|
D | typed_url_model_associator.cc | 21 history::HistoryBackend* history_backend) in TypedUrlModelAssociator()
|
/external/chromium/chrome/browser/autocomplete/ |
D | history_url_provider.h | 20 class HistoryBackend; variable 165 void ExecuteWithDB(history::HistoryBackend* backend, 171 void DoAutocomplete(history::HistoryBackend* backend, 270 void CullRedirects(history::HistoryBackend* backend,
|
D | history_provider.h | 14 class HistoryBackend; variable
|
D | history_quick_provider.h | 20 class HistoryBackend; variable
|
D | history_url_provider.cc | 153 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/ |
D | profile_sync_factory.h | 30 class HistoryBackend; variable 129 history::HistoryBackend* history_backend,
|
D | profile_sync_service_typed_url_unittest.cc | 47 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_;
|
D | profile_sync_factory_mock.h | 71 history::HistoryBackend* history_backend,
|
D | profile_sync_factory_impl.h | 69 history::HistoryBackend* history_backend,
|
D | profile_sync_factory_impl.cc | 295 history::HistoryBackend* history_backend, in CreateTypedUrlSyncComponents()
|