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

  /external/webkit/WebCore/platform/
ScrollTypes.h 40 ScrollByPage,
Scrollbar.cpp 147 else if (granularity == ScrollByPage)
263 return ScrollByPage;
  /external/webkit/WebCore/platform/qt/
ScrollbarQt.cpp 85 scroll(horizontal ? ScrollLeft: ScrollUp, ScrollByPage, 1);
87 scroll(horizontal ? ScrollRight : ScrollDown, ScrollByPage, 1);