Searched refs:HistoryBackend (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/chrome/browser/history/
H A Dhistory_db_task.h10 class HistoryBackend;
15 // When HistoryBackend processes the task it invokes RunOnDBThread. Once the
28 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) = 0;
H A Dhistory_backend_android.cc11 AndroidURLID HistoryBackend::InsertHistoryAndBookmark(
19 AndroidStatement* HistoryBackend::QueryHistoryAndBookmarks(
32 int HistoryBackend::UpdateHistoryAndBookmarks(
44 int HistoryBackend::DeleteHistoryAndBookmarks(
55 int HistoryBackend::DeleteHistory(
67 int HistoryBackend::MoveStatement(history::AndroidStatement* statement,
86 void HistoryBackend::CloseStatement(AndroidStatement* statement) {
92 SearchTermID HistoryBackend::InsertSearchTerm(const SearchRow& row) {
99 int HistoryBackend::UpdateSearchTerms(
111 int HistoryBackend
[all...]
H A Dhistory_backend.cc58 /* The HistoryBackend consists of two components:
145 explicit CommitLaterTask(HistoryBackend* history_backend)
165 scoped_refptr<HistoryBackend> history_backend_;
191 bool QueuedHistoryDBTask::Run(HistoryBackend* backend,
205 // HistoryBackend --------------------------------------------------------------
207 HistoryBackend::HistoryBackend(const base::FilePath& history_dir, function in class:history::HistoryBackend
220 HistoryBackend::~HistoryBackend() {
245 void HistoryBackend
[all...]
H A Dhistory_service.cc7 // represented by HistoryBackend. The HistoryService's job is to dispatch to
12 // HistoryService <----------------> HistoryBackend
65 using history::HistoryBackend;
133 class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
247 &HistoryBackend::ClearCachedDataForContextID, context_id);
299 &HistoryBackend::SetKeywordSearchTermsForURL,
311 &HistoryBackend::DeleteAllSearchTermsForKeyword,
318 ScheduleAndForget(PRIORITY_UI, &HistoryBackend::DeleteKeywordSearchTermForURL,
326 ScheduleAndForget(PRIORITY_UI, &HistoryBackend::DeleteMatchingURLsForKeyword,
333 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend
[all...]
H A Dtyped_url_syncable_service.h33 class HistoryBackend;
40 explicit TypedUrlSyncableService(HistoryBackend* history_backend);
58 // Called directly by HistoryBackend when local url data changes.
124 HistoryBackend* const history_backend_;
H A Ddelete_directive_handler.cc127 virtual bool RunOnDBThread(history::HistoryBackend* backend,
138 history::HistoryBackend* history_backend,
145 history::HistoryBackend* history_backend,
154 history::HistoryBackend* backend,
186 history::HistoryBackend* history_backend,
236 history::HistoryBackend* history_backend,
H A Dhistory_backend.h77 bool Run(HistoryBackend* backend, HistoryDatabase* db);
99 class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, class in namespace:history
102 // Interface implemented by the owner of the HistoryBackend object. Normally,
153 HistoryBackend(const base::FilePath& history_dir,
191 void(history::HistoryBackend*, history::URLDatabase*)>& callback);
471 // state into the HistoryBackend databases. Close all of the databases managed
472 // HistoryBackend as there are no provisions for accessing the other databases
473 // managed by HistoryBackend when the history database cannot be accessed.
505 virtual ~HistoryBackend();
[all...]
H A Dhistory_service.h62 class HistoryBackend;
143 // Returns a pointer to the TypedUrlSyncableService owned by HistoryBackend.
534 friend class history::HistoryBackend;
575 void(history::HistoryBackend*, history::URLDatabase*)>& callback);
844 scoped_refptr<history::HistoryBackend> history_backend_;
H A Din_memory_url_index.h163 virtual bool RunOnDBThread(HistoryBackend* backend,
H A Dtyped_url_syncable_service_unittest.cc22 using history::HistoryBackend;
39 class TestHistoryBackend : public HistoryBackend {
41 TestHistoryBackend() : HistoryBackend(base::FilePath(), NULL, NULL) {}
43 // HistoryBackend test implementation.
139 scoped_refptr<HistoryBackend> fake_history_backend_;
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_data_type_controller.h19 class HistoryBackend;
41 void SetBackend(history::HistoryBackend* backend);
58 history::HistoryBackend* backend_;
H A Dtyped_url_change_processor.h31 class HistoryBackend;
50 history::HistoryBackend* history_backend,
106 history::HistoryBackend* history_backend_;
H A Dtyped_url_model_associator.h29 class HistoryBackend;
52 history::HistoryBackend* history_backend,
184 history::HistoryBackend* history_backend_;
H A Dhistory_model_worker.cc25 virtual bool RunOnDBThread(history::HistoryBackend* backend,
49 virtual bool RunOnDBThread(history::HistoryBackend* backend,
H A Dtyped_url_data_type_controller.cc41 virtual bool RunOnDBThread(history::HistoryBackend* backend,
101 void TypedUrlDataTypeController::SetBackend(history::HistoryBackend* backend) {
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_provider_service.cc12 using history::HistoryBackend;
37 base::Bind(&HistoryBackend::QueryHistoryAndBookmarks,
65 base::Bind(&HistoryBackend::UpdateHistoryAndBookmarks,
91 base::Bind(&HistoryBackend::DeleteHistoryAndBookmarks,
115 base::Bind(&HistoryBackend::InsertHistoryAndBookmark,
139 base::Bind(&HistoryBackend::DeleteHistory,
165 base::Bind(&HistoryBackend::MoveStatement,
183 &HistoryBackend::CloseStatement, statement);
203 &HistoryBackend::InsertSearchTerm, hs->history_backend_.get(), row),
226 base::Bind(&HistoryBackend
[all...]
H A Dandroid_provider_backend.h53 HistoryBackend::Delegate* delegate);
343 HistoryBackend::Delegate* delegate_;
H A Dandroid_provider_backend.cc116 void RunNotifyFaviconChanged(HistoryBackend::Delegate* delegate,
137 // ScheduleCommit in HistoryBackend and the same number of transaction
190 HistoryBackend::Delegate* delegate)
357 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications,
408 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications,
1071 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications,
1082 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications,
1151 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications,
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.h28 class HistoryBackend;
48 // HistoryBackend::ScheduleAutocomplete
216 history::HistoryBackend* backend,
248 void DoAutocomplete(history::HistoryBackend* backend,
300 void CullRedirects(history::HistoryBackend* backend,
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory.h47 class HistoryBackend;
110 history::HistoryBackend* history_backend,
H A Dprofile_sync_components_factory_mock.h68 history::HistoryBackend* history_backend,
H A Dprofile_sync_components_factory_impl.h79 history::HistoryBackend* history_backend,
/external/chromium_org/components/history/core/browser/
H A Durl_row.h124 friend class HistoryBackend;
194 friend class HistoryBackend;
199 // These values are typically set by HistoryBackend.
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtyped_urls_helper.cc30 virtual bool RunOnDBThread(history::HistoryBackend* backend,
49 virtual bool RunOnDBThread(history::HistoryBackend* backend,
74 virtual bool RunOnDBThread(history::HistoryBackend* backend,
100 virtual bool RunOnDBThread(history::HistoryBackend* backend,
124 virtual bool RunOnDBThread(history::HistoryBackend* backend,
/external/chromium_org/chrome/browser/ui/sync/
H A Dprofile_signin_confirmation_helper.cc45 virtual bool RunOnDBThread(history::HistoryBackend* backend,

Completed in 214 milliseconds

12