HomeSort by relevance Sort by last modified time
    Searched refs:CreateWithType (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/remoting/host/
chromoting_host_context.cc 27 audio_task_runner_ = AutoThread::CreateWithType(
31 file_task_runner_ = AutoThread::CreateWithType(
33 input_task_runner_ = AutoThread::CreateWithType(
35 network_task_runner_ = AutoThread::CreateWithType(
desktop_process.cc 111 audio_task_runner = AutoThread::CreateWithType(
117 AutoThread::CreateWithType(
desktop_process_main.cc 41 AutoThread::CreateWithType(
config_file_watcher_unittest.cc 81 AutoThread::CreateWithType(
desktop_process_unittest.cc 246 io_task_runner_ = AutoThread::CreateWithType(
ipc_desktop_environment_unittest.cc 235 io_task_runner_ = AutoThread::CreateWithType(
  /external/chromium_org/remoting/base/
auto_thread.h 35 static scoped_refptr<AutoThreadTaskRunner> CreateWithType(
auto_thread.cc 56 scoped_refptr<AutoThreadTaskRunner> AutoThread::CreateWithType(
70 return CreateWithType(name, joiner, base::MessageLoop::TYPE_DEFAULT);
  /external/chromium_org/remoting/client/jni/
chromoting_jni_runtime.cc 47 network_task_runner_ = AutoThread::CreateWithType("native_net",
  /external/chromium_org/remoting/host/win/
host_service.cc 207 AutoThread::CreateWithType(

Completed in 127 milliseconds