Searched refs:SyncContext (Results 1 – 2 of 2) sorted by relevance
86 NestedSendDoneWatcher(SyncChannel::SyncContext* context, in NestedSendDoneWatcher()93 base::BindOnce(&SyncChannel::SyncContext::OnSendDoneEventSignaled, in NestedSendDoneWatcher()158 void QueueMessage(const Message& msg, SyncChannel::SyncContext* context) { in QueueMessage()180 void QueueReply(const Message &msg, SyncChannel::SyncContext* context) { in QueueReply()186 void DispatchMessagesTask(SyncContext* context) { in DispatchMessagesTask()199 void DispatchMessages(SyncContext* dispatching_context) { in DispatchMessages()205 scoped_refptr<SyncChannel::SyncContext> context; in DispatchMessages()236 void RemoveContext(SyncContext* context) { in RemoveContext()314 QueuedMessage(Message* m, SyncContext* c) : message(m), context(c) { } in QueuedMessage()316 scoped_refptr<SyncChannel::SyncContext> context;[all …]
141 class SyncContext : public Context { in COMPONENT_EXPORT()143 SyncContext( in COMPONENT_EXPORT()190 ~SyncContext() override; in COMPONENT_EXPORT()229 SyncContext* sync_context() { in COMPONENT_EXPORT()230 return reinterpret_cast<SyncContext*>(context()); in COMPONENT_EXPORT()236 SyncContext* context, in COMPONENT_EXPORT()241 static void WaitForReplyWithNestedMessageLoop(SyncContext* context); in COMPONENT_EXPORT()