HomeSort by relevance Sort by last modified time
    Searched refs:shouldDispatchMessageWhenWaitingForSyncReply (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
MessageID.h 162 bool shouldDispatchMessageWhenWaitingForSyncReply() const { return getFlags() & DispatchMessageWhenWaitingForSyncReply; }
Connection.cpp 134 if (!messageID.shouldDispatchMessageWhenWaitingForSyncReply())
635 if (message.messageID().shouldDispatchMessageWhenWaitingForSyncReply())
649 if (message.messageID().shouldDispatchMessageWhenWaitingForSyncReply())

Completed in 104 milliseconds