Home
last modified time | relevance | path

Searched defs:StylePropertyMetadata (Results 1 – 1 of 1) 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