Searched defs:SyncChannel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_sync_channel.h62 class IPC_EXPORT SyncChannel : public ChannelProxy { class in namespace:IPC
71 static scoped_ptr<SyncChannel> Create(
79 static scoped_ptr<SyncChannel> Create(
89 static scoped_ptr<SyncChannel> Create(
94 virtual ~SyncChannel();
119 // SyncContext holds the per object data for SyncChannel, so that SyncChannel
203 SyncChannel(
230 DISALLOW_COPY_AND_ASSIGN(SyncChannel);
H A Dipc_sync_channel.cc33 // To work around this, when SyncChannel filters a sync message, it sets
40 // SyncChannel objects on the same thread (since one object can receive a
43 class SyncChannel::ReceivedSyncMsgQueue :
50 // SyncChannel objects can block the same thread).
61 void QueueMessage(const Message& msg, SyncChannel::SyncContext* context) {
83 void QueueReply(const Message &msg, SyncChannel::SyncContext* context) {
103 scoped_refptr<SyncChannel::SyncContext> context;
131 // SyncChannel calls this in its destructor.
185 // See the comment in SyncChannel::SyncChannel fo
444 SyncChannel::SyncChannel( function in class:IPC::SyncChannel
[all...]

Completed in 163 milliseconds