/external/chromium_org/chrome/browser/history/ |
D | history_backend_android.cc | 11 AndroidURLID HistoryBackend::InsertHistoryAndBookmark( in InsertHistoryAndBookmark() 19 AndroidStatement* HistoryBackend::QueryHistoryAndBookmarks( in QueryHistoryAndBookmarks() 32 int HistoryBackend::UpdateHistoryAndBookmarks( in UpdateHistoryAndBookmarks() 44 int HistoryBackend::DeleteHistoryAndBookmarks( in DeleteHistoryAndBookmarks() 55 int HistoryBackend::DeleteHistory( in DeleteHistory() 67 int HistoryBackend::MoveStatement(history::AndroidStatement* statement, in MoveStatement() 86 void HistoryBackend::CloseStatement(AndroidStatement* statement) { in CloseStatement() 92 SearchTermID HistoryBackend::InsertSearchTerm(const SearchRow& row) { in InsertSearchTerm() 99 int HistoryBackend::UpdateSearchTerms( in UpdateSearchTerms() 111 int HistoryBackend::DeleteSearchTerms( in DeleteSearchTerms() [all …]
|
D | history_backend.cc | 145 explicit CommitLaterTask(HistoryBackend* history_backend) in CommitLaterTask() 165 scoped_refptr<HistoryBackend> history_backend_; 191 bool QueuedHistoryDBTask::Run(HistoryBackend* backend, in Run() 207 HistoryBackend::HistoryBackend(const base::FilePath& history_dir, in HistoryBackend() function in history::HistoryBackend 220 HistoryBackend::~HistoryBackend() { in ~HistoryBackend() 245 void HistoryBackend::Init(const std::string& languages, bool force_fail) { in Init() 251 base::Bind(&HistoryBackend::OnMemoryPressure, base::Unretained(this)))); in Init() 257 void HistoryBackend::SetOnBackendDestroyTask(base::MessageLoop* message_loop, in SetOnBackendDestroyTask() 265 void HistoryBackend::Closing() { in Closing() 275 void HistoryBackend::ClearCachedDataForContextID(ContextID context_id) { in ClearCachedDataForContextID() [all …]
|
D | history_service.cc | 65 using history::HistoryBackend; 133 class HistoryService::BackendDelegate : public HistoryBackend::Delegate { 247 &HistoryBackend::ClearCachedDataForContextID, context_id); in ClearCachedDataForContextID() 299 &HistoryBackend::SetKeywordSearchTermsForURL, in SetKeywordSearchTermsForURL() 311 &HistoryBackend::DeleteAllSearchTermsForKeyword, in DeleteAllSearchTermsForKeyword() 318 ScheduleAndForget(PRIORITY_UI, &HistoryBackend::DeleteKeywordSearchTermForURL, in DeleteKeywordSearchTermForURL() 326 ScheduleAndForget(PRIORITY_UI, &HistoryBackend::DeleteMatchingURLsForKeyword, in DeleteMatchingURLsForKeyword() 333 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::URLsNoLongerBookmarked, in URLsNoLongerBookmarked() 348 base::Bind(&HistoryBackend::ProcessDBTask, in ScheduleDBTask() 363 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetOnBackendDestroyTask, in SetOnBackendDestroyTask() [all …]
|
D | history_db_task.h | 10 class HistoryBackend; variable 28 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) = 0;
|
D | typed_url_syncable_service.h | 33 class HistoryBackend; variable 40 explicit TypedUrlSyncableService(HistoryBackend* history_backend); 124 HistoryBackend* const history_backend_;
|
D | history_backend.h | 77 bool Run(HistoryBackend* backend, HistoryDatabase* db); 99 class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, 153 HistoryBackend(const base::FilePath& history_dir, 191 void(history::HistoryBackend*, history::URLDatabase*)>& callback); 505 virtual ~HistoryBackend(); 508 friend class base::RefCountedThreadSafe<HistoryBackend>; 896 DISALLOW_COPY_AND_ASSIGN(HistoryBackend);
|
D | delete_directive_handler.cc | 127 virtual bool RunOnDBThread(history::HistoryBackend* backend, 138 history::HistoryBackend* history_backend, 145 history::HistoryBackend* history_backend, 154 history::HistoryBackend* backend, in RunOnDBThread() 186 history::HistoryBackend* history_backend, in ProcessGlobalIdDeleteDirectives() 236 history::HistoryBackend* history_backend, in ProcessTimeRangeDeleteDirectives()
|
D | history_service.h | 62 class HistoryBackend; variable 534 friend class history::HistoryBackend; 575 void(history::HistoryBackend*, history::URLDatabase*)>& callback); 844 scoped_refptr<history::HistoryBackend> history_backend_;
|
D | typed_url_syncable_service_unittest.cc | 22 using history::HistoryBackend; 39 class TestHistoryBackend : public HistoryBackend { 41 TestHistoryBackend() : HistoryBackend(base::FilePath(), NULL, NULL) {} in TestHistoryBackend() 139 scoped_refptr<HistoryBackend> fake_history_backend_;
|
D | in_memory_url_index.h | 163 virtual bool RunOnDBThread(HistoryBackend* backend,
|
/external/chromium_org/chrome/browser/history/android/ |
D | android_history_provider_service.cc | 12 using history::HistoryBackend; 37 base::Bind(&HistoryBackend::QueryHistoryAndBookmarks, in QueryHistoryAndBookmarks() 65 base::Bind(&HistoryBackend::UpdateHistoryAndBookmarks, in UpdateHistoryAndBookmarks() 91 base::Bind(&HistoryBackend::DeleteHistoryAndBookmarks, in DeleteHistoryAndBookmarks() 115 base::Bind(&HistoryBackend::InsertHistoryAndBookmark, in InsertHistoryAndBookmark() 139 base::Bind(&HistoryBackend::DeleteHistory, in DeleteHistory() 165 base::Bind(&HistoryBackend::MoveStatement, in MoveStatement() 183 &HistoryBackend::CloseStatement, statement); in CloseStatement() 203 &HistoryBackend::InsertSearchTerm, hs->history_backend_.get(), row), in InsertSearchTerm() 226 base::Bind(&HistoryBackend::UpdateSearchTerms, in UpdateSearchTerms() [all …]
|
D | android_provider_backend.h | 53 HistoryBackend::Delegate* delegate); 343 HistoryBackend::Delegate* delegate_;
|
D | android_provider_backend.cc | 116 void RunNotifyFaviconChanged(HistoryBackend::Delegate* delegate, in RunNotifyFaviconChanged() 190 HistoryBackend::Delegate* delegate) in AndroidProviderBackend() 357 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications, in UpdateHistoryAndBookmarks() 408 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications, in InsertHistoryAndBookmark() 1071 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications, in SimulateUpdateURL() 1082 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications, in SimulateUpdateURL() 1151 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications, in DeleteHistoryInternal()
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | typed_url_data_type_controller.h | 19 class HistoryBackend; variable 41 void SetBackend(history::HistoryBackend* backend); 58 history::HistoryBackend* backend_;
|
D | typed_url_change_processor.h | 31 class HistoryBackend; variable 50 history::HistoryBackend* history_backend, 106 history::HistoryBackend* history_backend_;
|
D | typed_url_model_associator.h | 29 class HistoryBackend; variable 52 history::HistoryBackend* history_backend, 184 history::HistoryBackend* history_backend_;
|
D | history_model_worker.cc | 25 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread() 49 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
|
D | typed_url_data_type_controller.cc | 41 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread() 101 void TypedUrlDataTypeController::SetBackend(history::HistoryBackend* backend) { in SetBackend()
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | history_url_provider.h | 28 class HistoryBackend; variable 216 history::HistoryBackend* backend, 248 void DoAutocomplete(history::HistoryBackend* backend, 300 void CullRedirects(history::HistoryBackend* backend,
|
/external/chromium_org/chrome/browser/sync/ |
D | profile_sync_components_factory.h | 47 class HistoryBackend; variable 110 history::HistoryBackend* history_backend,
|
D | profile_sync_components_factory_mock.h | 68 history::HistoryBackend* history_backend,
|
D | profile_sync_components_factory_impl.h | 79 history::HistoryBackend* history_backend,
|
D | profile_sync_service_typed_url_unittest.cc | 68 using history::HistoryBackend; 88 class HistoryBackendMock : public HistoryBackend { 90 HistoryBackendMock() : HistoryBackend(base::FilePath(), NULL, NULL) {} in HistoryBackendMock() 140 void set_backend(scoped_refptr<history::HistoryBackend> backend) { in set_backend() 152 scoped_refptr<history::HistoryBackend> backend_; 170 history::HistoryBackend* history_backend, in TestTypedUrlModelAssociator()
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | typed_urls_helper.cc | 30 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread() 49 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread() 74 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread() 100 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread() 124 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
|
/external/chromium_org/components/history/core/browser/ |
D | url_row.h | 124 friend class HistoryBackend; variable 194 friend class HistoryBackend;
|