Searched refs:m_valueListSeparator (Results 1 – 2 of 2) sorted by relevance
32 m_valueListSeparator = listSeparator; in CSSValueList()38 m_valueListSeparator = listSeparator; in CSSValueList()44 m_valueListSeparator = SpaceSeparator; in CSSValueList()79 switch (m_valueListSeparator) { in copy()101 switch (m_valueListSeparator) { in customCSSText()132 …return m_valueListSeparator == other.m_valueListSeparator && compareCSSValueVector<CSSValue>(Vecto… in equals()148 switch (m_valueListSeparator) { in customSerializeResolvingVariables()191 m_valueListSeparator = cloneFrom.m_valueListSeparator; in CSSValueList()
196 , m_valueListSeparator(SpaceSeparator) in m_isCSSOMSafe()220 unsigned m_valueListSeparator : ValueListSeparatorBits; variable