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

/external/webkit/Source/WebKit/chromium/src/
H A DDragScrollTimer.h59 bool shouldScroll() const { return !m_lastDistance.isZero(); } function in class:WebKit::DragScrollTimer
H A DDragScrollTimer.cpp83 if (shouldScroll())
102 else if (shouldScroll() && !m_timer.isActive())
/external/webkit/Source/WebKit2/UIProcess/
H A DDrawingAreaProxyImpl.cpp248 bool shouldScroll = !updateInfo.scrollRect.isEmpty(); local
250 if (shouldScroll)
259 if (shouldScroll)

Completed in 380 milliseconds