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 54 : mostRecentMapping(0)
63 CompositedLayerMapping* mostRecentMapping;
CompositingLayerAssigner.cpp 58 squashingState.mostRecentMapping->finishAccumulatingSquashingLayers(squashingState.nextSquashedLayerIndex);
65 mostRecentMapping->finishAccumulatingSquashingLayers(nextSquashedLayerIndex);
69 mostRecentMapping = newCompositedLayerMapping;
125 const RenderLayer& squashingLayer = squashingState.mostRecentMapping->owningLayer();
191 squashingState.mostRecentMapping->updateSquashingLayerAssignment(layer, squashingState.mostRecentMapping->owningLayer(), squashingState.nextSquashedLayerIndex);
197 squashingState.mostRecentMapping->setNeedsGraphicsLayerUpdate(GraphicsLayerUpdateSubtree);
295 if (squashingState.hasMostRecentMapping && &squashingState.mostRecentMapping->owningLayer() == layer)

Completed in 762 milliseconds