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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.cpp 125 const RenderLayer& squashingLayer = squashingState.mostRecentMapping->owningLayer();
191 squashingState.mostRecentMapping->updateSquashingLayerAssignment(layer, squashingState.mostRecentMapping->owningLayer(), squashingState.nextSquashedLayerIndex);
295 if (squashingState.hasMostRecentMapping && &squashingState.mostRecentMapping->owningLayer() == layer)
CompositedLayerMapping.h 75 RenderLayer& owningLayer() const { return m_owningLayer; }
147 bool updateSquashingLayerAssignment(RenderLayer* squashedLayer, const RenderLayer& owningLayer, size_t nextSquashedLayerIndex);
CompositedLayerMapping.cpp 275 m_graphicsLayer->setFilters(owningLayer().computeFilterOperations(style));
542 offset.move(compositedAncestor->compositedLayerMapping()->owningLayer().subpixelAccumulation());
    [all...]

Completed in 323 milliseconds