Home
last modified time | relevance | path

Searched refs:StylePropertyMetadata (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.h34 struct StylePropertyMetadata { struct
35StylePropertyMetadata(CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVect… in StylePropertyMetadata() function
65 CSSProperty(StylePropertyMetadata metadata, CSSValue* value) in CSSProperty() argument
84 const StylePropertyMetadata& metadata() const { return m_metadata; } in metadata()
87 StylePropertyMetadata m_metadata;
DStylePropertySet.h77 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()
DStylePropertySet.cpp47 …lePropertySet) - sizeof(void*) + sizeof(CSSValue*) * count + sizeof(StylePropertyMetadata) * count; in sizeForImmutableStylePropertySetWithPropertyCount()
81StylePropertyMetadata* metadataArray = const_cast<StylePropertyMetadata*>(this->metadataArray()); in ImmutableStylePropertySet()
DCSSProperty.cpp37 CSSPropertyID StylePropertyMetadata::shorthandID() const in shorthandID()