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

1 2

  /external/chromium_org/chrome/browser/history/
history_db_task.h 17 // When HistoryBackend processes the task it invokes RunOnDBThread. Once the
24 // RunOnDBThread should NOT be invoked again. A return value of false
27 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) = 0;
29 // Invoked on the main thread once RunOnDBThread has returned true. This is
31 // RunOnDBThread.
in_memory_url_index.h 161 virtual bool RunOnDBThread(HistoryBackend* backend,
delete_directive_handler.cc 118 virtual bool RunOnDBThread(history::HistoryBackend* backend,
144 bool DeleteDirectiveHandler::DeleteDirectiveTask::RunOnDBThread(
in_memory_url_index.cc 70 bool InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::RunOnDBThread(
history_browsertest.cc 46 virtual bool RunOnDBThread(history::HistoryBackend* backend,
url_index_private_data.cc 91 virtual bool RunOnDBThread(HistoryBackend* backend,
120 bool UpdateRecentVisitsFromHistoryDBTask::RunOnDBThread(
    [all...]
top_sites_impl.cc 104 virtual bool RunOnDBThread(history::HistoryBackend* backend,
top_sites_likely_impl.cc 104 virtual bool RunOnDBThread(history::HistoryBackend* backend,
top_sites_impl_unittest.cc 56 virtual bool RunOnDBThread(HistoryBackend* backend,
    [all...]
top_sites_likely_impl_unittest.cc 56 virtual bool RunOnDBThread(HistoryBackend* backend,
    [all...]
  /external/chromium/chrome/browser/sync/glue/
history_model_worker.cc 22 virtual bool RunOnDBThread(history::HistoryBackend* backend,
typed_url_data_type_controller.cc 27 virtual bool RunOnDBThread(history::HistoryBackend* backend,
  /external/chromium_org/chrome/browser/sync/glue/
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,
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 29 virtual bool RunOnDBThread(history::HistoryBackend* backend,
48 virtual bool RunOnDBThread(history::HistoryBackend* backend,
73 virtual bool RunOnDBThread(history::HistoryBackend* backend,
99 virtual bool RunOnDBThread(history::HistoryBackend* backend,
123 virtual bool RunOnDBThread(history::HistoryBackend* backend,
bookmarks_helper.cc 46 virtual bool RunOnDBThread(history::HistoryBackend* backend,
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 41 virtual bool RunOnDBThread(history::HistoryBackend* backend,
  /external/chromium/chrome/browser/history/
history_browsertest.cc 41 virtual bool RunOnDBThread(history::HistoryBackend* backend,
history.h 67 // When HistoryBackend processes the task it invokes RunOnDBThread. Once the
74 // RunOnDBThread should NOT be invoked again. A return value of false
77 virtual bool RunOnDBThread(history::HistoryBackend* backend,
80 // Invoked on the main thread once RunOnDBThread has returned false. This is
82 // RunOnDBThread.
    [all...]
history_unittest.cc 792 // A HistoryDBTask implementation. Each time RunOnDBThread is invoked
794 // returned from RunOnDBThread which should stop RunOnDBThread from being
803 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) {
top_sites.cc 86 virtual bool RunOnDBThread(history::HistoryBackend* backend,
    [all...]
top_sites_unittest.cc 47 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) {
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 113 virtual bool RunOnDBThread(history::HistoryBackend* backend,
157 virtual bool RunOnDBThread(history::HistoryBackend* backend,
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 103 task_->RunOnDBThread(backend_, NULL);
  /external/chromium_org/chrome/test/base/
testing_profile.cc 99 virtual bool RunOnDBThread(history::HistoryBackend* backend,

Completed in 404 milliseconds

1 2