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()130 …return m_valueListSeparator == other.m_valueListSeparator && compareCSSValueVector(m_values, other… in equals()154 m_valueListSeparator = cloneFrom.m_valueListSeparator; in CSSValueList()
194 , m_valueListSeparator(SpaceSeparator) in m_isCSSOMSafe()218 unsigned m_valueListSeparator : ValueListSeparatorBits; variable