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

  /external/webkit/Source/WebCore/platform/
ScrollView.h 285 static const int noPanScrollRadius = 15;
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 842 bool east = m_panScrollStartPos.x() < (m_currentMousePosition.x() - ScrollView::noPanScrollRadius);
843 bool west = m_panScrollStartPos.x() > (m_currentMousePosition.x() + ScrollView::noPanScrollRadius);
844 bool north = m_panScrollStartPos.y() > (m_currentMousePosition.y() + ScrollView::noPanScrollRadius);
845 bool south = m_panScrollStartPos.y() < (m_currentMousePosition.y() - ScrollView::noPanScrollRadius);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]

Completed in 35 milliseconds