Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMarquee.cpp222 …if (m_direction != s->marqueeDirection() || (m_totalLoops != s->marqueeLoopCount() && m_currentLoo… in styleDidChange()
225 m_totalLoops = s->marqueeLoopCount(); in styleDidChange()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h791 int marqueeLoopCount() const { return rareNonInheritedData->m_marquee->loops; } in marqueeLoopCount() function