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

  /external/webkit/WebCore/platform/
Scrollbar.h 58 ScrollbarOrientation orientation() const { return m_orientation; }
147 ScrollbarOrientation m_orientation; member in class:WebCore::Scrollbar
Scrollbar.cpp 61 , m_orientation(orientation)
140 if ((direction == ScrollUp && m_orientation == VerticalScrollbar) || (direction == ScrollLeft && m_orientation == HorizontalScrollbar))
142 else if ((direction == ScrollDown && m_orientation == VerticalScrollbar) || (direction == ScrollRight && m_orientation == HorizontalScrollbar))
248 if (m_orientation == HorizontalScrollbar) {
330 moveThumb(m_orientation == HorizontalScrollbar ?
  /external/webkit/WebCore/platform/qt/
ScrollbarQt.cpp 55 bool horizontal = (m_orientation == HorizontalScrollbar);
  /external/webkit/WebCore/page/
Frame.h 143 int orientation() const { return m_orientation; }
339 int m_orientation; member in class:WebCore::Frame
Frame.cpp 146 , m_orientation(0)
301 m_orientation = orientation;
    [all...]

Completed in 155 milliseconds