Home
last modified time | relevance | path

Searched refs:shouldScroll (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DDragScrollTimer.cpp83 if (shouldScroll()) in update()
102 else if (shouldScroll() && !m_timer.isActive()) in triggerScroll()
DDragScrollTimer.h59 bool shouldScroll() const { return !m_lastDistance.isZero(); } in shouldScroll() function
/external/webkit/Source/WebKit2/UIProcess/
DDrawingAreaProxyImpl.cpp248 bool shouldScroll = !updateInfo.scrollRect.isEmpty(); in incorporateUpdate() local
250 if (shouldScroll) in incorporateUpdate()
259 if (shouldScroll) in incorporateUpdate()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1615764 (WebKit::DragScrollTimer::shouldScroll):
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1616758 … (WebCore::FrameLoader::loadItem): Allow shouldScroll to be true even if m_currentHistoryItem is 0.
DChangeLog-2010-01-2980670 …- Change FrameLoader::loadItem() to use the new frameContainsWMLContent() method for 'shouldScroll'