/external/chromium_org/chrome/browser/history/ |
history_db_task.h | 12 class HistoryBackend; 17 // When HistoryBackend processes the task it invokes RunOnDBThread. Once the 27 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) = 0;
|
history_backend_android.cc | 11 void HistoryBackend::InsertHistoryAndBookmark( 24 void HistoryBackend::QueryHistoryAndBookmarks( 41 void HistoryBackend::UpdateHistoryAndBookmarks( 59 void HistoryBackend::DeleteHistoryAndBookmarks( 75 void HistoryBackend::DeleteHistory( 93 void HistoryBackend::MoveStatement( 114 void HistoryBackend::CloseStatement(AndroidStatement* statement) { 120 void HistoryBackend::InsertSearchTerm(scoped_refptr<InsertRequest> request, 132 void HistoryBackend::UpdateSearchTerms( 149 void HistoryBackend::DeleteSearchTerms [all...] |
history_backend.cc | 58 /* 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, 186 HistoryBackend::~HistoryBackend() { 209 void HistoryBackend::Init(const std::string& languages, bool force_fail) { 215 base::Bind(&HistoryBackend::OnMemoryPressure, base::Unretained(this)))) [all...] |
history_service.cc | 7 // represented by HistoryBackend. The HistoryService's job is to dispatch to 12 // HistoryService <----------------> HistoryBackend 70 using history::HistoryBackend; 125 class HistoryService::BackendDelegate : public HistoryBackend::Delegate { 268 // HistoryBackend::Closing will release. This means if we scheduled a call 269 // to HistoryBackend::Closing and *then* released our backend reference, there 280 // TODO(ajwong): Cleanup HistoryBackend lifetime issues. 284 base::Bind(&HistoryBackend::Closing, history_backend_.get()); 287 HistoryBackend* raw_ptr = history_backend_.get(); 315 &HistoryBackend::NotifyRenderProcessHostDestruction, host) [all...] |
typed_url_syncable_service.h | 33 class HistoryBackend; 40 explicit TypedUrlSyncableService(HistoryBackend* history_backend); 58 // Called directly by HistoryBackend when local url data changes. 124 HistoryBackend* const history_backend_;
|
/external/chromium_org/chrome/browser/sync/glue/ |
typed_url_data_type_controller.h | 19 class HistoryBackend; 40 void SetBackend(history::HistoryBackend* backend); 56 history::HistoryBackend* backend_;
|
typed_url_change_processor.h | 31 class HistoryBackend; 50 history::HistoryBackend* history_backend, 106 history::HistoryBackend* history_backend_;
|
typed_url_model_associator.h | 29 class HistoryBackend; 56 history::HistoryBackend* history_backend, 188 history::HistoryBackend* history_backend_;
|
history_model_worker.cc | 25 virtual bool RunOnDBThread(history::HistoryBackend* backend, 49 virtual bool RunOnDBThread(history::HistoryBackend* backend,
|
typed_url_data_type_controller.cc | 40 virtual bool RunOnDBThread(history::HistoryBackend* backend, 91 void TypedUrlDataTypeController::SetBackend(history::HistoryBackend* backend) {
|
/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);
|
/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);
|
/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;
|
/external/chromium_org/chrome/browser/history/android/ |
android_history_provider_service.cc | 12 using history::HistoryBackend; 35 &HistoryBackend::QueryHistoryAndBookmarks, NULL, request, 56 &HistoryBackend::UpdateHistoryAndBookmarks, NULL, request, row, 76 &HistoryBackend::DeleteHistoryAndBookmarks, NULL, request, 95 &HistoryBackend::InsertHistoryAndBookmark, NULL, request, values); 114 &HistoryBackend::DeleteHistory, NULL, request, selection, 135 &HistoryBackend::MoveStatement, NULL, request, statement, 149 &HistoryBackend::CloseStatement, statement); 166 &HistoryBackend::InsertSearchTerm, NULL, request, row); 186 &HistoryBackend::UpdateSearchTerms, NULL, request, row, selection [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
history_url_provider.h | 27 class HistoryBackend; 48 // HistoryBackend::ScheduleAutocomplete 197 void ExecuteWithDB(history::HistoryBackend* backend, 203 void DoAutocomplete(history::HistoryBackend* backend, 287 void CullRedirects(history::HistoryBackend* backend,
|
/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,
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_components_factory.h | 40 class HistoryBackend; 111 history::HistoryBackend* history_backend,
|