Searched refs:m_indexInShorthandsVector (Results 1 – 2 of 2) sorted by relevance
38 , m_indexInShorthandsVector(indexInShorthandsVector) in StylePropertyMetadata()49 …uint16_t m_indexInShorthandsVector : 2; // If this property was set as part of an ambiguous shorth… member
44 …ASSERT(shorthands.size() && m_indexInShorthandsVector >= 0 && m_indexInShorthandsVector < shorthan… in shorthandID()45 return shorthands.at(m_indexInShorthandsVector).id(); in shorthandID()