Searched refs:AsyncInvoker (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/webrtc/base/ |
D | asyncinvoker.cc | 15 AsyncInvoker::AsyncInvoker() : destroying_(false) {} in AsyncInvoker() function in rtc::AsyncInvoker 17 AsyncInvoker::~AsyncInvoker() { in ~AsyncInvoker() 24 void AsyncInvoker::OnMessage(Message* msg) { in OnMessage() 36 void AsyncInvoker::Flush(Thread* thread, uint32 id /*= MQID_ANY*/) { in Flush() 41 thread->Invoke<void>(Bind(&AsyncInvoker::Flush, this, thread, id)); in Flush() 55 void AsyncInvoker::DoInvoke(Thread* thread, AsyncClosure* closure, in DoInvoke() 66 NotifyingAsyncClosureBase::NotifyingAsyncClosureBase(AsyncInvoker* invoker, in NotifyingAsyncClosureBase()
|
D | asyncinvoker-inl.h | 25 class AsyncInvoker; variable 60 NotifyingAsyncClosureBase(AsyncInvoker* invoker, Thread* calling_thread); 71 AsyncInvoker* invoker_; 81 NotifyingAsyncClosure(AsyncInvoker* invoker, in NotifyingAsyncClosure() 109 NotifyingAsyncClosure(AsyncInvoker* invoker, in NotifyingAsyncClosure()
|
D | asyncinvoker.h | 69 class AsyncInvoker : public MessageHandler { 71 AsyncInvoker(); 72 virtual ~AsyncInvoker(); 128 DISALLOW_COPY_AND_ASSIGN(AsyncInvoker);
|
D | thread_unittest.cc | 331 AsyncInvoker invoker; in TEST() 357 void AsyncInvokeIntCallback(AsyncInvoker* invoker, Thread* thread) { in AsyncInvokeIntCallback() 381 AsyncInvoker invoker; in TEST_F() 392 AsyncInvoker invoker; in TEST_F() 410 AsyncInvoker invoker; in TEST_F() 421 AsyncInvoker invoker; in TEST_F() 441 AsyncInvoker invoker; in TEST_F() 455 AsyncInvoker invoker; in TEST_F() 473 AsyncInvoker invoker; in TEST_F()
|