Home | History | Annotate | Download | only in compositing

Lines Matching refs:horizontalScrollbar

865         paintScrollbar(m_renderView.frameView()->horizontalScrollbar(), context, clip);
960 return shouldCompositeOverflowControls(view) && view->horizontalScrollbar();
1000 scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_renderView.frameView(), HorizontalScrollbar);
1007 scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_renderView.frameView(), HorizontalScrollbar);
1112 scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_renderView.frameView(), HorizontalScrollbar);
1113 if (Scrollbar* horizontalScrollbar = m_renderView.frameView()->verticalScrollbar())
1114 m_renderView.frameView()->invalidateScrollbar(horizontalScrollbar, IntRect(IntPoint(0, 0), horizontalScrollbar->frameRect().size()));