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

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

Completed in 93 milliseconds