Home
last modified time | relevance | path

Searched refs:positionScrollbarLayer (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.cpp882 static void positionScrollbarLayer(GraphicsLayer* graphicsLayer, Scrollbar* scrollbar) in wheelEvent() function
910 positionScrollbarLayer(layerForHorizontalScrollbar(), horizontalScrollbar()); in wheelEvent()
911 positionScrollbarLayer(layerForVerticalScrollbar(), verticalScrollbar()); in wheelEvent()