Home | History | Annotate | Download | only in scrolling

Lines Matching refs:scrollbar

246 static PassOwnPtr<WebScrollbarLayer> createScrollbarLayer(Scrollbar* scrollbar)
248 ScrollbarTheme* theme = scrollbar->theme();
249 blink::WebScrollbarThemePainter painter(theme, scrollbar);
252 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createScrollbarLayer(new blink::WebScrollbarImpl(scrollbar), painter, geometry.leakPtr()));
325 Scrollbar* scrollbar = orientation == HorizontalScrollbar ? scrollableArea->horizontalScrollbar() : scrollableArea->verticalScrollbar();
326 if (scrollbar->isCustomScrollbar()) {
338 webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), scrollbar->theme()->trackPosition(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft());
340 webScrollbarLayer = createScrollbarLayer(scrollbar);
347 bool isOpaqueScrollbar = !scrollbar->isOverlayScrollbar();