Searched refs:adjustedScrollOffset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp567 if (newScrollOffset != adjustedScrollOffset())
574 IntSize originalScrollOffset = adjustedScrollOffset();
581 IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset());
582 if (clampedScrollOffset != adjustedScrollOffset())
586 if (originalScrollOffset != adjustedScrollOffset())
587 scrollToOffsetWithoutAnimation(-scrollOrigin() + adjustedScrollOffset());
1387 IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset() + toIntSize(roundedIntRect(r).location()));
1388 if (clampedScrollOffset == adjustedScrollOffset())
1391 IntSize oldScrollOffset = adjustedScrollOffset();
1393 IntSize scrollOffsetDifference = adjustedScrollOffset()
[all...]
H A DRenderLayerScrollableArea.h152 IntSize adjustedScrollOffset() const { return IntSize(scrollXOffset(), scrollYOffset()); } function in class:blink::FINAL
H A DRenderBox.cpp827 IntSize newScrollOffset = layer()->scrollableArea()->adjustedScrollOffset() + delta;
831 IntSize remainingScrollOffset = newScrollOffset - layer()->scrollableArea()->adjustedScrollOffset();
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp894 IntSize adjustedScrollOffset = m_owningLayer.scrollableArea()->adjustedScrollOffset(); local
913 IntSize scrollingContentsOffset = toIntSize(clientBox.location() - adjustedScrollOffset);
916 m_scrollingContentsLayer->setPosition(coordinatorHandlesOffset ? FloatPoint() : FloatPoint(-adjustedScrollOffset));
1151 const IntPoint position = blockSelectionGapsBounds.location() + m_owningLayer.scrollableArea()->adjustedScrollOffset();

Completed in 296 milliseconds