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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp 334 ASSERT(!m_waitForMessageMap.contains(messageAndDestination));
337 m_waitForMessageMap.set(messageAndDestination, 0);
344 HashMap<std::pair<unsigned, uint64_t>, ArgumentDecoder*>::iterator it = m_waitForMessageMap.find(messageAndDestination);
347 m_waitForMessageMap.remove(it);
355 m_waitForMessageMap.remove(messageAndDestination);
501 HashMap<std::pair<unsigned, uint64_t>, ArgumentDecoder*>::iterator it = m_waitForMessageMap.find(std::make_pair(messageID.toInt(), incomingMessage.destinationID()));
502 if (it != m_waitForMessageMap.end()) {
Connection.h 253 HashMap<std::pair<unsigned, uint64_t>, ArgumentDecoder*> m_waitForMessageMap;

Completed in 55 milliseconds