Searched refs:setMarqueeIncrement (Results 1 – 3 of 3) sorted by relevance
5362 m_style->setMarqueeIncrement(m_parentStyle->marqueeIncrement()); in applyProperty()5415 m_style->setMarqueeIncrement(Length(1, Fixed)); // 1px. in applyProperty()5418 m_style->setMarqueeIncrement(Length(6, Fixed)); // 6px. The WinIE default. in applyProperty()5421 m_style->setMarqueeIncrement(Length(36, Fixed)); // 36px. in applyProperty()5429 m_style->setMarqueeIncrement(marqueeLength); in applyProperty()
1044 …void setMarqueeIncrement(const Length& f) { SET_VAR(rareNonInheritedData.access()->marquee, increm… in setMarqueeIncrement() function
58642 (khtml::RenderStyle::setMarqueeIncrement):