HomeSort by relevance Sort by last modified time
    Searched refs:HistoryBackend (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/chrome/browser/history/
history_db_task.h 10 class HistoryBackend;
15 // When HistoryBackend processes the task it invokes RunOnDBThread. Once the
28 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) = 0;
history_backend_android.cc 11 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::DeleteSearchTerms
    [all...]
history_backend.cc 58 /* 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,
220 HistoryBackend::~HistoryBackend() {
245 void HistoryBackend::Init(const std::string& languages, bool force_fail)
    [all...]
history_service.cc 7 // 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::URLsNoLongerBookmarked
    [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_;
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,
186 history::HistoryBackend* history_backend,
236 history::HistoryBackend* history_backend,
history_backend.h 77 bool Run(HistoryBackend* backend, HistoryDatabase* db);
99 class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
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...]
in_memory_url_index.h 163 virtual bool RunOnDBThread(HistoryBackend* backend,
history_service.h 62 class HistoryBackend;
143 // Returns a pointer to the TypedUrlSyncableService owned by HistoryBackend.
534 friend class history::HistoryBackend;
575 void(history::HistoryBackend*, history::URLDatabase*)>& callback);
    [all...]
typed_url_syncable_service_unittest.cc 22 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/
typed_url_data_type_controller.h 19 class HistoryBackend;
41 void SetBackend(history::HistoryBackend* backend);
58 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;
52 history::HistoryBackend* history_backend,
184 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 41 virtual bool RunOnDBThread(history::HistoryBackend* backend,
101 void TypedUrlDataTypeController::SetBackend(history::HistoryBackend* backend) {
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service.cc 12 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::UpdateSearchTerms
    [all...]
android_provider_backend.h 53 HistoryBackend::Delegate* delegate);
343 HistoryBackend::Delegate* delegate_;
android_provider_backend.cc 116 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,
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 28 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/
profile_sync_components_factory.h 47 class HistoryBackend;
110 history::HistoryBackend* history_backend,
profile_sync_components_factory_mock.h 68 history::HistoryBackend* history_backend,
profile_sync_components_factory_impl.h 79 history::HistoryBackend* history_backend,
  /external/chromium_org/components/history/core/browser/
url_row.h 124 friend class HistoryBackend;
194 friend class HistoryBackend;
199 // These values are typically set by HistoryBackend.
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 30 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/
profile_signin_confirmation_helper.cc 45 virtual bool RunOnDBThread(history::HistoryBackend* backend,

Completed in 186 milliseconds

1 2