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.cpp242 if (OwnPtr<WebScrollbarLayer> scrollbarLayer = scrollbars.take(scrollableArea)) in removeWebScrollbarLayer() local
252 …OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport(… in createScrollbarLayer() local
260 …OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport(… in createSolidColorScrollbarLayer() local
273 … setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, Web… in setupScrollbarLayer()
288 … scrollableArea, ScrollbarOrientation orientation, PassOwnPtr<blink::WebScrollbarLayer> scrollbarL… in addWebScrollbarLayer()
331 WebScrollbarLayer* scrollbarLayer = getWebScrollbarLayer(scrollableArea, orientation); in scrollableAreaScrollbarLayerDidChange() local
381 …if (WebScrollbarLayer* scrollbarLayer = getWebScrollbarLayer(scrollableArea, HorizontalScrollbar))… in scrollableAreaScrollLayerDidChange() local
386 … if (WebScrollbarLayer* scrollbarLayer = getWebScrollbarLayer(scrollableArea, VerticalScrollbar)) { in scrollableAreaScrollLayerDidChange() local