HomeSort by relevance Sort by last modified time
    Searched refs:m_useLegacyBackgroundSizeShorthandBehavior (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserMode.cpp 38 , m_useLegacyBackgroundSizeShorthandBehavior(false)
49 , m_useLegacyBackgroundSizeShorthandBehavior(document.settings() ? document.settings()->useLegacyBackgroundSizeShorthandBehavior() : false)
60 , m_useLegacyBackgroundSizeShorthandBehavior(other.m_useLegacyBackgroundSizeShorthandBehavior)
71 && m_useLegacyBackgroundSizeShorthandBehavior == other.m_useLegacyBackgroundSizeShorthandBehavior;
CSSParserMode.h 117 bool useLegacyBackgroundSizeShorthandBehavior() const { return m_useLegacyBackgroundSizeShorthandBehavior; }
136 bool m_useLegacyBackgroundSizeShorthandBehavior;

Completed in 153 milliseconds