Home
last modified time | relevance | path

Searched refs:COM_INIT_NONE (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/base/
Dauto_thread.cc93 com_init_type_(COM_INIT_NONE), in AutoThread()
103 com_init_type_(COM_INIT_NONE), in AutoThread()
153 DCHECK_EQ(com_init_type_, COM_INIT_NONE); in SetComInitType()
Dauto_thread.h46 enum ComInitType { COM_INIT_NONE, COM_INIT_STA, COM_INIT_MTA }; enumerator