Home
last modified time | relevance | path

Searched refs:marqueeLoopCount (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderMarquee.cpp161 …->renderer()->document()->isXHTMLMPDocument() && !m_layer->renderer()->style()->marqueeLoopCount()) in start()
217 …if (m_direction != s->marqueeDirection() || (m_totalLoops != s->marqueeLoopCount() && m_currentLoo… in updateMarqueeStyle()
220 m_totalLoops = s->marqueeLoopCount(); in updateMarqueeStyle()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1237 if (style->marqueeLoopCount() < 0) in getPropertyCSSValue()
1239 … return primitiveValueCache->createValue(style->marqueeLoopCount(), CSSPrimitiveValue::CSS_NUMBER); in getPropertyCSSValue()
DCSSStyleSelector.cpp5364 m_style->setMarqueeLoopCount(m_parentStyle->marqueeLoopCount()); in applyProperty()
5371 HANDLE_INHERIT_AND_INITIAL(marqueeLoopCount, MarqueeLoopCount) in applyProperty()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h685 int marqueeLoopCount() const { return rareNonInheritedData->marquee->loops; } in marqueeLoopCount() function
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2335023 (khtml::RenderStyle::marqueeLoopCount):
58639 (khtml::RenderStyle::marqueeLoopCount):