Home
last modified time | relevance | path

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

/external/chromium_org/ipc/
Dipc_sync_channel.h211 static void WaitForReplyWithNestedMessageLoop(SyncContext* context);
Dipc_sync_channel.cc506 WaitForReplyWithNestedMessageLoop(context); // Run a nested message loop. in WaitForReply()
512 void SyncChannel::WaitForReplyWithNestedMessageLoop(SyncContext* context) { in WaitForReplyWithNestedMessageLoop() function in IPC::SyncChannel