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