Searched refs:Post (Results 76 - 100 of 139) sorted by relevance

123456

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakenetworkinterface.h195 thread_->Post(this, id, rtc::WrapMessageData(packet));
H A Dvideocapturer.cc355 thread_->Post(this, MSG_DO_PAUSE, NULL);
558 thread_->Post(this, MSG_STATE_CHANGE, state_params);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelproxy.cc99 // Post ourselves a message to see if we need to fire state callbacks.
100 worker_thread_->Post(this, MSG_UPDATESTATE);
H A Dp2ptransportchannel.cc313 thread()->Post(this, MSG_PING);
346 thread()->Post(this, MSG_PING);
902 worker_thread_->Post(this, MSG_SORT);
1123 // Post ourselves a message to perform the next ping.
/external/chromium_org/third_party/webrtc/base/
H A Ddbus.cc104 caller_thread_->Post(this, DSM_SIGNAL, new DBusSigMessageData(message));
H A Dmessagequeue.cc271 void MessageQueue::Post(MessageHandler *phandler, uint32 id, function in class:rtc::MessageQueue
H A Dnetwork.cc552 thread_->Post(this, kSignalNetworksMessage);
554 thread_->Post(this, kUpdateNetworksMessage);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc424 worker_thread_->Post(this, message_id, data);
560 signaling_thread()->Post(this, MSG_FIRSTPACKETRECEIVED);
1621 signaling_thread()->Post(this, MSG_CHANNEL_ERROR, data);
2025 signaling_thread()->Post(this, MSG_SCREENCASTWINDOWEVENT, pdata);
2067 signaling_thread()->Post(this, MSG_CHANNEL_ERROR, data);
2408 signaling_thread()->Post(this, MSG_DATARECEIVED, msg);
2415 signaling_thread()->Post(this, MSG_CHANNEL_ERROR, data);
2422 signaling_thread()->Post(this, MSG_READYTOSENDDATA,
2460 signaling_thread()->Post(this, MSG_STREAMCLOSEDREMOTELY, message);
/external/chromium_org/chrome/browser/sessions/
H A Dbetter_session_restore_browsertest.cc452 IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest, Post) {
646 IN_PROC_BROWSER_TEST_F(RestartTest, Post) {
/external/chromium_org/net/ssl/
H A Dchannel_id_service.cc164 void Post(int error, function in class:net::ChannelIDServiceRequest
311 (*i)->Post(error, private_key, cert);
312 // Post() causes the ChannelIDServiceRequest to delete itself.
514 // ChannelIDServiceRequest::Post will do the histograms and stuff.
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.cc191 channel->worker_thread()->Post(channel, MSG_SCTPOUTBOUNDPACKET, msg);
204 // Post data to the channel's receiver thread (copying it).
225 channel->worker_thread()->Post(channel, MSG_SCTPINBOUNDPACKET, msg);
598 // marshalled by a Post and handled with OnMessage.
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker.cc143 worker_->Post(this, MSG_START);
212 main_->Post(this, MSG_SIGNAL_RESULTS);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayType.cpp164 CASE_NEW(Post);
319 CASE_GET_INFO(Post);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.S46 mov r4, #4 @ Post offset value for the loop
47 mov r2, #-2 @ Post offset value for the loop
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-node-algorithm.cc37 GenericGraphVisit::Control Post(Node* node) { function in class:PostNodeVisitor
192 GenericGraphVisit::Control Post(Node* node) { function in struct:ReenterNodeVisitor
/external/skia/src/animator/
H A DSkDisplayType.cpp164 CASE_NEW(Post);
319 CASE_GET_INFO(Post);
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.cc117 ExtensionSystem::Get(profile_)->ready().Post(
/external/chromium_org/ppapi/proxy/
H A Dplugin_resource.h71 void Post(Destination dest, const IPC::Message& msg);
73 // Like Post() but expects a response. |callback| is a |base::Callback| that
/external/chromium_org/third_party/skia/tests/
H A DResourceCacheTest.cpp139 SkMessageBus<GrResourceInvalidatedMessage>::Post(msg);
/external/skia/tests/
H A DResourceCacheTest.cpp137 SkMessageBus<GrResourceInvalidatedMessage>::Post(msg);
/external/chromium_org/v8/src/compiler/
H A Dtyper.cc124 GenericGraphVisit::Control Post(Node* node) { function in class:v8::internal::compiler::Typer::RunVisitor
165 GenericGraphVisit::Control Post(Node* node) { function in class:v8::internal::compiler::Typer::NarrowVisitor
191 GenericGraphVisit::Control Post(Node* node) { function in class:v8::internal::compiler::Typer::WidenVisitor
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_verifier.cc232 ExtensionSystem::Get(context_)->ready().Post(
/external/chromium_org/chrome/browser/search/
H A Dhotword_service.cc222 extensions::ExtensionSystem::Get(profile_)->ready().Post(
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service.cc198 extensions::ExtensionSystem::Get(profile_)->ready().Post(
/external/chromium_org/extensions/browser/api/declarative/
H A Drules_registry.cc299 ready_.Post(FROM_HERE,

Completed in 1758 milliseconds

123456