Searched refs:m_refCountedObjects (Results 1 – 2 of 2) sorted by relevance
71 return m_refCountedObjects.find(object) != notFound; in contains()76 return m_refCountedObjects.last().get(); in last()81 m_refCountedObjects.removeLast(); in removeLast()97 m_refCountedObjects.clear(); in reset()117 && m_refCountedObjects.isEmpty(); in isEmpty()122 m_refCountedObjects.append(object); in derefWithArena()
76 m_refCountedObjects.swap(otherArena.m_refCountedObjects); in swap()127 Vector<RefPtr<ParserArenaRefCounted> > m_refCountedObjects; variable