Searched refs:com_init_type_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/base/
H A Dauto_thread.cc93 com_init_type_(COM_INIT_NONE),
103 com_init_type_(COM_INIT_NONE),
124 DCHECK(com_init_type_ != COM_INIT_STA || type == base::MessageLoop::TYPE_UI);
153 DCHECK_EQ(com_init_type_, COM_INIT_NONE);
154 com_init_type_ = com_init_type;
205 CreateComInitializer(com_init_type_));
H A Dauto_thread.h94 ComInitType com_init_type_; member in class:remoting::AutoThread

Completed in 496 milliseconds