Searched refs:shouldScroll (Results 1 – 6 of 6) sorted by relevance
83 if (shouldScroll()) in update()102 else if (shouldScroll() && !m_timer.isActive()) in triggerScroll()
59 bool shouldScroll() const { return !m_lastDistance.isZero(); } in shouldScroll() function
248 bool shouldScroll = !updateInfo.scrollRect.isEmpty(); in incorporateUpdate() local250 if (shouldScroll) in incorporateUpdate()259 if (shouldScroll) in incorporateUpdate()
15764 (WebKit::DragScrollTimer::shouldScroll):
16758 … (WebCore::FrameLoader::loadItem): Allow shouldScroll to be true even if m_currentHistoryItem is 0.
80670 …- Change FrameLoader::loadItem() to use the new frameContainsWMLContent() method for 'shouldScroll'