Searched refs:desiredOffset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.h296 void updateScrollbars(const IntSize& desiredOffset);
H A DScrollView.cpp361 void ScrollView::updateScrollbars(const IntSize& desiredOffset) argument
457 updateScrollbars(desiredOffset);
518 IntPoint adjustedScrollPosition = IntPoint(desiredOffset);

Completed in 60 milliseconds