Home
last modified time | relevance | path

Searched defs:ScrollbarOrientation (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DPinchViewport.h117 virtual int scrollSize(ScrollbarOrientation) const OVERRIDE; in scrollSize() argument
128 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; } in userInputScrollable() argument
/external/chromium_org/cc/input/
Dscrollbar.h16 enum ScrollbarOrientation { HORIZONTAL, VERTICAL }; enum
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.h108 virtual int pageStep(ScrollbarOrientation) const OVERRIDE; in pageStep() argument
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollTypes.h121 enum ScrollbarOrientation { HorizontalScrollbar, VerticalScrollbar }; enum
/external/chromium_org/third_party/WebKit/public/platform/
DWebThemeEngine.h64 enum ScrollbarOrientation { enum
/external/chromium_org/third_party/WebKit/Source/web/
DPopupMenuTest.cpp129 …virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarCont… in createScrollbar() argument