Home
last modified time | relevance | path

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

/external/webkit/WebCore/accessibility/
DAXObjectCache.cpp80 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()
DAXObjectCache.h101 AccessibilityObject* objectFromAXID(AXID id) const { return m_objects.get(id).get(); } in objectFromAXID()
128 HashMap<AXID, RefPtr<AccessibilityObject> > m_objects;
/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm188 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 …]
DNetscapePluginInstanceProxy.h312 ObjectMap m_objects; variable
/external/webkit/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…