HomeSort by relevance Sort by last modified time
    Searched refs:m_propertyVector (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 64 return ImmutableStylePropertySet::create(mutableThis->m_propertyVector.data(), mutableThis->m_propertyVector.size(), cssParserMode());
75 m_propertyVector.reserveInitialCapacity(length);
77 m_propertyVector.uncheckedAppend(properties[i]);
131 m_propertyVector = toMutableStylePropertySet(other).m_propertyVector;
133 m_propertyVector.reserveInitialCapacity(other.propertyCount());
135 m_propertyVector.uncheckedAppend(other.propertyAt(i).toCSSProperty());
211 m_propertyVector.remove(foundPropertyIndex);
223 m_propertyVector.remove(foundPropertyIndex)
    [all...]
StylePropertySet.h 201 unsigned propertyCount() const { return m_propertyVector.size(); }
245 WillBeHeapVector<CSSProperty, 4> m_propertyVector;
258 return toMutableStylePropertySet(m_propertySet).m_propertyVector.at(m_index).metadata();
265 return toMutableStylePropertySet(m_propertySet).m_propertyVector.at(m_index).value();
272 return toMutableStylePropertySet(this)->m_propertyVector.size();

Completed in 57 milliseconds