HomeSort by relevance Sort by last modified time
    Searched full:worker_thread_wrapper_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/
cast_extension_session.h 235 rtc::Thread* worker_thread_wrapper_; member in class:remoting::CastExtensionSession
237 // Worker thread that is wrapped to create |worker_thread_wrapper_|.
cast_extension_session.cc 324 worker_thread_wrapper_(NULL),
464 &worker_thread_wrapper_,
468 return (worker_thread_wrapper_ != NULL);
475 DCHECK(worker_thread_wrapper_ != NULL);
479 worker_thread_wrapper_, signaling_thread_wrapper_, NULL, NULL, NULL);

Completed in 141 milliseconds