Searched refs:COM_INIT_STA (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/base/
H A Dauto_thread.h46 enum ComInitType { COM_INIT_NONE, COM_INIT_STA, COM_INIT_MTA }; enumerator in enum:remoting::AutoThread::ComInitType
H A Dauto_thread.cc30 } else if (type == AutoThread::COM_INIT_STA) {
124 DCHECK(com_init_type_ != COM_INIT_STA || type == base::MessageLoop::TYPE_UI);
H A Dauto_thread_unittest.cc177 AutoThread::COM_INIT_STA);
/external/chromium_org/remoting/host/
H A Dchromoting_host_context.cc25 AutoThread::COM_INIT_STA);
H A Ddesktop_process.cc109 AutoThread::COM_INIT_STA);
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller.cc26 delegate_thread_->SetComInitType(AutoThread::COM_INIT_STA);

Completed in 1324 milliseconds