Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.h35 …yMetadata(CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool imp… in StylePropertyMetadata()
38 , m_indexInShorthandsVector(indexInShorthandsVector) in StylePropertyMetadata()
57 …ue, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool…
58 …: m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, isInher… in m_metadata() argument