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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.cpp 135 const RenderLayer& squashingLayer = squashingState.mostRecentMapping->owningLayer();
137 if (layer->renderer()->clippingContainer() != squashingLayer.renderer()->clippingContainer()) {
138 if (!squashingLayer.compositedLayerMapping()->containingSquashedLayer(layer->renderer()->clippingContainer()))
147 if (layer->scrollsWithRespectTo(&squashingLayer))
151 const RenderLayer::CompositingInputs& squashingLayerCompositingInputs = squashingLayer.compositingInputs();
CompositedLayerMapping.h 136 GraphicsLayer* squashingLayer() const { return m_squashingLayer.get(); }
CompositedLayerMapping.cpp 528 Vector<GraphicsLayerPaintInfo>& layers, GraphicsLayer* squashingLayer, LayoutPoint* offsetFromTransformedAncestor, Vector<RenderLayer*>& layersNeedingPaintInvalidation)
530 if (!squashingLayer)
555 // But the squashingLayer needs to be positioned with respect to the ancestor CompositedLayerMapping.
594 squashingLayer->setPosition(squashLayerBounds.location());
595 squashingLayer->setSize(squashLayerBounds.size());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerRepainter.cpp 211 if (GraphicsLayer* squashingLayer = m_renderer.groupedMapping()->squashingLayer())
212 squashingLayer->setNeedsDisplayInRect(repaintRect);
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 126 GraphicsLayer* newGraphicsLayer = renderLayer->compositingState() == PaintsIntoGroupedBacking ? compositedLayerMapping->squashingLayer() : compositedLayerMapping->mainGraphicsLayer();
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 461 graphicsLayer = compositedLayer->groupedMapping()->squashingLayer();
    [all...]

Completed in 169 milliseconds