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

  /external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.h 59 bool shouldScroll() const { return !m_lastDistance.isZero(); }
DragScrollTimer.cpp 83 if (shouldScroll())
102 else if (shouldScroll() && !m_timer.isActive())
  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxyImpl.cpp 248 bool shouldScroll = !updateInfo.scrollRect.isEmpty();
250 if (shouldScroll)
259 if (shouldScroll)

Completed in 31 milliseconds