Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp5362 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()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h1044 …void setMarqueeIncrement(const Length& f) { SET_VAR(rareNonInheritedData.access()->marquee, increm… in setMarqueeIncrement() function
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2358642 (khtml::RenderStyle::setMarqueeIncrement):