Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.h46 friend class PropertyReference; variable
52 class PropertyReference {
54 PropertyReference(const StylePropertySet& propertySet, unsigned index) in PropertyReference() function
88 PropertyReference propertyAt(unsigned index) const { return PropertyReference(*this, index); } in propertyAt()
267 inline const StylePropertyMetadata& StylePropertySet::PropertyReference::propertyMetadata() const in propertyMetadata()
274 inline const CSSValue* StylePropertySet::PropertyReference::propertyValue() const in propertyValue()
DStylePropertySerializer.cpp63 StylePropertySet::PropertyReference property = m_propertySet.propertyAt(n); in asText()
247 …StylePropertySet::PropertyReference positionXProperty = m_propertySet.propertyAt(positionXProperty… in asText()
248 …StylePropertySet::PropertyReference positionYProperty = m_propertySet.propertyAt(positionYProperty… in asText()
278 …StylePropertySet::PropertyReference repeatXProperty = m_propertySet.propertyAt(repeatXPropertyInde… in asText()
279 …StylePropertySet::PropertyReference repeatYProperty = m_propertySet.propertyAt(repeatYPropertyInde… in asText()
460 …StylePropertySet::PropertyReference fontSizeProperty = m_propertySet.propertyAt(fontSizePropertyIn… in fontValue()
461 …StylePropertySet::PropertyReference fontFamilyProperty = m_propertySet.propertyAt(fontFamilyProper… in fontValue()
493 StylePropertySet::PropertyReference top = m_propertySet.propertyAt(topValueIndex); in get4Values()
494 StylePropertySet::PropertyReference right = m_propertySet.propertyAt(rightValueIndex); in get4Values()
495 StylePropertySet::PropertyReference bottom = m_propertySet.propertyAt(bottomValueIndex); in get4Values()
[all …]
DStylePropertySet.cpp376 PropertyReference toMerge = other->propertyAt(n); in mergeAndOverrideOnConflict()
501 const PropertyReference& property = propertyAt(i); in findVariableIndex()
529 PropertyReference property = propertyAt(i); in removeEquivalentProperties()
543 PropertyReference property = propertyAt(i); in removeEquivalentProperties()
576 const PropertyReference& property = propertySet->propertyAt(i); in create()
693 String StylePropertySet::PropertyReference::cssName() const in cssName()
703 String StylePropertySet::PropertyReference::cssText() const in cssText()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp1115 StylePropertySet::PropertyReference property = style->propertyAt(i); in mergeStyle()
1168 StylePropertySet::PropertyReference property = m_mutableStyle->propertyAt(i); in mergeStyleFromRulesForSerialization()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp1279 StylePropertySet::PropertyReference current = properties->propertyAt(i); in applyProperties()
DStyleBuilderCustom.cpp1146 StylePropertySet::PropertyReference property = resultSet->propertyAt(i); in resolveVariables()