Home
last modified time | relevance | path

Searched refs:isPrefixed (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSKeyframesRule.h56 void setVendorPrefixed(bool isPrefixed) { m_isPrefixed = isPrefixed; } in setVendorPrefixed() argument
102 void setVendorPrefixed(bool isPrefixed) { m_isPrefixed = isPrefixed; } in setVendorPrefixed() argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
DFullscreen.cpp115 static bool isPrefixed(const AtomicString& type) in isPrefixed() function
123 initializer.bubbles = isPrefixed(type); in createEvent()
554 ASSERT(isPrefixed(event->type())); in eventQueueTimerFired()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DBisonCSSParser.h119 …&, PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> > >, bool isPrefixed);
DBisonCSSParser-in.cpp1698 …rWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> > > popKeyframes, bool isPrefixed) in createKeyframesRule() argument
1706 rule->setVendorPrefixed(isPrefixed); in createKeyframesRule()