Searched refs:m_refCountedObjects (Results 1 – 2 of 2) sorted by relevance
70 return m_refCountedObjects.find(object) != notFound; in contains()75 return m_refCountedObjects.last().get(); in last()80 m_refCountedObjects.removeLast(); in removeLast()96 m_refCountedObjects.clear(); in reset()116 && m_refCountedObjects.isEmpty(); in isEmpty()121 m_refCountedObjects.append(object); in derefWithArena()
74 m_refCountedObjects.swap(otherArena.m_refCountedObjects); in swap()125 Vector<RefPtr<ParserArenaRefCounted> > m_refCountedObjects; variable