Home | History | Annotate | Download | only in compositing

Lines Matching refs:scrollableArea

660     if (m_owningLayer.scrollableArea() && m_owningLayer.scrollableArea()->scrollsOverflow())
661 m_owningLayer.scrollableArea()->positionOverflowControls(IntSize());
834 IntSize adjustedScrollOffset = m_owningLayer.scrollableArea()->adjustedScrollOffset();
1045 const IntPoint position = blockSelectionGapsBounds.location() + m_owningLayer.scrollableArea()->adjustedScrollOffset();
1191 scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_owningLayer.scrollableArea(), HorizontalScrollbar);
1193 scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_owningLayer.scrollableArea(), VerticalScrollbar);
1203 Scrollbar* hBar = m_owningLayer.scrollableArea()->horizontalScrollbar();
1214 Scrollbar* vBar = m_owningLayer.scrollableArea()->verticalScrollbar();
1225 const LayoutRect& scrollCornerAndResizer = m_owningLayer.scrollableArea()->scrollCornerAndResizerRect();
1457 scrollingCoordinator->scrollableAreaScrollLayerDidChange(m_owningLayer.scrollableArea());
1465 scrollingCoordinator->scrollableAreaScrollLayerDidChange(m_owningLayer.scrollableArea());
2092 paintScrollbar(m_owningLayer.scrollableArea()->horizontalScrollbar(), context, clip);
2094 paintScrollbar(m_owningLayer.scrollableArea()->verticalScrollbar(), context, clip);
2096 const IntRect& scrollCornerAndResizer = m_owningLayer.scrollableArea()->scrollCornerAndResizerRect();
2101 m_owningLayer.scrollableArea()->paintScrollCorner(&context, IntPoint(), transformedClip);
2102 m_owningLayer.scrollableArea()->paintResizer(&context, IntPoint(), transformedClip);