Home
last modified time | relevance | path

Searched defs:scrollDelta (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/painting/
DPaintAggregator.h62 blink::IntPoint scrollDelta; member
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h270 virtual bool scrollContentsFastPath(const IntSize& scrollDelta) { return true; } in scrollContentsFastPath()
DScrollView.cpp267 IntSize scrollDelta = newOffset - m_scrollOffset; in scrollTo() local
532 IntSize scrollDelta = m_pendingScrollDelta; in scrollContentsIfNeeded() local
537 void ScrollView::scrollContents(const IntSize& scrollDelta) in scrollContents()
/external/chromium_org/third_party/WebKit/public/web/
DWebWidget.h152 const WebSize& scrollDelta, in applyViewportDeltas()
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp1029 IntSize scrollDelta = newOffset - m_scrollOffset; in setScrollOffset() local
DWebViewImpl.cpp4235 void WebViewImpl::applyViewportDeltas(const WebSize& scrollDelta, float pageScaleDelta, float topCo… in applyViewportDeltas()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1261 bool FrameView::scrollContentsFastPath(const IntSize& scrollDelta) in scrollContentsFastPath()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp2214 …IntSize scrollDelta = webViewImpl->fakePageScaleAnimationTargetPositionForTesting() - webViewImpl-… in simulatePageScale() local