Home | History | Annotate | Download | only in rendering

Lines Matching refs:SCROLLBAR

37 PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, RenderBox* renderer, Frame* owningFrame)
43 : Scrollbar(scrollableArea, orientation, RegularScrollbar, RenderScrollbarTheme::renderScrollbarTheme())
47 // FIXME: We need to do this because RenderScrollbar::styleChanged is called as soon as the scrollbar is created.
49 // Update the scrollbar size.
81 Scrollbar::setParent(parent);
83 // Destroy all of the scrollbar's RenderBoxes.
91 Scrollbar::setEnabled(e);
107 Scrollbar::paint(context, damageRect);
128 Scrollbar::setPressedPart(part);
163 // This is because WebKit assumes scrollbar to be always painted and missing background
186 // See if the scrollbar's thickness changed. If so, we need to mark our owning object as needing a layout.
218 return SCROLLBAR;
224 return SCROLLBAR;