Home
last modified time | relevance | path

Searched refs:reflectionInfo (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerStackingNode.cpp221 if (!layer()->reflectionInfo() || layer()->reflectionInfo()->reflectionLayer() != child) in rebuildZOrderLists()
258 …hild->stackingNode()->isNormalFlowOnly() && (!layer()->reflectionInfo() || layer()->reflectionInfo in updateNormalFlowList()
323 if (!layer()->reflectionInfo() || layer()->reflectionInfo()->reflectionLayer() != child) in collectLayers()
379 if (!layer()->reflectionInfo()) in updateLayerListsIfNeeded()
382 RenderLayer* reflectionLayer = layer()->reflectionInfo()->reflectionLayer(); in updateLayerListsIfNeeded()
DRenderLayerCompositor.cpp974 if (layer->reflectionInfo()) { in computeCompositingRequirements()
977 …layer->reflectionInfo()->reflectionLayer()->setCompositingReasons(layer->reflectionInfo()->reflect… in computeCompositingRequirements()
1058 …if (layer->reflectionInfo() && updateLayerCompositingState(layer->reflectionInfo()->reflectionLaye… in assignLayersToBackingsInternal()
1171 if (layer->reflectionInfo()) { in rebuildCompositingLayerTree()
1172 RenderLayer* reflectionLayer = layer->reflectionInfo()->reflectionLayer(); in rebuildCompositingLayerTree()
1422 if (layer->reflectionInfo()) { in updateLayerTreeGeometry()
1423 RenderLayer* reflectionLayer = layer->reflectionInfo()->reflectionLayer(); in updateLayerTreeGeometry()
1452 if (layer->reflectionInfo()) { in updateCompositingDescendantGeometry()
1453 RenderLayer* reflectionLayer = layer->reflectionInfo()->reflectionLayer(); in updateCompositingDescendantGeometry()
1464 if (layer->reflectionInfo()) in updateCompositingDescendantGeometry()
[all …]
DRenderLayer.h121 RenderLayerReflectionInfo* reflectionInfo() { return m_reflectionInfo.get(); } in reflectionInfo() function
122 const RenderLayerReflectionInfo* reflectionInfo() const { return m_reflectionInfo.get(); } in reflectionInfo() function
DCompositedLayerMapping.cpp500 if (m_owningLayer->reflectionInfo()) { in updateGraphicsLayerConfiguration()
501 if (m_owningLayer->reflectionInfo()->reflectionLayer()->hasCompositedLayerMapping()) { in updateGraphicsLayerConfiguration()
502 …GraphicsLayer* reflectionLayer = m_owningLayer->reflectionInfo()->reflectionLayer()->compositedLay… in updateGraphicsLayerConfiguration()
747 …if (m_owningLayer->reflectionInfo() && m_owningLayer->reflectionInfo()->reflectionLayer()->hasComp… in updateGraphicsLayerGeometry()
748 …CompositedLayerMappingPtr reflectionCompositedLayerMapping = m_owningLayer->reflectionInfo()->refl… in updateGraphicsLayerGeometry()
DRenderLayer.cpp1268 if (!layer->reflectionInfo() || layer->reflectionInfo()->reflectionLayer() != curr) in expandClipRectForDescendantsAndReflection()
1520 …RenderLayer* beforeChild = !parentLayer->reflectionInfo() || parentLayer->reflectionInfo()->reflec… in insertOnlyThisLayer()