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

  /external/webkit/Source/WebKit2/Shared/Plugins/
NPRemoteObjectMap.cpp 58 ASSERT(m_npObjectProxies.isEmpty());
66 m_npObjectProxies.add(npObjectProxy);
74 ASSERT(m_npObjectProxies.contains(npObjectProxy));
76 m_npObjectProxies.remove(npObjectProxy);
204 for (HashSet<NPObjectProxy*>::const_iterator it = m_npObjectProxies.begin(), end = m_npObjectProxies.end(); it != end; ++it) {
217 ASSERT(m_npObjectProxies.contains(npObjectProxy));
218 m_npObjectProxies.remove(npObjectProxy);
NPRemoteObjectMap.h 78 HashSet<NPObjectProxy*> m_npObjectProxies;

Completed in 31 milliseconds