Home
last modified time | relevance | path

Searched defs:scrollbarLayer (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp222 if (OwnPtr<WebScrollbarLayer> scrollbarLayer = scrollbars.take(scrollableArea)) in removeWebScrollbarLayer() local
232 …OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport(… in createScrollbarLayer() local
240 …OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport(… in createSolidColorScrollbarLayer() local
253 … setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, Web… in setupScrollbarLayer()
267 … scrollableArea, ScrollbarOrientation orientation, PassOwnPtr<blink::WebScrollbarLayer> scrollbarL… in addWebScrollbarLayer()
307 WebScrollbarLayer* scrollbarLayer = getWebScrollbarLayer(scrollableArea, orientation); in scrollableAreaScrollbarLayerDidChange() local
350 …if (WebScrollbarLayer* scrollbarLayer = getWebScrollbarLayer(scrollableArea, HorizontalScrollbar))… in scrollableAreaScrollLayerDidChange() local
355 … if (WebScrollbarLayer* scrollbarLayer = getWebScrollbarLayer(scrollableArea, VerticalScrollbar)) { in scrollableAreaScrollLayerDidChange() local