Home
last modified time | relevance | path

Searched refs:RunOnDBThread (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dhistory_model_worker.cc22 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread() function in browser_sync::WorkerTask
Dtyped_url_data_type_controller.cc27 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread() function in browser_sync::ControlTask
/external/chromium/chrome/browser/history/
Dhistory_browsertest.cc41 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread() function in __anon67d5e4740111::WaitForHistoryTask
Dhistory.h77 virtual bool RunOnDBThread(history::HistoryBackend* backend,
Dhistory_unittest.cc803 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) { in RunOnDBThread() function in history::__anond8b72b700211::HistoryDBTaskImpl
Dtop_sites.cc86 virtual bool RunOnDBThread(history::HistoryBackend* backend, in RunOnDBThread() function in history::__anon0e36df990111::LoadThumbnailsFromHistoryTask
Dtop_sites_unittest.cc47 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) { in RunOnDBThread() function in history::__anon9f7d23580111::WaitForHistoryTask
Dhistory_backend.cc1943 if (request->value->RunOnDBThread(this, db_.get())) { in ProcessDBTaskImpl()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_typed_url_unittest.cc103 task_->RunOnDBThread(backend_, NULL); in Run()