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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSKeyframesRule.h 55 bool isVendorPrefixed() const { return m_isPrefixed; }
96 bool isVendorPrefixed() const { return m_isPrefixed; }
CSSKeyframesRule.cpp 92 , m_isPrefixed(keyframesRule->isVendorPrefixed())
156 if (isVendorPrefixed())
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.cpp 120 if (rule->isVendorPrefixed()) {
124 else if (it->value->isVendorPrefixed())

Completed in 79 milliseconds