Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/browser/history/
Dhistory_backend_android.cc11 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 …]
Dhistory_backend.cc145 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 …]
Dhistory_service.cc65 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 …]
Dhistory_db_task.h10 class HistoryBackend; variable
28 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) = 0;
Dtyped_url_syncable_service.h33 class HistoryBackend; variable
40 explicit TypedUrlSyncableService(HistoryBackend* history_backend);
124 HistoryBackend* const history_backend_;
Dhistory_backend.h77 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);
Ddelete_directive_handler.cc127 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()
Dhistory_service.h62 class HistoryBackend; variable
534 friend class history::HistoryBackend;
575 void(history::HistoryBackend*, history::URLDatabase*)>& callback);
844 scoped_refptr<history::HistoryBackend> history_backend_;
Dtyped_url_syncable_service_unittest.cc22 using history::HistoryBackend;
39 class TestHistoryBackend : public HistoryBackend {
41 TestHistoryBackend() : HistoryBackend(base::FilePath(), NULL, NULL) {} in TestHistoryBackend()
139 scoped_refptr<HistoryBackend> fake_history_backend_;
Din_memory_url_index.h163 virtual bool RunOnDBThread(HistoryBackend* backend,
/external/chromium_org/chrome/browser/history/android/
Dandroid_history_provider_service.cc12 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 …]
Dandroid_provider_backend.h53 HistoryBackend::Delegate* delegate);
343 HistoryBackend::Delegate* delegate_;
Dandroid_provider_backend.cc116 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/
Dtyped_url_data_type_controller.h19 class HistoryBackend; variable
41 void SetBackend(history::HistoryBackend* backend);
58 history::HistoryBackend* backend_;
Dtyped_url_change_processor.h31 class HistoryBackend; variable
50 history::HistoryBackend* history_backend,
106 history::HistoryBackend* history_backend_;
Dtyped_url_model_associator.h29 class HistoryBackend; variable
52 history::HistoryBackend* history_backend,
184 history::HistoryBackend* history_backend_;
Dhistory_model_worker.cc25 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
49 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
Dtyped_url_data_type_controller.cc41 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread()
101 void TypedUrlDataTypeController::SetBackend(history::HistoryBackend* backend) { in SetBackend()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider.h28 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/
Dprofile_sync_components_factory.h47 class HistoryBackend; variable
110 history::HistoryBackend* history_backend,
Dprofile_sync_components_factory_mock.h68 history::HistoryBackend* history_backend,
Dprofile_sync_components_factory_impl.h79 history::HistoryBackend* history_backend,
Dprofile_sync_service_typed_url_unittest.cc68 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/
Dtyped_urls_helper.cc30 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/
Durl_row.h124 friend class HistoryBackend; variable
194 friend class HistoryBackend;

12