Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.cpp210 , m_shouldWaitForSyncReplies(true) in Connection()
377 if (!m_shouldWaitForSyncReplies) { in sendSyncMessage()
432 if (pendingSyncReply.didReceiveReply || !m_shouldWaitForSyncReplies) in waitForSyncReply()
522 ASSERT(m_shouldWaitForSyncReplies); in connectionDidClose()
523 m_shouldWaitForSyncReplies = false; in connectionDidClose()
DConnection.h295 bool m_shouldWaitForSyncReplies; variable
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1624649 Initialize m_shouldWaitForSyncReplies to true.
24652 Don't attempt to send a message if m_shouldWaitForSyncReplies is false.
24655 Return if m_shouldWaitForSyncReplies was set to false.
24658 Set m_shouldWaitForSyncReplies to true and signal the semaphore.