Home
last modified time | relevance | path

Searched refs:dispatchSentMessagesUntil (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Platform/
DRunLoop.h65 …static bool dispatchSentMessagesUntil(const Vector<HWND>& windows, CoreIPC::BinarySemaphore&, doub…
/external/webkit/Source/WebKit2/Platform/win/
DRunLoopWin.cpp82 bool RunLoop::dispatchSentMessagesUntil(const Vector<HWND>& windows, CoreIPC::BinarySemaphore& sema… in dispatchSentMessagesUntil() function in RunLoop
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.cpp58 …return RunLoop::dispatchSentMessagesUntil(windowsToReceiveMessages, m_waitForSyncReplySemaphore, a… in waitWhileDispatchingSentWin32Messages()
/external/webkit/Source/WebKit2/
DChangeLog1984 * Platform/RunLoop.h: Added new dispatchSentMessagesUntil function to be used while waiting
1988 (RunLoop::dispatchSentMessagesUntil): Added. If we have no windows to dispatch messages to,