Searched refs:noPanScrollRadius (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DAutoscrollController.cpp268 bool east = m_panScrollStartPos.x() < (lastKnownMousePosition.x() - ScrollView::noPanScrollRadius);
269 bool west = m_panScrollStartPos.x() > (lastKnownMousePosition.x() + ScrollView::noPanScrollRadius);
270 bool north = m_panScrollStartPos.y() > (lastKnownMousePosition.y() + ScrollView::noPanScrollRadius);
271 bool south = m_panScrollStartPos.y() < (lastKnownMousePosition.y() - ScrollView::noPanScrollRadius);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.h228 static const int noPanScrollRadius = 15; member in class:blink::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp809 if (abs(delta.width()) <= ScrollView::noPanScrollRadius) // at the center we let the space for the icon
811 if (abs(delta.height()) <= ScrollView::noPanScrollRadius)

Completed in 98 milliseconds