HomeSort by relevance Sort by last modified time
    Searched refs:io_task_runner_ (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/remoting/host/
desktop_session_win.h 110 scoped_refptr<AutoThreadTaskRunner> io_task_runner_; member in class:remoting::DesktopSessionWin
desktop_session_agent.h 168 scoped_refptr<AutoThreadTaskRunner> io_task_runner_; member in class:remoting::DesktopSessionAgent
ipc_desktop_environment.h 114 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:remoting::IpcDesktopEnvironmentFactory
ipc_desktop_environment.cc 81 io_task_runner_(io_task_runner),
99 io_task_runner_,
desktop_session_proxy.h 170 // - background I/O is served on |io_task_runner_|.
174 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:remoting::DesktopSessionProxy
desktop_session_agent.cc 120 io_task_runner_(io_task_runner),
368 bool result = CreateConnectedIpcChannel(io_task_runner_,
desktop_session_proxy.cc 112 io_task_runner_(io_task_runner),
261 io_task_runner_.get()));
desktop_session_win.cc 405 io_task_runner_(io_task_runner),
544 new WtsSessionProcessDelegate(io_task_runner_,
daemon_process.cc 177 io_task_runner_(io_task_runner),
  /external/chromium_org/webkit/browser/fileapi/
file_system_context.cc 117 : io_task_runner_(io_task_runner),
208 if (!io_task_runner_->RunsTasksOnCurrentThread()) {
209 io_task_runner_->PostTask(
294 DCHECK(io_task_runner_->RunsTasksOnCurrentThread());
315 DCHECK(io_task_runner_->RunsTasksOnCurrentThread());
352 DCHECK(io_task_runner_->RunsTasksOnCurrentThread());
455 if (!io_task_runner_->RunsTasksOnCurrentThread() &&
456 io_task_runner_->DeleteSoon(FROM_HERE, this)) {
546 DCHECK(io_task_runner_->RunsTasksOnCurrentThread());
file_system_context.h 333 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:fileapi::FileSystemContext
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_fetcher_unittest.cc 53 scoped_refptr<base::TestSimpleTaskRunner> io_task_runner_; member in class:policy::ExternalPolicyDataFetcherTest
76 io_task_runner_ = new base::TestSimpleTaskRunner();
79 io_task_runner_,
91 io_task_runner_->RunUntilIdle();
306 io_task_runner_->RunUntilIdle();
465 io_task_runner_->RunUntilIdle();
component_cloud_policy_service.h 132 scoped_refptr<base::SequencedTaskRunner> io_task_runner_; member in class:policy::ComponentCloudPolicyService
138 // the |io_task_runner_|.
component_cloud_policy_service.cc 225 io_task_runner_(io_task_runner),
232 new ExternalPolicyDataFetcherBackend(io_task_runner_, request_context));
262 io_task_runner_->DeleteSoon(FROM_HERE,
  /external/chromium_org/chrome/test/chromedriver/chrome/
adb_impl.h 60 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:AdbImpl
adb_impl.cc 77 : io_task_runner_(io_task_runner), port_(port) {
78 CHECK(io_task_runner_.get());
222 io_task_runner_->PostTask(
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_manager_base.cc 343 io_task_runner_(io_task_runner),
351 io_task_runner_->DeleteSoon(FROM_HERE,
412 new ExternalPolicyDataFetcherBackend(io_task_runner_,
423 io_task_runner_->DeleteSoon(FROM_HERE,
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 217 : io_task_runner_(io_task_runner),
282 if (!CreateConnectedIpcChannel(io_task_runner_, this, &temp_handle,
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback_service_unittest.cc 134 io_task_runner_(content::BrowserThread::GetMessageLoopProxyForThread(
137 new net::TestURLRequestContextGetter(io_task_runner_)) {
170 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:safe_browsing::DownloadFeedbackServiceTest
  /external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.h 229 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:sync_file_system::CannedSyncableFileSystem
local_file_sync_context.h 325 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:sync_file_system::LocalFileSyncContext

Completed in 969 milliseconds

12