HomeSort by relevance Sort by last modified time
    Searched defs:io_task_runner_ (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
adb_impl.h 61 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:AdbImpl
  /external/chromium_org/webkit/browser/blob/
blob_data_handle.h 45 scoped_refptr<base::SequencedTaskRunner> io_task_runner_; member in class:webkit_blob::BlobDataHandle
  /external/chromium_org/remoting/host/
desktop_session_win.h 110 scoped_refptr<AutoThreadTaskRunner> io_task_runner_; member in class:remoting::DesktopSessionWin
daemon_process.h 146 return io_task_runner_;
163 scoped_refptr<AutoThreadTaskRunner> io_task_runner_; member in class:remoting::DaemonProcess
ipc_desktop_environment.h 114 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:remoting::IpcDesktopEnvironmentFactory
config_file_watcher.cc 74 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:remoting::ConfigFileWatcherImpl
107 io_task_runner_(io_task_runner) {
112 if (!io_task_runner_->BelongsToCurrentThread()) {
113 io_task_runner_->PostTask(
151 io_task_runner_->PostTask(
161 DCHECK(io_task_runner_->BelongsToCurrentThread());
169 DCHECK(io_task_runner_->BelongsToCurrentThread());
180 DCHECK(io_task_runner_->BelongsToCurrentThread());
desktop_session_proxy.h 172 // - background I/O is served on |io_task_runner_|.
176 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:remoting::DesktopSessionProxy
desktop_session_agent.h 167 scoped_refptr<AutoThreadTaskRunner> io_task_runner_; member in class:remoting::DesktopSessionAgent
desktop_process_unittest.cc 149 scoped_refptr<AutoThreadTaskRunner> io_task_runner_; member in class:remoting::DesktopProcessTest
182 io_task_runner_.get()));
229 io_task_runner_ = NULL;
246 io_task_runner_ = AutoThread::CreateWithType(
253 io_task_runner_.get()));
265 DesktopProcess desktop_process(ui_task_runner, io_task_runner_, channel_name);
ipc_desktop_environment_unittest.cc 173 scoped_refptr<AutoThreadTaskRunner> io_task_runner_; member in class:remoting::IpcDesktopEnvironmentTest
235 io_task_runner_ = AutoThread::CreateWithType(
280 io_task_runner_,
368 EXPECT_TRUE(io_task_runner_.get());
376 io_task_runner_.get()));
380 io_task_runner_,
443 io_task_runner_ = NULL;
480 io_task_runner_ = NULL;
516 io_task_runner_ = NULL;
556 io_task_runner_ = NULL
    [all...]
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.h 59 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:remoting::UnprivilegedProcessDelegate
wts_session_process_delegate.cc 105 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:remoting::WtsSessionProcessDelegate::Core
150 io_task_runner_(io_task_runner),
209 io_task_runner_->PostTask(
284 DCHECK(io_task_runner_->BelongsToCurrentThread());
386 io_task_runner_));
435 DCHECK(io_task_runner_->BelongsToCurrentThread());
452 io_task_runner_->PostTask(FROM_HERE, base::Bind(
459 DCHECK(io_task_runner_->BelongsToCurrentThread());
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context.h 261 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:sync_file_system::LocalFileSyncContext
canned_syncable_file_system.h 218 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:sync_file_system::CannedSyncableFileSystem
local_file_sync_context_unittest.cc 67 io_task_runner_ = io_thread_->message_loop_proxy();
156 if (!io_task_runner_->RunsTasksOnCurrentThread()) {
158 io_task_runner_->PostTask(
164 ASSERT_TRUE(io_task_runner_->RunsTasksOnCurrentThread());
179 ASSERT_TRUE(io_task_runner_->RunsTasksOnCurrentThread());
198 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:sync_file_system::LocalFileSyncContextTest
212 new LocalFileSyncContext(ui_task_runner_.get(), io_task_runner_.get());
218 io_task_runner_.get(),
223 new LocalFileSyncContext(ui_task_runner_.get(), io_task_runner_.get());
259 io_task_runner_.get()
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback_service_unittest.cc 136 io_task_runner_(content::BrowserThread::GetMessageLoopProxyForThread(
139 new net::TestURLRequestContextGetter(io_task_runner_)) {
174 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:safe_browsing::DownloadFeedbackServiceTest
download_feedback_unittest.cc 109 io_task_runner_(content::BrowserThread::GetMessageLoopProxyForThread(
112 new net::TestURLRequestContextGetter(io_task_runner_)),
114 EXPECT_NE(io_task_runner_, file_task_runner_);
147 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:safe_browsing::DownloadFeedbackTest
  /external/chromium_org/webkit/browser/fileapi/
file_system_context.h 281 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; member in class:fileapi::FileSystemContext

Completed in 5201 milliseconds