HomeSort by relevance Sort by last modified time
    Searched refs:mostRecentMapping (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.h 52 : mostRecentMapping(0)
61 CompositedLayerMappingPtr mostRecentMapping;
CompositingLayerAssigner.cpp 53 squashingState.mostRecentMapping->finishAccumulatingSquashingLayers(squashingState.nextSquashedLayerIndex);
60 mostRecentMapping->finishAccumulatingSquashingLayers(nextSquashedLayerIndex);
64 mostRecentMapping = newCompositedLayerMapping;
135 const RenderLayer& squashingLayer = squashingState.mostRecentMapping->owningLayer();
178 squashingState.mostRecentMapping->updateSquashingLayerAssignment(layer, squashingState.mostRecentMapping->owningLayer(), squashingState.nextSquashedLayerIndex);
184 squashingState.mostRecentMapping->setNeedsGraphicsLayerUpdate(GraphicsLayerUpdateSubtree);
275 if (squashingState.hasMostRecentMapping && &squashingState.mostRecentMapping->owningLayer() == layer)

Completed in 95 milliseconds