Home | History | Annotate | Download | only in compositing

Lines Matching refs:HorizontalScrollbar

799         paintScrollbar(m_renderView.frameView()->horizontalScrollbar(), context, clip);
892 return shouldCompositeOverflowControls(view) && view->horizontalScrollbar();
932 scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_renderView.frameView(), HorizontalScrollbar);
939 scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_renderView.frameView(), HorizontalScrollbar);
1047 scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_renderView.frameView(), HorizontalScrollbar);
1048 if (Scrollbar* horizontalScrollbar = m_renderView.frameView()->verticalScrollbar())
1049 m_renderView.frameView()->invalidateScrollbar(horizontalScrollbar, IntRect(IntPoint(0, 0), horizontalScrollbar->frameRect().size()));