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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h 144 template<typename T> bool waitForAndDispatchImmediately(uint64_t destinationID, double timeout);
360 template<typename T> bool Connection::waitForAndDispatchImmediately(uint64_t destinationID, double timeout)
  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxyImpl.cpp 302 // FIXME: waitForAndDispatchImmediately will always return the oldest DidUpdateBackingStoreState message that
309 m_webPageProxy->process()->connection()->waitForAndDispatchImmediately<Messages::DrawingAreaProxy::DidUpdateBackingStoreState>(m_webPageProxy->pageID(), didUpdateBackingStoreStateTimeout);

Completed in 341 milliseconds