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

  /external/chromium_org/remoting/base/
auto_thread.h 46 enum ComInitType { COM_INIT_NONE, COM_INIT_STA, COM_INIT_MTA };
auto_thread.cc 30 } else if (type == AutoThread::COM_INIT_STA) {
124 DCHECK(com_init_type_ != COM_INIT_STA || type == base::MessageLoop::TYPE_UI);
auto_thread_unittest.cc 177 AutoThread::COM_INIT_STA);
  /external/chromium_org/remoting/host/
chromoting_host_context.cc 25 AutoThread::COM_INIT_STA);
desktop_process.cc 109 AutoThread::COM_INIT_STA);
  /external/chromium_org/remoting/host/setup/
daemon_controller.cc 26 delegate_thread_->SetComInitType(AutoThread::COM_INIT_STA);

Completed in 182 milliseconds