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

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 163 ASSERT(!m_pendingURLNotifications.contains(requestID));
164 m_pendingURLNotifications.set(requestID, make_pair(urlString, notificationData));
556 PendingURLNotifyMap::iterator it = m_pendingURLNotifications.find(requestID);
557 if (it == m_pendingURLNotifications.end())
563 m_pendingURLNotifications.remove(it);
572 PendingURLNotifyMap::iterator it = m_pendingURLNotifications.find(requestID);
573 if (it == m_pendingURLNotifications.end())
579 m_pendingURLNotifications.remove(it);
NetscapePlugin.h 192 PendingURLNotifyMap m_pendingURLNotifications;

Completed in 803 milliseconds