Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_sync_channel.h241 static void WaitForReplyWithNestedMessageLoop(SyncContext* context); in COMPONENT_EXPORT()
Dipc_sync_channel.cc691 WaitForReplyWithNestedMessageLoop(context); // Run a nested run loop. in WaitForReply()
697 void SyncChannel::WaitForReplyWithNestedMessageLoop(SyncContext* context) { in WaitForReplyWithNestedMessageLoop() function in IPC::SyncChannel