HomeSort by relevance Sort by last modified time
    Searched defs:SyncChannel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ipc/
ipc_sync_channel.h 61 class IPC_EXPORT SyncChannel : public ChannelProxy {
69 SyncChannel(const IPC::ChannelHandle& channel_handle,
79 SyncChannel(Listener* listener,
83 virtual ~SyncChannel();
114 // SyncContext holds the per object data for SyncChannel, so that SyncChannel
221 DISALLOW_COPY_AND_ASSIGN(SyncChannel);
ipc_sync_channel.cc 32 // To work around this, when SyncChannel filters a sync message, it sets
39 // SyncChannel objects on the same thread (since one object can receive a
42 class SyncChannel::ReceivedSyncMsgQueue :
49 // SyncChannel objects can block the same thread).
60 void QueueMessage(const Message& msg, SyncChannel::SyncContext* context) {
82 void QueueReply(const Message &msg, SyncChannel::SyncContext* context) {
102 scoped_refptr<SyncChannel::SyncContext> context;
130 // SyncChannel calls this in its destructor.
184 // See the comment in SyncChannel::SyncChannel for why this event is create
    [all...]

Completed in 417 milliseconds