GraphicsLayer 663 Source/core/frame/FrameView.cpp GraphicsLayer* FrameView::layerForScrolling() const GraphicsLayer 671 Source/core/frame/FrameView.cpp GraphicsLayer* FrameView::layerForHorizontalScrollbar() const GraphicsLayer 679 Source/core/frame/FrameView.cpp GraphicsLayer* FrameView::layerForVerticalScrollbar() const GraphicsLayer 687 Source/core/frame/FrameView.cpp GraphicsLayer* FrameView::layerForScrollCorner() const GraphicsLayer 1132 Source/core/frame/FrameView.cpp GraphicsLayer* graphicsLayer = layoutRoot->enclosingLayer()->compositedLayerMapping()->mainGraphicsLayer(); GraphicsLayer 1279 Source/core/frame/FrameView.cpp GraphicsLayer* layer = renderView->layer()->compositedLayerMapping()->mainGraphicsLayer(); GraphicsLayer 328 Source/core/frame/FrameView.h virtual GraphicsLayer* layerForScrolling() const OVERRIDE; GraphicsLayer 329 Source/core/frame/FrameView.h virtual GraphicsLayer* layerForHorizontalScrollbar() const OVERRIDE; GraphicsLayer 330 Source/core/frame/FrameView.h virtual GraphicsLayer* layerForVerticalScrollbar() const OVERRIDE; GraphicsLayer 331 Source/core/frame/FrameView.h virtual GraphicsLayer* layerForScrollCorner() const OVERRIDE; GraphicsLayer 60 Source/core/frame/PinchViewport.cpp using WebCore::GraphicsLayer; GraphicsLayer 128 Source/core/frame/PinchViewport.cpp void PinchViewport::attachToLayerTree(GraphicsLayer* currentLayerTreeRoot, GraphicsLayerFactory* graphicsLayerFactory) GraphicsLayer 144 Source/core/frame/PinchViewport.cpp m_innerViewportContainerLayer = GraphicsLayer::create(graphicsLayerFactory, this); GraphicsLayer 145 Source/core/frame/PinchViewport.cpp m_pageScaleLayer = GraphicsLayer::create(graphicsLayerFactory, this); GraphicsLayer 146 Source/core/frame/PinchViewport.cpp m_innerViewportScrollLayer = GraphicsLayer::create(graphicsLayerFactory, this); GraphicsLayer 147 Source/core/frame/PinchViewport.cpp m_overlayScrollbarHorizontal = GraphicsLayer::create(graphicsLayerFactory, this); GraphicsLayer 148 Source/core/frame/PinchViewport.cpp m_overlayScrollbarVertical = GraphicsLayer::create(graphicsLayerFactory, this); GraphicsLayer 194 Source/core/frame/PinchViewport.cpp GraphicsLayer* scrollbarGraphicsLayer = isHorizontal ? GraphicsLayer 305 Source/core/frame/PinchViewport.cpp GraphicsLayer* PinchViewport::layerForContainer() const GraphicsLayer 310 Source/core/frame/PinchViewport.cpp GraphicsLayer* PinchViewport::layerForScrolling() const GraphicsLayer 315 Source/core/frame/PinchViewport.cpp GraphicsLayer* PinchViewport::layerForHorizontalScrollbar() const GraphicsLayer 320 Source/core/frame/PinchViewport.cpp GraphicsLayer* PinchViewport::layerForVerticalScrollbar() const GraphicsLayer 325 Source/core/frame/PinchViewport.cpp void PinchViewport::notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) GraphicsLayer 329 Source/core/frame/PinchViewport.cpp void PinchViewport::paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) GraphicsLayer 333 Source/core/frame/PinchViewport.cpp String PinchViewport::debugName(const GraphicsLayer* graphicsLayer) GraphicsLayer 51 Source/core/frame/PinchViewport.h class GraphicsLayer; GraphicsLayer 61 Source/core/frame/PinchViewport.h void attachToLayerTree(GraphicsLayer*, GraphicsLayerFactory*); GraphicsLayer 62 Source/core/frame/PinchViewport.h GraphicsLayer* rootGraphicsLayer() GraphicsLayer 93 Source/core/frame/PinchViewport.h virtual GraphicsLayer* layerForContainer() const OVERRIDE; GraphicsLayer 94 Source/core/frame/PinchViewport.h virtual GraphicsLayer* layerForScrolling() const OVERRIDE; GraphicsLayer 95 Source/core/frame/PinchViewport.h virtual GraphicsLayer* layerForHorizontalScrollbar() const OVERRIDE; GraphicsLayer 96 Source/core/frame/PinchViewport.h virtual GraphicsLayer* layerForVerticalScrollbar() const OVERRIDE; GraphicsLayer 99 Source/core/frame/PinchViewport.h virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE; GraphicsLayer 100 Source/core/frame/PinchViewport.h virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE; GraphicsLayer 101 Source/core/frame/PinchViewport.h virtual String debugName(const GraphicsLayer*) OVERRIDE; GraphicsLayer 106 Source/core/frame/PinchViewport.h OwnPtr<GraphicsLayer> m_innerViewportContainerLayer; GraphicsLayer 107 Source/core/frame/PinchViewport.h OwnPtr<GraphicsLayer> m_pageScaleLayer; GraphicsLayer 108 Source/core/frame/PinchViewport.h OwnPtr<GraphicsLayer> m_innerViewportScrollLayer; GraphicsLayer 109 Source/core/frame/PinchViewport.h OwnPtr<GraphicsLayer> m_overlayScrollbarHorizontal; GraphicsLayer 110 Source/core/frame/PinchViewport.h OwnPtr<GraphicsLayer> m_overlayScrollbarVertical; GraphicsLayer 3625 Source/core/html/HTMLMediaElement.cpp GraphicsLayer::unregisterContentsLayer(m_webLayer); GraphicsLayer 3629 Source/core/html/HTMLMediaElement.cpp GraphicsLayer::registerContentsLayer(m_webLayer); GraphicsLayer 481 Source/core/inspector/InspectorController.cpp void InspectorController::willAddPageOverlay(const GraphicsLayer* layer) GraphicsLayer 487 Source/core/inspector/InspectorController.cpp void InspectorController::didRemovePageOverlay(const GraphicsLayer* layer) GraphicsLayer 46 Source/core/inspector/InspectorController.h class GraphicsLayer; GraphicsLayer 136 Source/core/inspector/InspectorController.h void willAddPageOverlay(const GraphicsLayer*); GraphicsLayer 137 Source/core/inspector/InspectorController.h void didRemovePageOverlay(const GraphicsLayer*); GraphicsLayer 61 Source/core/inspector/InspectorInstrumentation.h class GraphicsLayer; GraphicsLayer 75 Source/core/inspector/InspectorLayerTreeAgent.cpp inline String idForLayer(const GraphicsLayer* graphicsLayer) GraphicsLayer 93 Source/core/inspector/InspectorLayerTreeAgent.cpp static PassRefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::ScrollRect> > buildScrollRectsForLayer(GraphicsLayer* graphicsLayer) GraphicsLayer 110 Source/core/inspector/InspectorLayerTreeAgent.cpp static PassRefPtr<TypeBuilder::LayerTree::Layer> buildObjectForLayer(GraphicsLayer* graphicsLayer, BackendNodeId nodeId) GraphicsLayer 124 Source/core/inspector/InspectorLayerTreeAgent.cpp GraphicsLayer* parent = graphicsLayer->parent(); GraphicsLayer 199 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::didPaint(RenderObject*, const GraphicsLayer* graphicsLayer, GraphicsContext*, const LayoutRect& rect) GraphicsLayer 231 Source/core/inspector/InspectorLayerTreeAgent.cpp GraphicsLayer* graphicsLayer = root->compositedLayerMapping()->childForSuperlayers(); GraphicsLayer 246 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::gatherGraphicsLayers(GraphicsLayer* root, HashMap<int, int>& layerIdToNodeIdMap, RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> >& layers) GraphicsLayer 252 Source/core/inspector/InspectorLayerTreeAgent.cpp if (GraphicsLayer* replica = root->replicaLayer()) GraphicsLayer 270 Source/core/inspector/InspectorLayerTreeAgent.cpp static GraphicsLayer* findLayerById(GraphicsLayer* root, int layerId) GraphicsLayer 275 Source/core/inspector/InspectorLayerTreeAgent.cpp if (GraphicsLayer* layer = findLayerById(root->replicaLayer(), layerId)) GraphicsLayer 279 Source/core/inspector/InspectorLayerTreeAgent.cpp if (GraphicsLayer* layer = findLayerById(root->children()[i], layerId)) GraphicsLayer 285 Source/core/inspector/InspectorLayerTreeAgent.cpp GraphicsLayer* InspectorLayerTreeAgent::layerById(ErrorString* errorString, const String& layerId) GraphicsLayer 299 Source/core/inspector/InspectorLayerTreeAgent.cpp GraphicsLayer* result = findLayerById(compositor->rootGraphicsLayer(), id); GraphicsLayer 307 Source/core/inspector/InspectorLayerTreeAgent.cpp const GraphicsLayer* graphicsLayer = layerById(errorString, layerId); GraphicsLayer 325 Source/core/inspector/InspectorLayerTreeAgent.cpp GraphicsLayer* layer = layerById(errorString, layerId); GraphicsLayer 384 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::willAddPageOverlay(const GraphicsLayer* layer) GraphicsLayer 389 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::didRemovePageOverlay(const GraphicsLayer* layer) GraphicsLayer 67 Source/core/inspector/InspectorLayerTreeAgent.h void willAddPageOverlay(const GraphicsLayer*); GraphicsLayer 68 Source/core/inspector/InspectorLayerTreeAgent.h void didRemovePageOverlay(const GraphicsLayer*); GraphicsLayer 72 Source/core/inspector/InspectorLayerTreeAgent.h void didPaint(RenderObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&); GraphicsLayer 92 Source/core/inspector/InspectorLayerTreeAgent.h GraphicsLayer* layerById(ErrorString*, const String& layerId); GraphicsLayer 97 Source/core/inspector/InspectorLayerTreeAgent.h void gatherGraphicsLayers(GraphicsLayer*, HashMap<int, int>& layerIdToNodeIdMap, RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> >&); GraphicsLayer 1016 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::didPaint(RenderObject*, const GraphicsLayer*, GraphicsContext* context, const LayoutRect& rect) GraphicsLayer 48 Source/core/inspector/InspectorPageAgent.h class GraphicsLayer; GraphicsLayer 133 Source/core/inspector/InspectorPageAgent.h void didPaint(RenderObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&); GraphicsLayer 580 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::willPaint(RenderObject* renderer, const GraphicsLayer* graphicsLayer) GraphicsLayer 601 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didPaint(RenderObject* renderer, const GraphicsLayer* graphicsLayer, GraphicsContext*, const LayoutRect& clipRect) GraphicsLayer 67 Source/core/inspector/InspectorTimelineAgent.h class GraphicsLayer; GraphicsLayer 167 Source/core/inspector/InspectorTimelineAgent.h void willPaint(RenderObject*, const GraphicsLayer*); GraphicsLayer 168 Source/core/inspector/InspectorTimelineAgent.h void didPaint(RenderObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&); GraphicsLayer 157 Source/core/loader/EmptyClients.h virtual void attachRootGraphicsLayer(GraphicsLayer*) OVERRIDE { } GraphicsLayer 61 Source/core/page/ChromeClient.h class GraphicsLayer; GraphicsLayer 194 Source/core/page/ChromeClient.h virtual void attachRootGraphicsLayer(GraphicsLayer*) = 0; GraphicsLayer 72 Source/core/page/scrolling/ScrollingCoordinator.cpp WebLayer* toWebLayer(WebCore::GraphicsLayer* layer) GraphicsLayer 100 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer::unregisterContentsLayer(it->value->layer()); GraphicsLayer 102 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer::unregisterContentsLayer(it->value->layer()); GraphicsLayer 181 Source/core/page/scrolling/ScrollingCoordinator.cpp void ScrollingCoordinator::setLayerIsContainerForFixedPositionLayers(GraphicsLayer* layer, bool enable) GraphicsLayer 187 Source/core/page/scrolling/ScrollingCoordinator.cpp static void clearPositionConstraintExceptForLayer(GraphicsLayer* layer, GraphicsLayer* except) GraphicsLayer 216 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer* mainLayer = compositedLayerMapping->localRootForOwningLayer(); GraphicsLayer 236 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer::unregisterContentsLayer(scrollbarLayer->layer()); GraphicsLayer 246 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer::registerContentsLayer(scrollbarLayer->layer()); GraphicsLayer 254 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer::registerContentsLayer(scrollbarLayer->layer()); GraphicsLayer 258 Source/core/page/scrolling/ScrollingCoordinator.cpp static void detachScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer) GraphicsLayer 266 Source/core/page/scrolling/ScrollingCoordinator.cpp static void setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, WebLayer* scrollLayer, WebLayer* containerLayer) GraphicsLayer 313 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer* scrollbarGraphicsLayer = orientation == HorizontalScrollbar GraphicsLayer 354 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer* scrollLayer = scrollableArea->layerForScrolling(); GraphicsLayer 374 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer* horizontalScrollbarLayer = scrollableArea->layerForHorizontalScrollbar(); GraphicsLayer 379 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer* verticalScrollbarLayer = scrollableArea->layerForVerticalScrollbar(); GraphicsLayer 569 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer* graphicsLayer = compositedLayerMapping->scrollingContentsLayer(); GraphicsLayer 584 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer* graphicsLayer = (*it)->compositedLayerMapping()->scrollingContentsLayer(); GraphicsLayer 610 Source/core/page/scrolling/ScrollingCoordinator.cpp void ScrollingCoordinator::updateScrollParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent) GraphicsLayer 619 Source/core/page/scrolling/ScrollingCoordinator.cpp void ScrollingCoordinator::updateClipParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent) GraphicsLayer 848 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer* ScrollingCoordinator::scrollLayerForFrameView(FrameView* frameView) GraphicsLayer 856 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer* ScrollingCoordinator::counterScrollingLayerForFrameView(FrameView*) GraphicsLayer 47 Source/core/page/scrolling/ScrollingCoordinator.h class GraphicsLayer; GraphicsLayer 104 Source/core/page/scrolling/ScrollingCoordinator.h void setLayerIsContainerForFixedPositionLayers(GraphicsLayer*, bool); GraphicsLayer 109 Source/core/page/scrolling/ScrollingCoordinator.h void updateScrollParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent); GraphicsLayer 110 Source/core/page/scrolling/ScrollingCoordinator.h void updateClipParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent); GraphicsLayer 128 Source/core/page/scrolling/ScrollingCoordinator.h GraphicsLayer* scrollLayerForFrameView(FrameView*); GraphicsLayer 129 Source/core/page/scrolling/ScrollingCoordinator.h GraphicsLayer* counterScrollingLayerForFrameView(FrameView*); GraphicsLayer 142 Source/core/rendering/RenderLayerScrollableArea.cpp GraphicsLayer* RenderLayerScrollableArea::layerForScrolling() const GraphicsLayer 147 Source/core/rendering/RenderLayerScrollableArea.cpp GraphicsLayer* RenderLayerScrollableArea::layerForHorizontalScrollbar() const GraphicsLayer 155 Source/core/rendering/RenderLayerScrollableArea.cpp GraphicsLayer* RenderLayerScrollableArea::layerForVerticalScrollbar() const GraphicsLayer 163 Source/core/rendering/RenderLayerScrollableArea.cpp GraphicsLayer* RenderLayerScrollableArea::layerForScrollCorner() const GraphicsLayer 177 Source/core/rendering/RenderLayerScrollableArea.cpp if (GraphicsLayer* layer = layerForVerticalScrollbar()) { GraphicsLayer 182 Source/core/rendering/RenderLayerScrollableArea.cpp if (GraphicsLayer* layer = layerForHorizontalScrollbar()) { GraphicsLayer 222 Source/core/rendering/RenderLayerScrollableArea.cpp if (GraphicsLayer* layer = layerForScrollCorner()) { GraphicsLayer 80 Source/core/rendering/RenderLayerScrollableArea.h virtual GraphicsLayer* layerForScrolling() const OVERRIDE; GraphicsLayer 81 Source/core/rendering/RenderLayerScrollableArea.h virtual GraphicsLayer* layerForHorizontalScrollbar() const OVERRIDE; GraphicsLayer 82 Source/core/rendering/RenderLayerScrollableArea.h virtual GraphicsLayer* layerForVerticalScrollbar() const OVERRIDE; GraphicsLayer 83 Source/core/rendering/RenderLayerScrollableArea.h virtual GraphicsLayer* layerForScrollCorner() const OVERRIDE; GraphicsLayer 207 Source/core/rendering/compositing/CompositedLayerMapping.cpp PassOwnPtr<GraphicsLayer> CompositedLayerMapping::createGraphicsLayer(CompositingReasons reasons) GraphicsLayer 213 Source/core/rendering/compositing/CompositedLayerMapping.cpp OwnPtr<GraphicsLayer> graphicsLayer = GraphicsLayer::create(graphicsLayerFactory, this); GraphicsLayer 508 Source/core/rendering/compositing/CompositedLayerMapping.cpp GraphicsLayer* reflectionLayer = m_owningLayer.reflectionInfo()->reflectionLayer()->compositedLayerMapping()->mainGraphicsLayer(); GraphicsLayer 725 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (GraphicsLayer* clipLayer = clippingLayer()) { GraphicsLayer 767 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (GraphicsLayer* childrenTransformLayer = layerForChildrenTransform()) GraphicsLayer 845 Source/core/rendering/compositing/CompositedLayerMapping.cpp m_scrollingContentsLayer->setOffsetFromRenderer(scrollingContentsOffset, GraphicsLayer::DontSetNeedsDisplay); GraphicsLayer 925 Source/core/rendering/compositing/CompositedLayerMapping.cpp GraphicsLayer* superLayer = m_graphicsLayer.get(); GraphicsLayer 1007 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (GraphicsLayer* childTransformLayer = layerForChildrenTransform()) { GraphicsLayer 1085 Source/core/rendering/compositing/CompositedLayerMapping.cpp bool CompositedLayerMapping::toggleScrollbarLayerIfNeeded(OwnPtr<GraphicsLayer>& layer, bool needsLayer, CompositingReasons reason) GraphicsLayer 1112 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (GraphicsLayer* layer = layerForHorizontalScrollbar()) { GraphicsLayer 1123 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (GraphicsLayer* layer = layerForVerticalScrollbar()) { GraphicsLayer 1134 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (GraphicsLayer* layer = layerForScrollCorner()) { GraphicsLayer 1144 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (GraphicsLayer* layer = layerForHorizontalScrollbar()) { GraphicsLayer 1149 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (GraphicsLayer* layer = layerForVerticalScrollbar()) { GraphicsLayer 1154 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (GraphicsLayer* layer = layerForScrollCorner()) { GraphicsLayer 1215 Source/core/rendering/compositing/CompositedLayerMapping.cpp void operator() (GraphicsLayer* layer) const { layer->setRenderingContext(renderingContext); } GraphicsLayer 1244 Source/core/rendering/compositing/CompositedLayerMapping.cpp void operator() (GraphicsLayer* layer) const { layer->setShouldFlattenTransform(shouldFlatten); } GraphicsLayer 1393 Source/core/rendering/compositing/CompositedLayerMapping.cpp static void updateScrollParentForGraphicsLayer(GraphicsLayer* layer, GraphicsLayer* topmostLayer, RenderLayer* scrollParent, ScrollingCoordinator* scrollingCoordinator) GraphicsLayer 1411 Source/core/rendering/compositing/CompositedLayerMapping.cpp GraphicsLayer* topmostLayer = childForSuperlayers(); GraphicsLayer 1717 Source/core/rendering/compositing/CompositedLayerMapping.cpp GraphicsLayer* CompositedLayerMapping::parentForSublayers() const GraphicsLayer 1731 Source/core/rendering/compositing/CompositedLayerMapping.cpp GraphicsLayer* CompositedLayerMapping::localRootForOwningLayer() const GraphicsLayer 1739 Source/core/rendering/compositing/CompositedLayerMapping.cpp GraphicsLayer* CompositedLayerMapping::childForSuperlayers() const GraphicsLayer 1747 Source/core/rendering/compositing/CompositedLayerMapping.cpp GraphicsLayer* CompositedLayerMapping::layerForChildrenTransform() const GraphicsLayer 1749 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (GraphicsLayer* clipLayer = clippingLayer()) GraphicsLayer 1846 Source/core/rendering/compositing/CompositedLayerMapping.cpp void operator() (GraphicsLayer* layer) const GraphicsLayer 1861 Source/core/rendering/compositing/CompositedLayerMapping.cpp void operator() (GraphicsLayer* layer) const GraphicsLayer 1972 Source/core/rendering/compositing/CompositedLayerMapping.cpp void CompositedLayerMapping::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect& clip) GraphicsLayer 2031 Source/core/rendering/compositing/CompositedLayerMapping.cpp void operator() (GraphicsLayer* layer) const { layer->collectTrackedRepaintRects(*rects); } GraphicsLayer 2050 Source/core/rendering/compositing/CompositedLayerMapping.cpp void CompositedLayerMapping::notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) GraphicsLayer 2116 Source/core/rendering/compositing/CompositedLayerMapping.cpp String CompositedLayerMapping::debugName(const GraphicsLayer* graphicsLayer) GraphicsLayer 95 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* mainGraphicsLayer() const { return m_graphicsLayer.get(); } GraphicsLayer 99 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* clippingLayer() const { return m_childContainmentLayer.get(); } GraphicsLayer 103 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* ancestorClippingLayer() const { return m_ancestorClippingLayer.get(); } GraphicsLayer 106 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* foregroundLayer() const { return m_foregroundLayer.get(); } GraphicsLayer 108 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* backgroundLayer() const { return m_backgroundLayer.get(); } GraphicsLayer 112 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* scrollingLayer() const { return m_scrollingLayer.get(); } GraphicsLayer 113 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* scrollingContentsLayer() const { return m_scrollingContentsLayer.get(); } GraphicsLayer 116 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* maskLayer() const { return m_maskLayer.get(); } GraphicsLayer 119 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* childClippingMaskLayer() const { return m_childClippingMaskLayer.get(); } GraphicsLayer 121 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* parentForSublayers() const; GraphicsLayer 122 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* childForSuperlayers() const; GraphicsLayer 124 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* localRootForOwningLayer() const; GraphicsLayer 126 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* childTransformLayer() const { return m_childTransformLayer.get(); } GraphicsLayer 128 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* squashingContainmentLayer() const { return m_squashingContainmentLayer.get(); } GraphicsLayer 129 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* squashingLayer() const { return m_squashingLayer.get(); } GraphicsLayer 131 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* layerForChildrenTransform() const; GraphicsLayer 170 Source/core/rendering/compositing/CompositedLayerMapping.h virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE; GraphicsLayer 171 Source/core/rendering/compositing/CompositedLayerMapping.h virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip) OVERRIDE; GraphicsLayer 182 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* layerForHorizontalScrollbar() const { return m_layerForHorizontalScrollbar.get(); } GraphicsLayer 183 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* layerForVerticalScrollbar() const { return m_layerForVerticalScrollbar.get(); } GraphicsLayer 184 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayer* layerForScrollCorner() const { return m_layerForScrollCorner.get(); } GraphicsLayer 200 Source/core/rendering/compositing/CompositedLayerMapping.h virtual String debugName(const GraphicsLayer*) OVERRIDE; GraphicsLayer 206 Source/core/rendering/compositing/CompositedLayerMapping.h PassOwnPtr<GraphicsLayer> createGraphicsLayer(CompositingReasons); GraphicsLayer 207 Source/core/rendering/compositing/CompositedLayerMapping.h bool toggleScrollbarLayerIfNeeded(OwnPtr<GraphicsLayer>&, bool needsLayer, CompositingReasons); GraphicsLayer 306 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_ancestorClippingLayer; // Only used if we are clipped by an ancestor which is not a stacking context. GraphicsLayer 307 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_graphicsLayer; GraphicsLayer 308 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_childContainmentLayer; // Only used if we have clipping on a stacking context with compositing children. GraphicsLayer 309 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_childTransformLayer; // Only used if we have perspective and no m_childContainmentLayer. GraphicsLayer 310 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_scrollingLayer; // Only used if the layer is using composited scrolling. GraphicsLayer 311 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_scrollingContentsLayer; // Only used if the layer is using composited scrolling. GraphicsLayer 316 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_maskLayer; // Only used if we have a mask. GraphicsLayer 317 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_childClippingMaskLayer; // Only used if we have to clip child layers or accelerated contents with border radius or clip-path. GraphicsLayer 341 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_foregroundLayer; // Only used in cases where we need to draw the foreground separately. GraphicsLayer 342 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_backgroundLayer; // Only used in cases where we need to draw the background separately. GraphicsLayer 344 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_layerForHorizontalScrollbar; GraphicsLayer 345 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_layerForVerticalScrollbar; GraphicsLayer 346 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_layerForScrollCorner; GraphicsLayer 361 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_squashingContainmentLayer; // Only used if any squashed layers exist and m_squashingContainmentLayer is not present, to contain the squashed layers as siblings to the rest of the GraphicsLayer tree chunk. GraphicsLayer 362 Source/core/rendering/compositing/CompositedLayerMapping.h OwnPtr<GraphicsLayer> m_squashingLayer; // Only used if any squashed layers exist, this is the backing that squashed layers paint into. GraphicsLayer 104 Source/core/rendering/compositing/GraphicsLayerUpdater.cpp if (GraphicsLayer* overflowControlLayer = currentCompositedLayerMapping->layerForHorizontalScrollbar()) { GraphicsLayer 109 Source/core/rendering/compositing/GraphicsLayerUpdater.cpp if (GraphicsLayer* overflowControlLayer = currentCompositedLayerMapping->layerForVerticalScrollbar()) { GraphicsLayer 114 Source/core/rendering/compositing/GraphicsLayerUpdater.cpp if (GraphicsLayer* overflowControlLayer = currentCompositedLayerMapping->layerForScrollCorner()) { GraphicsLayer 1230 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* hostingLayer = parentLayer->compositedLayerMapping()->parentForSublayers(); GraphicsLayer 1231 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* hostedLayer = childLayer->compositedLayerMapping()->childForSuperlayers(); GraphicsLayer 1243 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* hostingLayer = layer->compositedLayerMapping()->parentForSublayers(); GraphicsLayer 1328 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (GraphicsLayer* backgroundLayer = fixedRootBackgroundLayer()) GraphicsLayer 1349 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* rootLayer = m_rootContentLayer.get(); GraphicsLayer 1388 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* hostingLayer = compositedLayerMapping->parentForSublayers(); GraphicsLayer 1389 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* rootLayer = innerCompositor->rootGraphicsLayer(); GraphicsLayer 1425 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* RenderLayerCompositor::rootGraphicsLayer() const GraphicsLayer 1432 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* RenderLayerCompositor::scrollLayer() const GraphicsLayer 1437 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* RenderLayerCompositor::containerLayer() const GraphicsLayer 1442 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* RenderLayerCompositor::ensureRootTransformLayer() GraphicsLayer 1447 Source/core/rendering/compositing/RenderLayerCompositor.cpp m_rootTransformLayer = GraphicsLayer::create(graphicsLayerFactory(), this); GraphicsLayer 1633 Source/core/rendering/compositing/RenderLayerCompositor.cpp void RenderLayerCompositor::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect& clip) GraphicsLayer 1667 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* RenderLayerCompositor::fixedRootBackgroundLayer() const GraphicsLayer 1680 Source/core/rendering/compositing/RenderLayerCompositor.cpp static void resetTrackedRepaintRectsRecursive(GraphicsLayer* graphicsLayer) GraphicsLayer 1690 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (GraphicsLayer* replicaLayer = graphicsLayer->replicaLayer()) GraphicsLayer 1693 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (GraphicsLayer* maskLayer = graphicsLayer->maskLayer()) GraphicsLayer 1696 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (GraphicsLayer* clippingMaskLayer = graphicsLayer->contentsClippingMaskLayer()) GraphicsLayer 1702 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (GraphicsLayer* rootLayer = rootGraphicsLayer()) GraphicsLayer 1767 Source/core/rendering/compositing/RenderLayerCompositor.cpp m_layerForOverhangShadow = GraphicsLayer::create(graphicsLayerFactory(), this); GraphicsLayer 1779 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayer* controlsParent = m_rootTransformLayer.get() ? m_rootTransformLayer.get() : m_overflowControlsHostLayer.get(); GraphicsLayer 1783 Source/core/rendering/compositing/RenderLayerCompositor.cpp m_layerForHorizontalScrollbar = GraphicsLayer::create(graphicsLayerFactory(), this); GraphicsLayer 1799 Source/core/rendering/compositing/RenderLayerCompositor.cpp m_layerForVerticalScrollbar = GraphicsLayer::create(graphicsLayerFactory(), this); GraphicsLayer 1815 Source/core/rendering/compositing/RenderLayerCompositor.cpp m_layerForScrollCorner = GraphicsLayer::create(graphicsLayerFactory(), this); GraphicsLayer 1833 Source/core/rendering/compositing/RenderLayerCompositor.cpp m_rootContentLayer = GraphicsLayer::create(graphicsLayerFactory(), this); GraphicsLayer 1847 Source/core/rendering/compositing/RenderLayerCompositor.cpp m_overflowControlsHostLayer = GraphicsLayer::create(graphicsLayerFactory(), this); GraphicsLayer 1850 Source/core/rendering/compositing/RenderLayerCompositor.cpp m_containerLayer = GraphicsLayer::create(graphicsLayerFactory(), this); GraphicsLayer 1858 Source/core/rendering/compositing/RenderLayerCompositor.cpp m_scrollLayer = GraphicsLayer::create(graphicsLayerFactory(), this); GraphicsLayer 2075 Source/core/rendering/compositing/RenderLayerCompositor.cpp String RenderLayerCompositor::debugName(const GraphicsLayer* graphicsLayer) GraphicsLayer 40 Source/core/rendering/compositing/RenderLayerCompositor.h class GraphicsLayer; GraphicsLayer 125 Source/core/rendering/compositing/RenderLayerCompositor.h GraphicsLayer* fixedRootBackgroundLayer() const; GraphicsLayer 143 Source/core/rendering/compositing/RenderLayerCompositor.h GraphicsLayer* rootGraphicsLayer() const; GraphicsLayer 144 Source/core/rendering/compositing/RenderLayerCompositor.h GraphicsLayer* scrollLayer() const; GraphicsLayer 145 Source/core/rendering/compositing/RenderLayerCompositor.h GraphicsLayer* containerLayer() const; GraphicsLayer 149 Source/core/rendering/compositing/RenderLayerCompositor.h GraphicsLayer* ensureRootTransformLayer(); GraphicsLayer 178 Source/core/rendering/compositing/RenderLayerCompositor.h GraphicsLayer* layerForHorizontalScrollbar() const { return m_layerForHorizontalScrollbar.get(); } GraphicsLayer 179 Source/core/rendering/compositing/RenderLayerCompositor.h GraphicsLayer* layerForVerticalScrollbar() const { return m_layerForVerticalScrollbar.get(); } GraphicsLayer 180 Source/core/rendering/compositing/RenderLayerCompositor.h GraphicsLayer* layerForScrollCorner() const { return m_layerForScrollCorner.get(); } GraphicsLayer 193 Source/core/rendering/compositing/RenderLayerCompositor.h virtual String debugName(const GraphicsLayer*) OVERRIDE; GraphicsLayer 240 Source/core/rendering/compositing/RenderLayerCompositor.h virtual void notifyAnimationStarted(const GraphicsLayer*, double) OVERRIDE { } GraphicsLayer 241 Source/core/rendering/compositing/RenderLayerCompositor.h virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&) OVERRIDE; GraphicsLayer 314 Source/core/rendering/compositing/RenderLayerCompositor.h OwnPtr<GraphicsLayer> m_rootContentLayer; GraphicsLayer 315 Source/core/rendering/compositing/RenderLayerCompositor.h OwnPtr<GraphicsLayer> m_rootTransformLayer; GraphicsLayer 336 Source/core/rendering/compositing/RenderLayerCompositor.h OwnPtr<GraphicsLayer> m_containerLayer; GraphicsLayer 337 Source/core/rendering/compositing/RenderLayerCompositor.h OwnPtr<GraphicsLayer> m_scrollLayer; GraphicsLayer 347 Source/core/rendering/compositing/RenderLayerCompositor.h OwnPtr<GraphicsLayer> m_overflowControlsHostLayer; GraphicsLayer 350 Source/core/rendering/compositing/RenderLayerCompositor.h OwnPtr<GraphicsLayer> m_layerForHorizontalScrollbar; GraphicsLayer 351 Source/core/rendering/compositing/RenderLayerCompositor.h OwnPtr<GraphicsLayer> m_layerForVerticalScrollbar; GraphicsLayer 352 Source/core/rendering/compositing/RenderLayerCompositor.h OwnPtr<GraphicsLayer> m_layerForScrollCorner; GraphicsLayer 354 Source/core/rendering/compositing/RenderLayerCompositor.h OwnPtr<GraphicsLayer> m_layerForOverhangShadow; GraphicsLayer 1308 Source/core/testing/Internals.cpp static RenderLayer* findRenderLayerForGraphicsLayer(RenderLayer* searchRoot, GraphicsLayer* graphicsLayer, String* layerType) GraphicsLayer 1313 Source/core/testing/Internals.cpp GraphicsLayer* layerForScrolling = searchRoot->scrollableArea() ? searchRoot->scrollableArea()->layerForScrolling() : 0; GraphicsLayer 1319 Source/core/testing/Internals.cpp GraphicsLayer* layerForHorizontalScrollbar = searchRoot->scrollableArea() ? searchRoot->scrollableArea()->layerForHorizontalScrollbar() : 0; GraphicsLayer 1325 Source/core/testing/Internals.cpp GraphicsLayer* layerForVerticalScrollbar = searchRoot->scrollableArea() ? searchRoot->scrollableArea()->layerForVerticalScrollbar() : 0; GraphicsLayer 1331 Source/core/testing/Internals.cpp GraphicsLayer* layerForScrollCorner = searchRoot->scrollableArea() ? searchRoot->scrollableArea()->layerForScrollCorner() : 0; GraphicsLayer 1391 Source/core/testing/Internals.cpp static void accumulateLayerRectList(RenderLayerCompositor* compositor, GraphicsLayer* graphicsLayer, LayerRectList* rects) GraphicsLayer 1425 Source/core/testing/Internals.cpp if (GraphicsLayer* rootLayer = compositor->rootGraphicsLayer()) { GraphicsLayer 46 Source/platform/OverscrollTheme.cpp void OverscrollTheme::setUpOverhangShadowLayer(GraphicsLayer* overhangShadowLayer) GraphicsLayer 55 Source/platform/OverscrollTheme.cpp void OverscrollTheme::updateOverhangShadowLayer(GraphicsLayer* shadowLayer, GraphicsLayer* rootContentLayer) GraphicsLayer 43 Source/platform/OverscrollTheme.h virtual void setUpOverhangShadowLayer(GraphicsLayer*); GraphicsLayer 44 Source/platform/OverscrollTheme.h virtual void updateOverhangShadowLayer(GraphicsLayer* shadowLayer, GraphicsLayer* rootContentLayer); GraphicsLayer 108 Source/platform/graphics/Canvas2DLayerBridge.cpp GraphicsLayer::registerContentsLayer(m_layer->layer()); GraphicsLayer 143 Source/platform/graphics/Canvas2DLayerBridge.cpp GraphicsLayer::unregisterContentsLayer(m_layer->layer()); GraphicsLayer 73 Source/platform/graphics/GraphicsLayer.cpp PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerFactory* factory, GraphicsLayerClient* client) GraphicsLayer 78 Source/platform/graphics/GraphicsLayer.cpp GraphicsLayer::GraphicsLayer(GraphicsLayerClient* client) GraphicsLayer 120 Source/platform/graphics/GraphicsLayer.cpp GraphicsLayer::~GraphicsLayer() GraphicsLayer 144 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setParent(GraphicsLayer* layer) GraphicsLayer 150 Source/platform/graphics/GraphicsLayer.cpp bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const GraphicsLayer 152 Source/platform/graphics/GraphicsLayer.cpp for (GraphicsLayer* curr = parent(); curr; curr = curr->parent()) { GraphicsLayer 160 Source/platform/graphics/GraphicsLayer.cpp bool GraphicsLayer::setChildren(const GraphicsLayerVector& newChildren) GraphicsLayer 177 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::addChildInternal(GraphicsLayer* childLayer) GraphicsLayer 191 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::addChild(GraphicsLayer* childLayer) GraphicsLayer 197 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::addChildAtIndex(GraphicsLayer* childLayer, int index) GraphicsLayer 210 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::addChildBelow(GraphicsLayer* childLayer, GraphicsLayer* sibling) GraphicsLayer 232 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::addChildAbove(GraphicsLayer* childLayer, GraphicsLayer* sibling) GraphicsLayer 254 Source/platform/graphics/GraphicsLayer.cpp bool GraphicsLayer::replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild) GraphicsLayer 279 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::removeAllChildren() GraphicsLayer 282 Source/platform/graphics/GraphicsLayer.cpp GraphicsLayer* curLayer = m_children.last(); GraphicsLayer 288 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::removeFromParent() GraphicsLayer 299 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setReplicatedByLayer(GraphicsLayer* layer) GraphicsLayer 316 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setOffsetFromRenderer(const IntSize& offset, ShouldSetNeedsDisplay shouldSetNeedsDisplay) GraphicsLayer 328 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::paintGraphicsLayerContents(GraphicsContext& context, const IntRect& clip) GraphicsLayer 336 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setZPosition(float position) GraphicsLayer 341 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::updateChildList() GraphicsLayer 362 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::updateLayerIsDrawable() GraphicsLayer 380 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::updateContentsRect() GraphicsLayer 401 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::registerContentsLayer(WebLayer* layer) GraphicsLayer 410 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::unregisterContentsLayer(WebLayer* layer) GraphicsLayer 418 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setContentsTo(WebLayer* layer) GraphicsLayer 444 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setupContentsLayer(WebLayer* contentsLayer) GraphicsLayer 467 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::clearContentsLayerIfUnregistered() GraphicsLayer 476 Source/platform/graphics/GraphicsLayer.cpp GraphicsLayerDebugInfo& GraphicsLayer::debugInfo() GraphicsLayer 481 Source/platform/graphics/GraphicsLayer.cpp blink::WebGraphicsLayerDebugInfo* GraphicsLayer::takeDebugInfoFor(WebLayer* layer) GraphicsLayer 488 Source/platform/graphics/GraphicsLayer.cpp WebLayer* GraphicsLayer::contentsLayerIfRegistered() GraphicsLayer 494 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::resetTrackedRepaints() GraphicsLayer 499 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::addRepaintRect(const FloatRect& repaintRect) GraphicsLayer 516 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::collectTrackedRepaintRects(Vector<FloatRect>& rects) const GraphicsLayer 526 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeFlags flags, RenderingContextMap& renderingContextMap) const GraphicsLayer 532 Source/platform/graphics/GraphicsLayer.cpp ts << " " << static_cast<void*>(const_cast<GraphicsLayer*>(this)); GraphicsLayer 542 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::dumpProperties(TextStream& ts, int indent, LayerTreeFlags flags, RenderingContextMap& renderingContextMap) const GraphicsLayer 747 Source/platform/graphics/GraphicsLayer.cpp String GraphicsLayer::layerTreeAsText(LayerTreeFlags flags) const GraphicsLayer 756 Source/platform/graphics/GraphicsLayer.cpp String GraphicsLayer::debugName(blink::WebLayer* webLayer) const GraphicsLayer 782 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setCompositingReasons(CompositingReasons reasons) GraphicsLayer 787 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setPosition(const FloatPoint& point) GraphicsLayer 793 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setAnchorPoint(const FloatPoint3D& point) GraphicsLayer 800 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setSize(const FloatSize& size) GraphicsLayer 818 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setTransform(const TransformationMatrix& transform) GraphicsLayer 824 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setShouldFlattenTransform(bool shouldFlatten) GraphicsLayer 834 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setRenderingContext(int context) GraphicsLayer 846 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setMasksToBounds(bool masksToBounds) GraphicsLayer 852 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setDrawsContent(bool drawsContent) GraphicsLayer 863 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setContentsVisible(bool contentsVisible) GraphicsLayer 874 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setClipParent(blink::WebLayer* parent) GraphicsLayer 880 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setScrollParent(blink::WebLayer* parent) GraphicsLayer 886 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setBackgroundColor(const Color& color) GraphicsLayer 895 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setContentsOpaque(bool opaque) GraphicsLayer 902 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setMaskLayer(GraphicsLayer* maskLayer) GraphicsLayer 912 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setContentsClippingMaskLayer(GraphicsLayer* contentsClippingMaskLayer) GraphicsLayer 926 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setBackfaceVisibility(bool visible) GraphicsLayer 932 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setOpacity(float opacity) GraphicsLayer 939 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setBlendMode(blink::WebBlendMode blendMode) GraphicsLayer 947 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setIsRootForIsolatedGroup(bool isolated) GraphicsLayer 955 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setHasGpuRasterizationHint(bool hasHint) GraphicsLayer 961 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setContentsNeedsDisplay() GraphicsLayer 969 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setNeedsDisplay() GraphicsLayer 979 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setNeedsDisplayInRect(const FloatRect& rect) GraphicsLayer 989 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setContentsRect(const IntRect& rect) GraphicsLayer 998 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setContentsToImage(Image* image) GraphicsLayer 1019 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setContentsToNinePatch(Image* image, const IntRect& aperture) GraphicsLayer 1035 Source/platform/graphics/GraphicsLayer.cpp bool GraphicsLayer::addAnimation(PassOwnPtr<WebAnimation> popAnimation) GraphicsLayer 1046 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::pauseAnimation(int animationId, double timeOffset) GraphicsLayer 1051 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::removeAnimation(int animationId) GraphicsLayer 1056 Source/platform/graphics/GraphicsLayer.cpp WebLayer* GraphicsLayer::platformLayer() const GraphicsLayer 1134 Source/platform/graphics/GraphicsLayer.cpp bool GraphicsLayer::setFilters(const FilterOperations& filters) GraphicsLayer 1154 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setBackgroundFilters(const FilterOperations& filters) GraphicsLayer 1162 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::addLinkHighlight(LinkHighlightClient* linkHighlight) GraphicsLayer 1170 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::removeLinkHighlight(LinkHighlightClient* linkHighlight) GraphicsLayer 1176 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setScrollableArea(ScrollableArea* scrollableArea, bool isMainFrame) GraphicsLayer 1193 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::paint(GraphicsContext& context, const IntRect& clip) GraphicsLayer 1199 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::notifyAnimationStarted(double monotonicTime, WebAnimation::TargetProperty) GraphicsLayer 1205 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::notifyAnimationFinished(double, WebAnimation::TargetProperty) GraphicsLayer 1210 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::didScroll() GraphicsLayer 1219 Source/platform/graphics/GraphicsLayer.cpp void showGraphicsLayerTree(const WebCore::GraphicsLayer* layer) GraphicsLayer 62 Source/platform/graphics/GraphicsLayer.h class GraphicsLayer; GraphicsLayer 84 Source/platform/graphics/GraphicsLayer.h class PLATFORM_EXPORT GraphicsLayer : public GraphicsContextPainter, public blink::WebAnimationDelegate, public blink::WebLayerScrollClient, public blink::WebLayerClient { GraphicsLayer 85 Source/platform/graphics/GraphicsLayer.h WTF_MAKE_NONCOPYABLE(GraphicsLayer); WTF_MAKE_FAST_ALLOCATED; GraphicsLayer 87 Source/platform/graphics/GraphicsLayer.h static PassOwnPtr<GraphicsLayer> create(GraphicsLayerFactory*, GraphicsLayerClient*); GraphicsLayer 89 Source/platform/graphics/GraphicsLayer.h virtual ~GraphicsLayer(); GraphicsLayer 101 Source/platform/graphics/GraphicsLayer.h GraphicsLayer* parent() const { return m_parent; }; GraphicsLayer 102 Source/platform/graphics/GraphicsLayer.h void setParent(GraphicsLayer*); // Internal use only. GraphicsLayer 105 Source/platform/graphics/GraphicsLayer.h bool hasAncestor(GraphicsLayer*) const; GraphicsLayer 107 Source/platform/graphics/GraphicsLayer.h const Vector<GraphicsLayer*>& children() const { return m_children; } GraphicsLayer 112 Source/platform/graphics/GraphicsLayer.h void addChild(GraphicsLayer*); GraphicsLayer 113 Source/platform/graphics/GraphicsLayer.h void addChildAtIndex(GraphicsLayer*, int index); GraphicsLayer 114 Source/platform/graphics/GraphicsLayer.h void addChildAbove(GraphicsLayer*, GraphicsLayer* sibling); GraphicsLayer 115 Source/platform/graphics/GraphicsLayer.h void addChildBelow(GraphicsLayer*, GraphicsLayer* sibling); GraphicsLayer 116 Source/platform/graphics/GraphicsLayer.h bool replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild); GraphicsLayer 121 Source/platform/graphics/GraphicsLayer.h GraphicsLayer* maskLayer() const { return m_maskLayer; } GraphicsLayer 122 Source/platform/graphics/GraphicsLayer.h void setMaskLayer(GraphicsLayer*); GraphicsLayer 124 Source/platform/graphics/GraphicsLayer.h GraphicsLayer* contentsClippingMaskLayer() const { return m_contentsClippingMaskLayer; } GraphicsLayer 125 Source/platform/graphics/GraphicsLayer.h void setContentsClippingMaskLayer(GraphicsLayer*); GraphicsLayer 128 Source/platform/graphics/GraphicsLayer.h void setReplicatedByLayer(GraphicsLayer*); GraphicsLayer 132 Source/platform/graphics/GraphicsLayer.h GraphicsLayer* replicaLayer() const { return m_replicaLayer; } GraphicsLayer 134 Source/platform/graphics/GraphicsLayer.h GraphicsLayer* replicatedLayer() const { return m_replicatedLayer; } GraphicsLayer 304 Source/platform/graphics/GraphicsLayer.h explicit GraphicsLayer(GraphicsLayerClient*); GraphicsLayer 314 Source/platform/graphics/GraphicsLayer.h void addChildInternal(GraphicsLayer*); GraphicsLayer 321 Source/platform/graphics/GraphicsLayer.h void setReplicatedLayer(GraphicsLayer* layer) { m_replicatedLayer = layer; } GraphicsLayer 373 Source/platform/graphics/GraphicsLayer.h Vector<GraphicsLayer*> m_children; GraphicsLayer 374 Source/platform/graphics/GraphicsLayer.h GraphicsLayer* m_parent; GraphicsLayer 376 Source/platform/graphics/GraphicsLayer.h GraphicsLayer* m_maskLayer; // Reference to mask layer. We don't own this. GraphicsLayer 377 Source/platform/graphics/GraphicsLayer.h GraphicsLayer* m_contentsClippingMaskLayer; // Reference to clipping mask layer. We don't own this. GraphicsLayer 379 Source/platform/graphics/GraphicsLayer.h GraphicsLayer* m_replicaLayer; // A layer that replicates this layer. We only allow one, for now. GraphicsLayer 381 Source/platform/graphics/GraphicsLayer.h GraphicsLayer* m_replicatedLayer; // For a replica layer, a reference to the original layer. GraphicsLayer 411 Source/platform/graphics/GraphicsLayer.h void PLATFORM_EXPORT showGraphicsLayerTree(const WebCore::GraphicsLayer*); GraphicsLayer 36 Source/platform/graphics/GraphicsLayerClient.h class GraphicsLayer; GraphicsLayer 67 Source/platform/graphics/GraphicsLayerClient.h virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) = 0; GraphicsLayer 69 Source/platform/graphics/GraphicsLayerClient.h virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0; GraphicsLayer 72 Source/platform/graphics/GraphicsLayerClient.h virtual String debugName(const GraphicsLayer*) = 0; GraphicsLayer 34 Source/platform/graphics/GraphicsLayerFactory.h class GraphicsLayer; GraphicsLayer 41 Source/platform/graphics/GraphicsLayerFactory.h virtual PassOwnPtr<GraphicsLayer> createGraphicsLayer(GraphicsLayerClient*) = 0; GraphicsLayer 51 Source/platform/graphics/GraphicsLayerTest.cpp virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { } GraphicsLayer 52 Source/platform/graphics/GraphicsLayerTest.cpp virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { } GraphicsLayer 53 Source/platform/graphics/GraphicsLayerTest.cpp virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); } GraphicsLayer 56 Source/platform/graphics/GraphicsLayerTest.cpp class GraphicsLayerForTesting : public GraphicsLayer { GraphicsLayer 59 Source/platform/graphics/GraphicsLayerTest.cpp : GraphicsLayer(client) { }; GraphicsLayer 61 Source/platform/graphics/GraphicsLayerTest.cpp virtual blink::WebLayer* contentsLayer() const { return GraphicsLayer::contentsLayer(); } GraphicsLayer 41 Source/platform/graphics/ImageLayerChromiumTest.cpp virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { } GraphicsLayer 42 Source/platform/graphics/ImageLayerChromiumTest.cpp virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { } GraphicsLayer 43 Source/platform/graphics/ImageLayerChromiumTest.cpp virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); } GraphicsLayer 102 Source/platform/graphics/ImageLayerChromiumTest.cpp class GraphicsLayerForTesting : public GraphicsLayer { GraphicsLayer 105 Source/platform/graphics/ImageLayerChromiumTest.cpp : GraphicsLayer(client) { }; GraphicsLayer 107 Source/platform/graphics/ImageLayerChromiumTest.cpp virtual blink::WebLayer* contentsLayer() const { return GraphicsLayer::contentsLayer(); } GraphicsLayer 400 Source/platform/graphics/gpu/DrawingBuffer.cpp GraphicsLayer::registerContentsLayer(m_layer->layer()); GraphicsLayer 528 Source/platform/graphics/gpu/DrawingBuffer.cpp GraphicsLayer::unregisterContentsLayer(m_layer->layer()); GraphicsLayer 716 Source/platform/scroll/ScrollView.cpp static void positionScrollbarLayer(GraphicsLayer* graphicsLayer, Scrollbar* scrollbar) GraphicsLayer 738 Source/platform/scroll/ScrollView.cpp static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect) GraphicsLayer 106 Source/platform/scroll/ScrollableArea.cpp GraphicsLayer* ScrollableArea::layerForContainer() const GraphicsLayer 356 Source/platform/scroll/ScrollableArea.cpp if (GraphicsLayer* graphicsLayer = layerForHorizontalScrollbar()) { GraphicsLayer 362 Source/platform/scroll/ScrollableArea.cpp if (GraphicsLayer* graphicsLayer = layerForVerticalScrollbar()) { GraphicsLayer 373 Source/platform/scroll/ScrollableArea.cpp if (GraphicsLayer* graphicsLayer = layerForScrollCorner()) { GraphicsLayer 39 Source/platform/scroll/ScrollableArea.h class GraphicsLayer; GraphicsLayer 218 Source/platform/scroll/ScrollableArea.h virtual GraphicsLayer* layerForContainer() const; GraphicsLayer 219 Source/platform/scroll/ScrollableArea.h virtual GraphicsLayer* layerForScrolling() const { return 0; } GraphicsLayer 220 Source/platform/scroll/ScrollableArea.h virtual GraphicsLayer* layerForHorizontalScrollbar() const { return 0; } GraphicsLayer 221 Source/platform/scroll/ScrollableArea.h virtual GraphicsLayer* layerForVerticalScrollbar() const { return 0; } GraphicsLayer 222 Source/platform/scroll/ScrollableArea.h virtual GraphicsLayer* layerForScrollCorner() const { return 0; } GraphicsLayer 711 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::attachRootGraphicsLayer(GraphicsLayer* rootLayer) GraphicsLayer 149 Source/web/ChromeClientImpl.h virtual void attachRootGraphicsLayer(WebCore::GraphicsLayer*) OVERRIDE; GraphicsLayer 45 Source/web/GraphicsLayerFactoryChromium.cpp PassOwnPtr<GraphicsLayer> GraphicsLayerFactoryChromium::createGraphicsLayer(GraphicsLayerClient* client) GraphicsLayer 47 Source/web/GraphicsLayerFactoryChromium.cpp OwnPtr<GraphicsLayer> layer = adoptPtr(new GraphicsLayer(client)); GraphicsLayer 40 Source/web/GraphicsLayerFactoryChromium.h virtual PassOwnPtr<WebCore::GraphicsLayer> createGraphicsLayer(WebCore::GraphicsLayerClient*) OVERRIDE; GraphicsLayer 130 Source/web/LinkHighlight.cpp GraphicsLayer* newGraphicsLayer = renderLayer->compositedLayerMapping()->mainGraphicsLayer(); GraphicsLayer 74 Source/web/LinkHighlight.h WebCore::GraphicsLayer* currentGraphicsLayerForTesting() const { return m_currentGraphicsLayer; } GraphicsLayer 94 Source/web/LinkHighlight.h WebCore::GraphicsLayer* m_currentGraphicsLayer; GraphicsLayer 75 Source/web/PageOverlay.cpp virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { } GraphicsLayer 77 Source/web/PageOverlay.cpp virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc, GraphicsLayerPaintingPhase, const IntRect& inClip) GraphicsLayer 84 Source/web/PageOverlay.cpp virtual String debugName(const GraphicsLayer* graphicsLayer) OVERRIDE GraphicsLayer 117 Source/web/PageOverlay.cpp m_layer = GraphicsLayer::create(m_viewImpl->graphicsLayerFactory(), m_layerClient.get()); GraphicsLayer 37 Source/web/PageOverlay.h class GraphicsLayer; GraphicsLayer 63 Source/web/PageOverlay.h WebCore::GraphicsLayer* graphicsLayer() const { return m_layer.get(); } GraphicsLayer 72 Source/web/PageOverlay.h OwnPtr<WebCore::GraphicsLayer> m_layer; GraphicsLayer 130 Source/web/PageOverlayList.cpp size_t PageOverlayList::findGraphicsLayer(WebCore::GraphicsLayer* layer) GraphicsLayer 38 Source/web/PageOverlayList.h class GraphicsLayer; GraphicsLayer 62 Source/web/PageOverlayList.h size_t findGraphicsLayer(WebCore::GraphicsLayer*); GraphicsLayer 521 Source/web/WebFrameImpl.cpp GraphicsLayer::unregisterContentsLayer(frame()->remotePlatformLayer()); GraphicsLayer 523 Source/web/WebFrameImpl.cpp GraphicsLayer::registerContentsLayer(webLayer); GraphicsLayer 146 Source/web/WebPagePopupImpl.cpp virtual void attachRootGraphicsLayer(GraphicsLayer* graphicsLayer) OVERRIDE GraphicsLayer 242 Source/web/WebPagePopupImpl.cpp void WebPagePopupImpl::setRootGraphicsLayer(GraphicsLayer* layer) GraphicsLayer 41 Source/web/WebPagePopupImpl.h class GraphicsLayer; GraphicsLayer 93 Source/web/WebPagePopupImpl.h void setRootGraphicsLayer(WebCore::GraphicsLayer*); GraphicsLayer 106 Source/web/WebPagePopupImpl.h WebCore::GraphicsLayer* m_rootGraphicsLayer; GraphicsLayer 319 Source/web/WebPluginContainerImpl.cpp GraphicsLayer::unregisterContentsLayer(m_webLayer); GraphicsLayer 321 Source/web/WebPluginContainerImpl.cpp GraphicsLayer::registerContentsLayer(layer); GraphicsLayer 680 Source/web/WebPluginContainerImpl.cpp GraphicsLayer::unregisterContentsLayer(m_webLayer); GraphicsLayer 3543 Source/web/WebViewImpl.cpp void WebViewImpl::setOverlayLayer(WebCore::GraphicsLayer* layer) GraphicsLayer 3604 Source/web/WebViewImpl.cpp void WebViewImpl::setRootGraphicsLayer(GraphicsLayer* layer) GraphicsLayer 3640 Source/web/WebViewImpl.cpp GraphicsLayer* rootScrollLayer = compositor()->scrollLayer(); GraphicsLayer 3697 Source/web/WebViewImpl.cpp WebCore::GraphicsLayer* WebViewImpl::rootGraphicsLayer() GraphicsLayer 306 Source/web/WebViewImpl.h void setOverlayLayer(WebCore::GraphicsLayer*); GraphicsLayer 446 Source/web/WebViewImpl.h WebCore::GraphicsLayer* rootGraphicsLayer(); GraphicsLayer 448 Source/web/WebViewImpl.h void setRootGraphicsLayer(WebCore::GraphicsLayer*); GraphicsLayer 728 Source/web/WebViewImpl.h WebCore::GraphicsLayer* m_rootGraphicsLayer; GraphicsLayer 729 Source/web/WebViewImpl.h WebCore::GraphicsLayer* m_rootTransformLayer; GraphicsLayer 40 Source/web/painting/ContinuousPainter.cpp void ContinuousPainter::setNeedsDisplayRecursive(GraphicsLayer* layer, PageOverlayList* pageOverlays) GraphicsLayer 55 Source/web/painting/ContinuousPainter.cpp const Vector<GraphicsLayer*>& children = layer->children(); GraphicsLayer 56 Source/web/painting/ContinuousPainter.cpp Vector<GraphicsLayer*>::const_iterator it; GraphicsLayer 33 Source/web/painting/ContinuousPainter.h class GraphicsLayer; GraphicsLayer 46 Source/web/painting/ContinuousPainter.h static void setNeedsDisplayRecursive(WebCore::GraphicsLayer*, PageOverlayList*); GraphicsLayer 188 Source/web/tests/LinkHighlightTest.cpp GraphicsLayer* highlightLayer = webViewImpl->linkHighlight(0)->currentGraphicsLayerForTesting(); GraphicsLayer 163 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp GraphicsLayer* graphicsLayer = compositedLayerMapping->mainGraphicsLayer(); GraphicsLayer 310 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp GraphicsLayer* graphicsLayer = compositedLayerMapping->scrollingContentsLayer(); GraphicsLayer 350 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp GraphicsLayer* graphicsLayer = compositedLayerMapping->scrollingContentsLayer(); GraphicsLayer 411 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp GraphicsLayer* scrollLayer = innerCompositor->scrollLayer(); GraphicsLayer 455 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp GraphicsLayer* scrollLayer = innerCompositor->scrollLayer(); GraphicsLayer 5239 Source/web/tests/WebFrameTest.cpp WebCore::GraphicsLayer* scrollLayer = compositor->scrollLayer();