Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp696 state.style()->setMarqueeIncrement(Length(1, Fixed)); // 1px. in applyValueCSSPropertyInternalMarqueeIncrement()
699 state.style()->setMarqueeIncrement(Length(6, Fixed)); // 6px. The WinIE default. in applyValueCSSPropertyInternalMarqueeIncrement()
702 state.style()->setMarqueeIncrement(Length(36, Fixed)); // 36px. in applyValueCSSPropertyInternalMarqueeIncrement()
710 state.style()->setMarqueeIncrement(marqueeLength); in applyValueCSSPropertyInternalMarqueeIncrement()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1252 …void setMarqueeIncrement(Length f) { SET_VAR(rareNonInheritedData.access()->m_marquee, increment, … in setMarqueeIncrement() function