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

  /external/webkit/Source/WebCore/bridge/
runtime_root.cpp 125 ProtectCountSet::iterator end = m_protectCountSet.end();
126 for (ProtectCountSet::iterator it = m_protectCountSet.begin(); it != end; ++it)
128 m_protectCountSet.clear();
137 if (!m_protectCountSet.contains(jsObject))
139 m_protectCountSet.add(jsObject);
149 if (m_protectCountSet.count(jsObject) == 1)
151 m_protectCountSet.remove(jsObject);
157 return m_protectCountSet.contains(jsObject);
runtime_root.h 91 ProtectCountSet m_protectCountSet;

Completed in 1351 milliseconds