Home
last modified time | relevance | path

Searched refs:clampScrollOffset (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.h189 IntSize clampScrollOffset(const IntSize&) const;
DRenderLayerScrollableArea.cpp525 …IntSize newScrollOffset = clamp == ScrollOffsetClamped ? clampScrollOffset(scrollOffset) : scrollO… in scrollToOffset()
544 IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset()); in updateAfterLayout()
689 IntSize RenderLayerScrollableArea::clampScrollOffset(const IntSize& scrollOffset) const in clampScrollOffset() function in WebCore::RenderLayerScrollableArea
1310 …IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset() + toIntSize(roundedIntRect(… in exposeRect()