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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.cpp 125 const RenderLayer& squashingLayer = squashingState.mostRecentMapping->owningLayer();
134 if (layer->renderer()->isVideo() || squashingLayer.renderer()->isVideo())
139 if (layer->renderer()->isRenderPart() || squashingLayer.renderer()->isRenderPart())
152 if (layer->clippingContainer() != squashingLayer.clippingContainer() && !squashingLayer.compositedLayerMapping()->containingSquashedLayer(layer->clippingContainer(), squashingState.nextSquashedLayerIndex))
160 if (layer->scrollsWithRespectTo(&squashingLayer))
164 const RenderLayer::AncestorDependentCompositingInputs& squashingLayerCompositingInputs = squashingLayer.ancestorDependentCompositingInputs();
CompositedLayerMapping.h 115 GraphicsLayer* squashingLayer() const { return m_squashingLayer.get(); }
CompositedLayerMapping.cpp 565 Vector<GraphicsLayerPaintInfo>& layers, GraphicsLayer* squashingLayer, LayoutPoint* offsetFromTransformedAncestor, Vector<RenderLayer*>& layersNeedingPaintInvalidation)
567 if (!squashingLayer)
592 // But the squashingLayer needs to be positioned with respect to the ancestor CompositedLayerMapping.
628 squashingLayer->setPosition(squashLayerBounds.location());
629 squashingLayer->setSize(squashLayerBounds.size());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.cpp 211 if (GraphicsLayer* squashingLayer = layer()->groupedMapping()->squashingLayer()) {
213 squashingLayer->setNeedsDisplayInRect(pixelSnappedIntRect(paintInvalidationRect), annotations);
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]

Completed in 208 milliseconds