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

  /external/chromium_org/chrome/browser/history/
history_db_task.h 15 // When HistoryBackend processes the task it invokes RunOnDBThread. Once the
25 // RunOnDBThread should NOT be invoked again. A return value of false
28 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) = 0;
30 // Invoked on the main thread once RunOnDBThread has returned true. This is
32 // RunOnDBThread.
in_memory_url_index.h 163 virtual bool RunOnDBThread(HistoryBackend* backend,
delete_directive_handler.cc 127 virtual bool RunOnDBThread(history::HistoryBackend* backend,
153 bool DeleteDirectiveHandler::DeleteDirectiveTask::RunOnDBThread(
in_memory_url_index.cc 69 bool InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::RunOnDBThread(
history_browsertest.cc 46 virtual bool RunOnDBThread(history::HistoryBackend* backend,
url_index_private_data.cc 87 virtual bool RunOnDBThread(HistoryBackend* backend,
116 bool UpdateRecentVisitsFromHistoryDBTask::RunOnDBThread(
    [all...]
history_unittest.cc     [all...]
top_sites_impl_unittest.cc 79 virtual bool RunOnDBThread(HistoryBackend* backend,
    [all...]
history_backend.cc 193 return task_->RunOnDBThread(backend, db);
    [all...]
  /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 41 virtual bool RunOnDBThread(history::HistoryBackend* backend,
  /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,
bookmarks_helper.cc 52 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,
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 178 virtual bool RunOnDBThread(history::HistoryBackend* backend,
219 virtual bool RunOnDBThread(history::HistoryBackend* backend,
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 93 virtual bool RunOnDBThread(history::HistoryBackend* backend,
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 132 virtual bool RunOnDBThread(history::HistoryBackend* backend,
    [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.cc 120 virtual bool RunOnDBThread(history::HistoryBackend* backend,
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 148 EXPECT_TRUE(task->RunOnDBThread(backend_.get(), NULL));
    [all...]

Completed in 432 milliseconds