HomeSort by relevance Sort by last modified time
    Searched refs:RunsTasksOnCurrentThread (Results 151 - 172 of 172) sorted by null

1 2 3 4 5 67

  /external/chromium_org/base/prefs/
json_pref_store.cc 54 DCHECK(sequenced_task_runner_->RunsTasksOnCurrentThread());
  /external/chromium_org/content/browser/
browser_thread_impl.cc 61 virtual bool RunsTasksOnCurrentThread() const OVERRIDE {
  /external/chromium_org/tools/android/forwarder2/
host_forwarder_main.cc 150 DCHECK(manager->thread_->message_loop_proxy()->RunsTasksOnCurrentThread());
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc 225 DCHECK(content::BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread());
customization_document.cc 145 DCHECK(content::BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.cc 67 DCHECK(blocking_task_runner_->RunsTasksOnCurrentThread());
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 331 DCHECK(content::BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread());
  /external/chromium_org/components/nacl/browser/
pnacl_host.cc 190 DCHECK(BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread());
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 282 DCHECK(context->TaskRunner()->RunsTasksOnCurrentThread());
indexed_db_backing_store.cc     [all...]
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.cc 103 if (!loop->RunsTasksOnCurrentThread()) {
  /external/chromium_org/net/ssl/
server_bound_cert_service.cc 235 DCHECK(origin_loop_->RunsTasksOnCurrentThread());
server_bound_cert_service_unittest.cc 44 virtual bool RunsTasksOnCurrentThread() const OVERRIDE { return true; }
  /external/chromium_org/net/url_request/
url_fetcher_core.cc 125 if (network_task_runner_->RunsTasksOnCurrentThread()) {
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager_unittest.cc 64 virtual bool RunsTasksOnCurrentThread() const OVERRIDE;
222 bool MockTimeSingleThreadTaskRunner::RunsTasksOnCurrentThread() const {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc 61 DCHECK(BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread());
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_impl.cc 61 if (task_runner->RunsTasksOnCurrentThread())
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.cc 29 return context->task_runner()->RunsTasksOnCurrentThread();
  /external/chromium_org/dbus/
bus.cc 820 DCHECK(dbus_task_runner_->RunsTasksOnCurrentThread());
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database.cc     [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_nss.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 304 DCHECK(BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread());
    [all...]

Completed in 1611 milliseconds

1 2 3 4 5 67