Searched refs:m_objects (Results 1 – 8 of 8) sorted by relevance
80 HashMap<AXID, RefPtr<AccessibilityObject> >::iterator end = m_objects.end(); in ~AXObjectCache()81 …for (HashMap<AXID, RefPtr<AccessibilityObject> >::iterator it = m_objects.begin(); it != end; ++it… in ~AXObjectCache()157 obj = m_objects.get(axID).get(); in get()224 m_objects.set(obj->axObjectID(), obj); in getOrCreate()270 m_objects.set(obj->axObjectID(), obj); in getOrCreate()281 AccessibilityObject* obj = m_objects.get(axID).get(); in remove()290 if (!m_objects.take(axID)) in remove()293 ASSERT(m_objects.size() >= m_idsInUse.size()); in remove()372 AccessibilityObject* obj = m_objects.get(axID).get(); in childrenChanged()
101 AccessibilityObject* objectFromAXID(AXID id) const { return m_objects.get(id).get(); } in objectFromAXID()128 HashMap<AXID, RefPtr<AccessibilityObject> > m_objects;
188 m_objects.clear();693 …} while (!m_objectIDCounter || m_objectIDCounter == static_cast<uint32_t>(-1) || m_objects.contain…695 m_objects.set(objectID, object);731 m_objects.remove(objectID);739 if (!m_objects.contains(objectID))781 JSObject* object = m_objects.get(objectID);815 JSObject* object = m_objects.get(objectID);848 JSObject* object = m_objects.get(objectID);882 JSObject* object = m_objects.get(objectID);901 JSObject* object = m_objects.get(objectID);[all …]
312 ObjectMap m_objects; variable
5420 We were sending signals for objects in m_objects that are only supposed8216 m_objects arrays, by turning some APPLE_CHANGES code on.
24252 (WebCore::Frame::clear): clear m_plugins, not m_objects24265 (WebCore::Frame::childFrame): don't check m_objects24271 (WebCore::Frame::canCachePage): check m_plugins not m_objects
9664 (KWQKHTMLPart::childFrameForPart): Like KHTMLPart::frame, but looks through m_objects too.
67049 …* html/canvas/CanvasRenderingContext3D.cpp: Move m_objects hash table from GraphicsContext3D to he…67058 …* platform/graphics/GraphicsContext3D.h: Move m_objects hash table from here to CanvasRenderingCon…