Home | History | Annotate | Download | only in rendering

Lines Matching refs:SCROLLBAR

1097 PassRefPtr<Scrollbar> RenderTextControlSingleLine::createScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize)
1099 RefPtr<Scrollbar> widget;
1100 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR);
1104 widget = Scrollbar::createNativeScrollbar(scrollableArea, orientation, controlSize);