Searched refs:m_totalLoops (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderMarquee.cpp62 , m_totalLoops(0)
200 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops);
214 if (m_direction != s->marqueeDirection() || (m_totalLoops != s->marqueeLoopCount() && m_currentLoop >= m_totalLoops))
217 m_totalLoops = s->marqueeLoopCount();
223 if (m_totalLoops <= 0 && s->marqueeBehavior() == MSLIDE)
224 m_totalLoops = 1;
254 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops);
[all...]
H A DRenderMarquee.h84 int m_totalLoops; member in class:WebCore::RenderMarquee

Completed in 51 milliseconds