Searched refs:io_task_runner_ (Results 51 - 59 of 59) sorted by relevance

123

/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux.cc1576 io_task_runner_ = io_task_runner;
1581 if (!io_task_runner_.get() || !file_task_runner.get())
1672 DCHECK(!io_task_runner_.get() ||
1673 io_task_runner_->BelongsToCurrentThread());
1708 io_task_runner_->PostTask(FROM_HERE, base::Bind(
1720 DCHECK(io_task_runner_->BelongsToCurrentThread());
/external/chromium_org/remoting/host/
H A Ddesktop_session_agent.cc121 io_task_runner_(io_task_runner),
383 bool result = CreateConnectedIpcChannel(io_task_runner_,
H A Ddesktop_session_proxy.cc113 io_task_runner_(io_task_runner),
267 io_task_runner_.get());
H A Ddesktop_session_win.cc405 io_task_runner_(io_task_runner),
544 new WtsSessionProcessDelegate(io_task_runner_,
H A Ddaemon_process.cc176 io_task_runner_(io_task_runner),
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_context.h379 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:storage::FileSystemContext
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.h239 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:sync_file_system::CannedSyncableFileSystem
H A Dlocal_file_sync_context.h333 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:sync_file_system::LocalFileSyncContext
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_sync_unittest.cc84 io_task_runner_ = content::BrowserThread::GetMessageLoopProxyForThread(
235 io_task_runner_.get(), file_task_runner_.get());
638 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:sync_file_system::drive_backend::DriveBackendSyncTest

Completed in 397 milliseconds

123