Searched refs:m_useLegacyBackgroundSizeShorthandBehavior (Results 1 – 2 of 2) sorted by relevance
38 , m_useLegacyBackgroundSizeShorthandBehavior(false) in CSSParserContext()49 …, m_useLegacyBackgroundSizeShorthandBehavior(document.settings() ? document.settings()->useLegacyB… in CSSParserContext()60 , m_useLegacyBackgroundSizeShorthandBehavior(other.m_useLegacyBackgroundSizeShorthandBehavior) in CSSParserContext()71 … && m_useLegacyBackgroundSizeShorthandBehavior == other.m_useLegacyBackgroundSizeShorthandBehavior; in operator ==()
117 …LegacyBackgroundSizeShorthandBehavior() const { return m_useLegacyBackgroundSizeShorthandBehavior;… in useLegacyBackgroundSizeShorthandBehavior()136 bool m_useLegacyBackgroundSizeShorthandBehavior; variable