Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyNameArray.cpp44 if (m_set.isEmpty()) { in add()
46 m_set.add(m_data->propertyNameVector()[i].impl()); in add()
48 if (!m_set.add(identifier).second) in add()
DPropertyNameArray.h92 IdentifierSet m_set; variable
/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp206 , m_set(set) in ApplyPropertyFillLayer()
224 (currChild->*m_set)((currParent->*m_get)()); in applyInheritValue()
240 (currChild->*m_set)((*m_initial)(m_fillLayerType)); in applyInitialValue()
280 void (FillLayer::*m_set)(T); member in WebCore::ApplyPropertyFillLayer
/external/webkit/Source/JavaScriptCore/wtf/
DListHashSet.h305 : m_set(set) in ListHashSetConstIterator()
333 ASSERT(m_position != m_set->m_head);
335 m_position = m_set->m_tail;
356 const ListHashSetType* m_set; variable
/external/webkit/Source/WebCore/rendering/
DRenderBlock.h737 FloatingObjectSet& set() { return m_set; } in set()
740 FloatingObjectSet m_set;
DRenderBlock.cpp6369 m_set.clear(); in clear()