Home
last modified time | relevance | path

Searched refs:received_sync_msgs_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_sync_channel.cc362 received_sync_msgs_(ReceivedSyncMsgQueue::AddContext()), in SyncContext()
420 received_sync_msgs_)); in Pop()
431 return received_sync_msgs_->dispatch_event(); in GetDispatchEvent()
435 received_sync_msgs_->DispatchMessages(this); in DispatchMessages()
466 received_sync_msgs_->RemoveContext(this); in Clear()
479 received_sync_msgs_->QueueReply(msg, this); in OnMessageReceived()
484 received_sync_msgs_->QueueMessage(msg, this); in OnMessageReceived()
Dipc_sync_channel.h175 return received_sync_msgs_.get(); in COMPONENT_EXPORT()
212 scoped_refptr<ReceivedSyncMsgQueue> received_sync_msgs_; in COMPONENT_EXPORT() local