Home
last modified time | relevance | path

Searched refs:physicalDirection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp300 ScrollDirection physicalDirection = in scroll() local
303 return ScrollableArea::scroll(physicalDirection, granularity); in scroll()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp268 ScrollDirection physicalDirection = toPhysicalDirection( in scrollNode() local
271 if (curBox->scroll(physicalDirection, granularity, delta)) { in scrollNode()