Searched refs:Post (Results 51 - 75 of 139) sorted by relevance

123456

/external/chromium_org/jingle/glue/
H A Dthread_wrapper.h58 virtual void Post(rtc::MessageHandler *phandler,
H A Dthread_wrapper.cc78 void JingleThreadWrapper::Post( function in class:jingle_glue::JingleThreadWrapper
/external/chromium_org/ppapi/proxy/
H A Dtcp_server_socket_private_resource.cc86 Post(BROWSER, PpapiHostMsg_TCPServerSocket_StopListening());
H A Dvideo_source_resource.cc77 Post(RENDERER, PpapiHostMsg_VideoSource_Close());
H A Dvideo_decoder_resource.cc277 Post(RENDERER, PpapiHostMsg_VideoDecoder_RecyclePicture(picture->texture_id));
396 Post(RENDERER, PpapiHostMsg_VideoDecoder_AssignTextures(size, texture_ids));
487 Post(RENDERER, PpapiHostMsg_VideoDecoder_RecyclePicture(
H A Dwebsocket_resource.cc172 // Need to do a "Post" to avoid reentering the plugin.
175 Post(RENDERER, PpapiHostMsg_WebSocket_Fail(
183 // Need to do a "Post" to avoid reentering the plugin.
266 Post(RENDERER, PpapiHostMsg_WebSocket_SendText(message_string->value()));
277 Post(RENDERER, PpapiHostMsg_WebSocket_SendBinary(message_vector));
H A Dflash_clipboard_resource.cc145 Post(BROWSER,
H A Dplugin_resource.cc112 void PluginResource::Post(Destination dest, const IPC::Message& msg) { function in class:ppapi::proxy::PluginResource
113 TRACE_EVENT2("ppapi proxy", "PluginResource::Post",
/external/chromium_org/third_party/webrtc/base/
H A Dcriticalsection_unittest.cc104 thread->Post(handler);
H A Dmessagequeue_unittest.cc111 Post(handler, 1);
H A Dmessagequeue.h191 virtual void Post(MessageHandler *phandler, uint32 id = 0,
218 Post(NULL, MQID_DISPOSE, new DisposeData<T>(doomed));
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy.cc71 worker_thread_->Post(
76 worker_thread_->Post(
H A Drawtransportchannel.cc227 worker_thread_->Post(
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient_unittest.cc103 // Post a message, to avoid problems with directly connecting the callbacks.
107 rtc::Thread::Current()->Post(this, MSG_LSIGNAL,
110 rtc::Thread::Current()->Post(this, MSG_RSIGNAL,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.cc159 signaling_thread_->Post(this, MSG_GENERATE_IDENTITY, NULL);
385 signaling_thread_->Post(this, MSG_CREATE_SESSIONDESCRIPTION_FAILED, msg);
394 signaling_thread_->Post(this, MSG_CREATE_SESSIONDESCRIPTION_SUCCESS, msg);
H A Ddtmfsender.cc159 signaling_thread_->Post(this, MSG_DO_INSERT_DTMF);
H A Dpeerconnection.cc462 signaling_thread()->Post(this, MSG_GETSTATS,
599 signaling_thread()->Post(this, MSG_SET_SESSIONDESCRIPTION_SUCCESS, msg);
622 signaling_thread()->Post(this, MSG_SET_SESSIONDESCRIPTION_SUCCESS, msg);
630 signaling_thread()->Post(this, MSG_SET_SESSIONDESCRIPTION_FAILED, msg);
/external/chromium_org/v8/src/compiler/
H A Djs-context-specialization.cc23 GenericGraphVisit::Control Post(Node* node) { function in class:v8::internal::compiler::ContextSpecializationVisitor
H A Djs-inlining.cc32 GenericGraphVisit::Control Post(Node* node) { function in class:v8::internal::compiler::InlinerVisitor
173 GenericGraphVisit::Control Post(Node* original) { function in class:v8::internal::compiler::CopyVisitor
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store.cc106 void Post(const WebRTCIdentityRequestResult& result) { function in class:content::WebRTCIdentityRequest
297 request->Post(result);
/external/llvm/test/MC/ARM/
H A Darm_addrmode2.s3 @ Post-indexed
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc285 network_thread_->Post(this, MSG_CONFIG_START);
297 network_thread_->Post(this, MSG_CONFIG_STOP);
346 network_thread_->Post(this, MSG_CONFIG_READY, config);
390 network_thread_->Post(this, MSG_ALLOCATE);
467 network_thread_->Post(this, MSG_SEQUENCEOBJECTS_CREATED);
816 session_->network_thread()->Post(this, MSG_ALLOCATION_PHASE);
/external/chromium_org/chrome/browser/
H A Dbrowser_process_impl.cc408 void Post(base::SequencedTaskRunner* task_runner);
434 void RundownTaskCounter::Post(base::SequencedTaskRunner* task_runner) { function in class:__anon2958::RundownTaskCounter
487 rundown_counter->Post(profile->GetIOTaskRunner().get());
501 rundown_counter->Post(local_state_task_runner_.get());
516 rundown_counter->Post(
/external/chromium_org/net/cert/
H A Dmulti_threaded_cert_verifier.cc68 // |------>---------------------------Post
192 void Post(const MultiThreadedCertVerifier::CachedResult& verify_result) { function in class:net::CertVerifierRequest
411 (*i)->Post(verify_result);
412 // Post() causes the CertVerifierRequest to delete itself.
/external/chromium_org/chrome/browser/extensions/
H A Dextension_garbage_collector.cc115 extension_system->ready().Post(

Completed in 409 milliseconds

123456