Searched refs:SyncContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_sync_channel.cc28 // more other channels). That means that in SyncContext's OnMessageReceived,
60 void QueueMessage(const Message& msg, SyncChannel::SyncContext* context) {
78 this, scoped_refptr<SyncContext>(context)));
82 void QueueReply(const Message &msg, SyncChannel::SyncContext* context) {
88 void DispatchMessagesTask(SyncContext* context) {
96 void DispatchMessages(SyncContext* dispatching_context) {
102 scoped_refptr<SyncChannel::SyncContext> context;
131 void RemoveContext(SyncContext* context) {
199 QueuedMessage(Message* m, SyncContext* c) : message(m), context(c) { }
201 scoped_refptr<SyncChannel::SyncContext> contex
229 SyncChannel::SyncContext::SyncContext( function in class:IPC::SyncChannel::SyncContext
[all...]
H A Dipc_sync_channel.h45 // SyncContext maintains the queue in a threadsafe way and listens for replies
111 // SyncContext holds the per object data for SyncChannel, so that SyncChannel
114 class SyncContext : public Context { class in class:IPC::SyncChannel
116 SyncContext(Listener* listener,
133 // needs to get dispatched (by calling SyncContext::DispatchMessages).
164 virtual ~SyncContext();
200 SyncContext* sync_context() {
201 return reinterpret_cast<SyncContext*>(context());
207 SyncContext* context, base::WaitableEvent* pump_messages_event);
211 static void WaitForReplyWithNestedMessageLoop(SyncContext* contex
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 140 milliseconds