Searched defs:clampScrollOffset (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp566 IntSize newScrollOffset = clamp == ScrollOffsetClamped ? clampScrollOffset(scrollOffset) : scrollOffset;
581 IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset());
777 IntSize RenderLayerScrollableArea::clampScrollOffset(const IntSize& scrollOffset) const function in class:blink::RenderLayerScrollableArea
1387 IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset() + toIntSize(roundedIntRect(r).location()));

Completed in 63 milliseconds