Searched refs:absDelta (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/page/ |
D | EventHandler.cpp | 148 float absDelta = delta > 0 ? delta : -delta; in scrollNode() local 151 …ngBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPage, absDelta, stopNode); in scrollNode() 154 …ngBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByLine, absDelta, stopNode); in scrollNode() 157 …gBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPixel, absDelta, stopNode); in scrollNode()
|
/external/webkit/Source/WebKit/android/nav/ |
D | CachedRoot.cpp | 1104 int absDelta = abs(xDelta); in checkForJiggle() local 1106 absDelta, mViewBounds.height()); in checkForJiggle()
|