HomeSort by relevance Sort by last modified time
    Searched refs:marqueeDirection (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 93 EMarqueeDirection result = style()->marqueeDirection();
224 if (m_direction != s->marqueeDirection() || (m_totalLoops != s->marqueeLoopCount() && m_currentLoop >= m_totalLoops))
228 m_direction = s->marqueeDirection();
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 47 milliseconds