Searched refs:PropertyReference (Results 1 – 6 of 6) sorted by relevance
41 friend class PropertyReference; variable55 class PropertyReference {57 PropertyReference(const StylePropertySet& propertySet, unsigned index) in PropertyReference() function91 PropertyReference propertyAt(unsigned index) const { return PropertyReference(*this, index); } in propertyAt()256 inline const StylePropertyMetadata& StylePropertySet::PropertyReference::propertyMetadata() const in propertyMetadata()263 inline const CSSValue* StylePropertySet::PropertyReference::propertyValue() const in propertyValue()
371 PropertyReference toMerge = other->propertyAt(n); in mergeAndOverrideOnConflict()490 PropertyReference property = propertyAt(i); in removeEquivalentProperties()504 PropertyReference property = propertyAt(i); in removeEquivalentProperties()596 String StylePropertySet::PropertyReference::cssName() const in cssName()601 String StylePropertySet::PropertyReference::cssText() const in cssText()
70 StylePropertySet::PropertyReference property = m_propertySet.propertyAt(n); in asText()402 …StylePropertySet::PropertyReference fontSizeProperty = m_propertySet.propertyAt(fontSizePropertyIn… in fontValue()403 …StylePropertySet::PropertyReference fontFamilyProperty = m_propertySet.propertyAt(fontFamilyProper… in fontValue()436 StylePropertySet::PropertyReference top = m_propertySet.propertyAt(topValueIndex); in get4Values()437 StylePropertySet::PropertyReference right = m_propertySet.propertyAt(rightValueIndex); in get4Values()438 StylePropertySet::PropertyReference bottom = m_propertySet.propertyAt(bottomValueIndex); in get4Values()439 StylePropertySet::PropertyReference left = m_propertySet.propertyAt(leftValueIndex); in get4Values()
1117 StylePropertySet::PropertyReference property = style->propertyAt(i); in mergeStyle()1170 StylePropertySet::PropertyReference property = m_mutableStyle->propertyAt(i); in mergeStyleFromRulesForSerialization()
1317 StylePropertySet::PropertyReference current = properties->propertyAt(i); in applyProperties()
2821 StylePropertySet::PropertyReference property = style.propertyAt(i); in reResolveURLsInInlineStyle()