Searched refs:PostDelayed (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpingtask.cc72 message_queue_->PostDelayed(ping_timeout_millis_, this);
73 message_queue_->PostDelayed(ping_period_millis_, this);
/external/chromium_org/jingle/glue/
H A Dthread_wrapper_unittest.cc124 TEST_F(ThreadWrapperTest, PostDelayed) {
130 thread_->PostDelayed(kTestDelayMs1, &handler1_, kTestMessage1, data1);
131 thread_->PostDelayed(kTestDelayMs2, &handler1_, kTestMessage2, data2);
132 thread_->PostDelayed(kTestDelayMs3, &handler2_, kTestMessage1, data3);
133 thread_->PostDelayed(kTestDelayMs4, &handler2_, kTestMessage1, data4);
182 thread_->PostDelayed(kTestDelayMs1, &handler1_, kTestMessage1, NULL);
183 thread_->PostDelayed(kTestDelayMs2, &handler1_, kTestMessage2, NULL);
184 thread_->PostDelayed(kTestDelayMs3, &handler2_, kTestMessage1, NULL);
185 thread_->PostDelayed(kTestDelayMs4, &handler2_, kTestMessage1, NULL);
H A Dthread_wrapper.h62 virtual void PostDelayed(int delay_ms,
H A Dthread_wrapper.cc84 void JingleThreadWrapper::PostDelayed( function in class:jingle_glue::JingleThreadWrapper
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dtypingmonitor.cc80 worker_thread_->PostDelayed(mute_period_, this, 0);
119 rtc::Thread::Current()->PostDelayed(expiry_time, this, 0);
H A Dmediamonitor.cc105 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
H A Daudiomonitor.cc110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
/external/chromium_org/third_party/webrtc/base/
H A Dasynchttprequest.cc47 Thread::Current()->PostDelayed(start_delay_, this, MSG_LAUNCH_REQUEST);
112 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT);
H A Dcpumonitor.cc400 monitor_thread_->PostDelayed(period_ms_, this);
419 monitor_thread_->PostDelayed(period_ms_, this);
H A Dthread_unittest.cc73 post_thread_->PostDelayed(200, post_handler_, 0, new TestMessage(result));
180 th1.PostDelayed(100, &msg_client, 0, new TestMessage(1));
H A Dautodetectproxy.cc177 Thread::Current()->PostDelayed(timeout, this, MSG_TIMEOUT);
H A Dmessagequeue.h193 virtual void PostDelayed(int cmsDelay, MessageHandler *phandler, function in class:rtc::MessageQueue
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dyuvframescapturer.cc34 PostDelayed(waiting_time_ms, this);
47 PostDelayed(waiting_time_ms, this);
H A Dfilevideocapturer.cc122 PostDelayed(waiting_time_ms, this);
134 PostDelayed(waiting_time_ms, this);
/external/chromium_org/extensions/common/
H A Done_shot_event.h84 void PostDelayed(const tracked_objects::Location& from_here,
H A Done_shot_event.cc55 void OneShotEvent::PostDelayed(const tracked_objects::Location& from_here, function in class:extensions::OneShotEvent
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeperiodicvideocapturer.h71 rtc::Thread::Current()->PostDelayed(static_cast<int>(
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.cc111 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.cc63 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL);
199 manager_->thread_->PostDelayed(delay, this, MSG_STUN_SEND, NULL);
H A Dpseudotcp_unittest.cc168 rtc::Thread::Current()->PostDelayed(delay_, this, id,
181 rtc::Thread::Current()->PostDelayed(interval, this, message);
583 rtc::Thread::Current()->PostDelayed(10, this, MSG_WRITE);
H A Dturnserver.cc712 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT);
740 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT);
998 thread_->PostDelayed(kPermissionTimeout, this, MSG_ALLOCATION_TIMEOUT);
1019 thread_->PostDelayed(kChannelTimeout, this, MSG_ALLOCATION_TIMEOUT);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.cc213 sender_thread_->PostDelayed(0, this); // Wake up the send thread.
246 sender_thread_->PostDelayed(wait, this);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddtmfsender.cc244 signaling_thread_->PostDelayed(tone_gap, this, MSG_DO_INSERT_DTMF);
/external/chromium_org/base/mac/
H A Dlibdispatch_task_runner_unittest.cc176 TEST_F(LibDispatchTaskRunnerTest, PostDelayed) {
/external/chromium_org/chrome/browser/extensions/
H A Dextension_garbage_collector.cc109 extension_system->ready().PostDelayed(

Completed in 2140 milliseconds

12