Home | History | Annotate | Download | only in scrolling

Lines Matching defs:graphicsLayer

44 #include "core/platform/graphics/GraphicsLayer.h"
72 static WebLayer* scrollingWebLayerForGraphicsLayer(GraphicsLayer* layer)
79 GraphicsLayer* graphicsLayer = scrollLayerForScrollableArea(scrollableArea);
80 return graphicsLayer ? scrollingWebLayerForGraphicsLayer(graphicsLayer) : 0;
97 GraphicsLayer::unregisterContentsLayer(it->value->layer());
99 GraphicsLayer::unregisterContentsLayer(it->value->layer());
146 void ScrollingCoordinator::setLayerIsContainerForFixedPositionLayers(GraphicsLayer* layer, bool enable)
152 static void clearPositionConstraintExceptForLayer(GraphicsLayer* layer, GraphicsLayer* except)
178 GraphicsLayer* mainLayer = backing->childForSuperlayers();
182 clearPositionConstraintExceptForLayer(backing->graphicsLayer(), mainLayer);
198 GraphicsLayer::unregisterContentsLayer(scrollbarLayer->layer());
208 GraphicsLayer::registerContentsLayer(scrollbarLayer->layer());
212 static void detachScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer)
220 static void setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, WebLayer* scrollLayer)
266 GraphicsLayer* scrollbarGraphicsLayer = orientation == HorizontalScrollbar ? horizontalScrollbarLayerForScrollableArea(scrollableArea) : verticalScrollbarLayerForScrollableArea(scrollableArea);
292 GraphicsLayer* scrollLayer = scrollLayerForScrollableArea(scrollableArea);
305 GraphicsLayer* horizontalScrollbarLayer = horizontalScrollbarLayerForScrollableArea(scrollableArea);
310 GraphicsLayer* verticalScrollbarLayer = verticalScrollbarLayerForScrollableArea(scrollableArea);
386 GraphicsLayer* graphicsLayer = backing->scrollingContentsLayer();
387 if (!graphicsLayer)
388 graphicsLayer = backing->graphicsLayer();
389 graphicsLayer->platformLayer()->setTouchEventHandlerRegion(webRects);
612 GraphicsLayer* ScrollingCoordinator::scrollLayerForScrollableArea(ScrollableArea* scrollableArea)
617 GraphicsLayer* ScrollingCoordinator::horizontalScrollbarLayerForScrollableArea(ScrollableArea* scrollableArea)
622 GraphicsLayer* ScrollingCoordinator::verticalScrollbarLayerForScrollableArea(ScrollableArea* scrollableArea)
632 GraphicsLayer* ScrollingCoordinator::scrollLayerForFrameView(FrameView* frameView)
644 GraphicsLayer* ScrollingCoordinator::counterScrollingLayerForFrameView(FrameView*)