Home
last modified time | relevance | path

Searched refs:m_useLegacyBackgroundSizeShorthandBehavior (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParserMode.cpp38 , 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 ==()
DCSSParserMode.h117 …LegacyBackgroundSizeShorthandBehavior() const { return m_useLegacyBackgroundSizeShorthandBehavior;… in useLegacyBackgroundSizeShorthandBehavior()
136 bool m_useLegacyBackgroundSizeShorthandBehavior; variable