Searched refs:StylePropertyMetadata (Results 1 – 4 of 4) sorted by relevance
34 struct StylePropertyMetadata { struct35 …StylePropertyMetadata(CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVect… in StylePropertyMetadata() function65 CSSProperty(StylePropertyMetadata metadata, CSSValue* value) in CSSProperty() argument84 const StylePropertyMetadata& metadata() const { return m_metadata; } in metadata()87 StylePropertyMetadata m_metadata;
77 const StylePropertyMetadata& propertyMetadata() const;158 const StylePropertyMetadata* metadataArray() const;171 inline const StylePropertyMetadata* ImmutableStylePropertySet::metadataArray() const in metadataArray()173 …return reinterpret_cast<const StylePropertyMetadata*>(&reinterpret_cast<const char*>(&(this->m_sto… in metadataArray()267 inline const StylePropertyMetadata& StylePropertySet::PropertyReference::propertyMetadata() const in propertyMetadata()
47 …lePropertySet) - sizeof(void*) + sizeof(CSSValue*) * count + sizeof(StylePropertyMetadata) * count; in sizeForImmutableStylePropertySetWithPropertyCount()81 … StylePropertyMetadata* metadataArray = const_cast<StylePropertyMetadata*>(this->metadataArray()); in ImmutableStylePropertySet()
37 CSSPropertyID StylePropertyMetadata::shorthandID() const in shorthandID()