Home | History | Annotate | Download | only in rendering

Lines Matching refs:horizontalScrollbar

2086         paintScrollbar(m_renderView->frameView()->horizontalScrollbar(), context, clip);
2187 return shouldCompositeOverflowControls(view) && view->horizontalScrollbar();
2249 scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_renderView->frameView(), HorizontalScrollbar);
2256 scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_renderView->frameView(), HorizontalScrollbar);
2372 scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_renderView->frameView(), HorizontalScrollbar);
2373 if (Scrollbar* horizontalScrollbar = m_renderView->frameView()->verticalScrollbar())
2374 m_renderView->frameView()->invalidateScrollbar(horizontalScrollbar, IntRect(IntPoint(0, 0), horizontalScrollbar->frameRect().size()));