Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.h265 bool didReceiveReply; member
270 , didReceiveReply(false) in PendingSyncReply()
277 , didReceiveReply(0) in PendingSyncReply()
DConnection.cpp432 if (pendingSyncReply.didReceiveReply || !m_shouldWaitForSyncReplies) in waitForSyncReply()
467 pendingSyncReply.didReceiveReply = true; in processIncomingSyncReply()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1628092 If the incoming message is a sync reply, set the didReceiveReply flag and the replyDecoder