Searched refs:shouldDispatchMessageWhenWaitingForSyncReply (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DMessageID.h162 bool shouldDispatchMessageWhenWaitingForSyncReply() const { return getFlags() & DispatchMessageWhenWaitingForSyncReply; } function in class:CoreIPC::MessageID
H A DConnection.cpp134 if (!messageID.shouldDispatchMessageWhenWaitingForSyncReply())
635 if (message.messageID().shouldDispatchMessageWhenWaitingForSyncReply())
649 if (message.messageID().shouldDispatchMessageWhenWaitingForSyncReply())

Completed in 66 milliseconds