Searched defs:OwnerThread (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsignalthread_unittest.cc100 class OwnerThread : public Thread, public sigslot::has_slots<> { class in inherits:Thread,sigslot::has_slots
102 explicit OwnerThread(SignalThreadTest* harness) function in class:OwnerThread
107 virtual ~OwnerThread() {
114 signal_thread->SignalWorkDone.connect(this, &OwnerThread::OnWorkDone);
131 DISALLOW_EVIL_CONSTRUCTORS(OwnerThread);
139 scoped_ptr<OwnerThread> owner(new OwnerThread(this));

Completed in 624 milliseconds