Searched refs:Post (Results 26 - 50 of 139) sorted by relevance

123456

/external/chromium_org/third_party/skia/src/core/
H A DSkMessageBus.h19 // Post a message to be received by all Inboxes for this Message type. Threadsafe.
20 static void Post(const Message& m);
105 /*static*/ void SkMessageBus<Message>::Post(const Message& m) { function in class:SkMessageBus
/external/skia/src/core/
H A DSkMessageBus.h19 // Post a message to be received by all Inboxes for this Message type. Threadsafe.
20 static void Post(const Message& m);
105 /*static*/ void SkMessageBus<Message>::Post(const Message& m) { function in class:SkMessageBus
/external/chromium_org/extensions/browser/api/declarative/
H A Drules_cache_delegate.cc85 system.ready().Post(
89 system.ready().Post(FROM_HERE,
162 ExtensionSystem::Get(browser_context_)->ready().Post(
195 ExtensionSystem::Get(browser_context_)->ready().Post(
/external/chromium_org/ppapi/proxy/
H A Dvideo_capture_resource.cc101 Post(RENDERER, PpapiHostMsg_VideoCapture_StartCapture());
108 Post(RENDERER, PpapiHostMsg_VideoCapture_ReuseBuffer(buffer));
116 Post(RENDERER, PpapiHostMsg_VideoCapture_StopCapture());
124 Post(RENDERER, PpapiHostMsg_VideoCapture_Close());
H A Ddevice_enumeration_resource_helper.cc81 owner_->Post(PluginResource::RENDERER,
87 owner_->Post(PluginResource::RENDERER,
H A Durl_loader_resource.cc106 Post(RENDERER, PpapiHostMsg_URLLoader_Open(request_data));
218 Post(RENDERER, PpapiHostMsg_URLLoader_Close());
227 Post(RENDERER, PpapiHostMsg_URLLoader_GrantUniversalAccess());
331 Post(RENDERER, PpapiHostMsg_URLLoader_SetDeferLoading(defers_loading));
H A Daudio_input_resource.cc111 Post(RENDERER, PpapiHostMsg_AudioInput_StartOrStop(true));
128 Post(RENDERER, PpapiHostMsg_AudioInput_StartOrStop(false));
141 Post(RENDERER, PpapiHostMsg_AudioInput_Close());
H A Dflash_resource.cc81 Post(BROWSER, PpapiHostMsg_Flash_UpdateActivity());
183 Post(RENDERER, PpapiHostMsg_Flash_SetInstanceAlwaysOnTop(PP_ToBool(on_top)));
252 Post(RENDERER, PpapiHostMsg_Flash_InvokePrinting());
H A Dudp_socket_resource_base.cc164 Post(BROWSER, PpapiHostMsg_UDPSocket_RecvSlotAvailable());
212 Post(BROWSER, PpapiHostMsg_UDPSocket_Close());
296 Post(BROWSER, PpapiHostMsg_UDPSocket_RecvSlotAvailable());
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeperiodicvideocapturer.h59 rtc::Thread::Current()->Post(this, MSG_CREATEFRAME);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpppump.cc66 rtc::Thread::Current()->Post(this);
/external/chromium_org/v8/src/base/platform/
H A Dcondition-variable.h72 void Post(Event* event, bool result);
H A Dcondition-variable.cc180 void ConditionVariable::NativeHandle::Post(Event* event, bool result) {
281 native_handle_.Post(event, true);
315 native_handle_.Post(event, result);
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc179 worker_thread_->Post(this, MSG_WK_PURGE);
184 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0));
202 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1));
268 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ), true);
405 stream_thread_->Post(this, MSG_ST_EVENT,
419 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ));
430 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_WRITE));
439 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError));
545 signal_thread_->Post(this, MSG_SI_DESTROYCHANNEL);
553 signal_thread_->Post(thi
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.cc273 signaling_thread()->Post(this, MSG_CONNECTING, NULL);
314 signaling_thread()->Post(this, MSG_CONNECTING, NULL);
334 signaling_thread()->Post(
356 signaling_thread()->Post(this, MSG_CONNECTING, NULL);
417 worker_thread()->Post(this, MSG_ONSIGNALINGREADY, NULL);
512 worker_thread()->Post(this, MSG_ONREMOTECANDIDATE, params);
526 signaling_thread()->Post(this, MSG_READSTATE, NULL);
540 signaling_thread()->Post(this, MSG_WRITESTATE, NULL);
580 signaling_thread()->Post(this, MSG_REQUESTSIGNALING, params);
604 signaling_thread()->Post(
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dsharedexclusivelock_unittest.cc60 worker_thread_->Post(this, kMsgRead, new TypedMessageData<int*>(value));
93 worker_thread_->Post(this, kMsgWrite, new TypedMessageData<int>(value));
H A Dasyncinvoker.cc63 thread->Post(this, id, new ScopedRefMessageData<AsyncClosure>(closure));
H A Dfakenetwork.h69 thread_->Post(this);
H A Dsignalthread.cc139 main_->Post(this, ST_MSG_WORKER_DONE);
H A Dautodetectproxy.cc135 Thread::Current()->Post(this, MSG_TIMEOUT);
142 Thread::Current()->Post(this, MSG_UNRESOLVABLE);
173 Thread::Current()->Post(this, MSG_TIMEOUT);
/external/chromium_org/v8/src/compiler/
H A Dgeneric-algorithm.h35 // Control Post(Traits::Node* current);
69 Control control = visitor->Post(post_order_node);
105 Control Post(GenericNode<B, S>* node) { return CONTINUE; } function in struct:v8::internal::compiler::NullNodeVisitor
H A Dgraph-reducer.cc79 GenericGraphVisit::Control Post(Node* node) { function in struct:v8::internal::compiler::FINAL
/external/chromium_org/ppapi/tests/
H A Dtest_message_loop.cc29 RUN_TEST(Post, filter);
62 // Post a task before the thread is started, to make sure it is run.
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate.cc174 modules_have_been_enumerated_event_.Post(FROM_HERE, ready_callback);
186 template_url_service_ready_event_.Post(FROM_HERE, ready_callback);
214 brandcoded_defaults_fetched_event_.Post(FROM_HERE, ready_callback);
/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager.cc97 extensions::ExtensionSystem::Get(profile)->ready().Post(

Completed in 537 milliseconds

123456