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

/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DMessageEncoder.cpp59 void MessageEncoder::setShouldDispatchMessageWhenWaitingForSyncReply(bool shouldDispatchMessageWhenWaitingForSyncReply) argument
61 if (shouldDispatchMessageWhenWaitingForSyncReply)
H A DMessageDecoder.cpp64 bool MessageDecoder::shouldDispatchMessageWhenWaitingForSyncReply() const function in class:IPC::MessageDecoder
H A DMessageDecoder.h47 bool shouldDispatchMessageWhenWaitingForSyncReply() const;
H A DConnection.cpp157 if (!message->shouldDispatchMessageWhenWaitingForSyncReply())
819 if (message->shouldDispatchMessageWhenWaitingForSyncReply())
835 if (message->shouldDispatchMessageWhenWaitingForSyncReply())

Completed in 93 milliseconds