Searched refs:setMarqueeIncrement (Results 1 – 2 of 2) sorted by relevance
696 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()
1252 …void setMarqueeIncrement(Length f) { SET_VAR(rareNonInheritedData.access()->m_marquee, increment, … in setMarqueeIncrement() function