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

/external/webkit/Source/WebCore/rendering/
H A DRenderMarquee.cpp62 , m_totalLoops(0)
203 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops);
217 if (m_direction != s->marqueeDirection() || (m_totalLoops != s->marqueeLoopCount() && m_currentLoop >= m_totalLoops))
220 m_totalLoops = s->marqueeLoopCount();
226 if (m_totalLoops <= 0 && s->marqueeBehavior() == MSLIDE)
227 m_totalLoops = 1;
257 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops);
[all...]
H A DRenderMarquee.h86 int m_totalLoops; member in class:WebCore::RenderMarquee

Completed in 73 milliseconds