Searched refs:m_propertyVector (Results 1 – 2 of 2) sorted by relevance
62 …n ImmutableStylePropertySet::create(mutableThis->m_propertyVector.data(), mutableThis->m_propertyV… in immutableCopyIfNeeded()73 m_propertyVector.reserveInitialCapacity(length); in MutableStylePropertySet()75 m_propertyVector.uncheckedAppend(properties[i]); in MutableStylePropertySet()101 m_propertyVector = toMutableStylePropertySet(other).m_propertyVector; in MutableStylePropertySet()103 m_propertyVector.reserveInitialCapacity(other.propertyCount()); in MutableStylePropertySet()105 m_propertyVector.uncheckedAppend(other.propertyAt(i).toCSSProperty()); in MutableStylePropertySet()183 m_propertyVector.remove(foundPropertyIndex); in removeProperty()195 m_propertyVector.remove(foundPropertyIndex); in removePrefixedOrUnprefixedProperty()255 m_propertyVector.append(CSSProperty(shorthand.properties()[i], value, important)); in setProperty()290 const CSSValue* cssValue = m_propertyVector.at(index).value(); in setVariableValue()[all …]
189 unsigned propertyCount() const { return m_propertyVector.size(); } in propertyCount()226 Vector<CSSProperty, 4> m_propertyVector; variable270 return toMutableStylePropertySet(m_propertySet).m_propertyVector.at(m_index).metadata(); in propertyMetadata()277 return toMutableStylePropertySet(m_propertySet).m_propertyVector.at(m_index).value(); in propertyValue()284 return toMutableStylePropertySet(this)->m_propertyVector.size(); in propertyCount()