Home
last modified time | relevance | path

Searched refs:m_objects (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.cpp91 HashMap<AXID, RefPtr<AccessibilityObject> >::iterator end = m_objects.end(); in ~AXObjectCache()
92 …for (HashMap<AXID, RefPtr<AccessibilityObject> >::iterator it = m_objects.begin(); it != end; ++it… in ~AXObjectCache()
168 return m_objects.get(axID).get(); in get()
181 return m_objects.get(axID).get(); in get()
265 m_objects.set(newObj->axObjectID(), newObj); in getOrCreate()
283 m_objects.set(newObj->axObjectID(), newObj); in getOrCreate()
336 m_objects.set(obj->axObjectID(), obj); in getOrCreate()
347 AccessibilityObject* obj = m_objects.get(axID).get(); in remove()
356 if (!m_objects.take(axID)) in remove()
359 ASSERT(m_objects.size() >= m_idsInUse.size()); in remove()
[all …]
DAXObjectCache.h108 AccessibilityObject* objectFromAXID(AXID id) const { return m_objects.get(id).get(); } in objectFromAXID()
157 HashMap<AXID, RefPtr<AccessibilityObject> > m_objects; variable
/external/webkit/Source/WebCore/
DChangeLog-2002-12-035420 We were sending signals for objects in m_objects that are only supposed
8216 m_objects arrays, by turning some APPLE_CHANGES code on.
DChangeLog-2006-05-1024252 (WebCore::Frame::clear): clear m_plugins, not m_objects
24265 (WebCore::Frame::childFrame): don't check m_objects
24271 (WebCore::Frame::canCachePage): check m_plugins not m_objects
DChangeLog-2003-10-259664 (KWQKHTMLPart::childFrameForPart): Like KHTMLPart::frame, but looks through m_objects too.
DChangeLog-2010-01-2967049 …* 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…