Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.h38 , m_indexInShorthandsVector(indexInShorthandsVector) in StylePropertyMetadata()
49 …uint16_t m_indexInShorthandsVector : 2; // If this property was set as part of an ambiguous shorth… member
DCSSProperty.cpp44 …ASSERT(shorthands.size() && m_indexInShorthandsVector >= 0 && m_indexInShorthandsVector < shorthan… in shorthandID()
45 return shorthands.at(m_indexInShorthandsVector).id(); in shorthandID()