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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSKeyframesRule.h 56 void setVendorPrefixed(bool isPrefixed) { m_isPrefixed = isPrefixed; }
102 void setVendorPrefixed(bool isPrefixed) { m_isPrefixed = isPrefixed; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Fullscreen.cpp 115 static bool isPrefixed(const AtomicString& type)
123 initializer.bubbles = isPrefixed(type);
554 ASSERT(isPrefixed(event->type()));
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser.h 119 StyleRuleKeyframes* createKeyframesRule(const String&, PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> > >, bool isPrefixed);
BisonCSSParser-in.cpp     [all...]

Completed in 156 milliseconds