Home
last modified time | relevance | path

Searched refs:shouldDispatchMessageWhenWaitingForSyncReply (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DMessageID.h162 …bool shouldDispatchMessageWhenWaitingForSyncReply() const { return getFlags() & DispatchMessageWhe… in shouldDispatchMessageWhenWaitingForSyncReply() function
DConnection.cpp134 if (!messageID.shouldDispatchMessageWhenWaitingForSyncReply()) in processIncomingMessage()
635 if (message.messageID().shouldDispatchMessageWhenWaitingForSyncReply()) in dispatchMessage()
649 if (message.messageID().shouldDispatchMessageWhenWaitingForSyncReply()) in dispatchMessage()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-161105 (CoreIPC::MessageID::shouldDispatchMessageWhenWaitingForSyncReply):