Searched refs:PostAt (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue_unittest.cc58 q->PostAt(now, NULL, 3);
59 q->PostAt(now - 2, NULL, 0);
60 q->PostAt(now - 1, NULL, 1);
61 q->PostAt(now, NULL, 4);
62 q->PostAt(now - 1, NULL, 2);
H A Dmessagequeue.h197 virtual void PostAt(uint32 tstamp, MessageHandler *phandler, function in class:rtc::MessageQueue
H A Dvirtualsocketserver.cc900 msg_queue_->PostAt(ts, recipient, MSG_ID_PACKET, p);
/external/chromium_org/jingle/glue/
H A Dthread_wrapper.h85 virtual void PostAt(uint32 timestamp,
H A Dthread_wrapper.cc276 void JingleThreadWrapper::PostAt(uint32, rtc::MessageHandler*, function in class:jingle_glue::JingleThreadWrapper

Completed in 379 milliseconds