Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerStackingNode.cpp144 if (!layer()->reflectionInfo() || layer()->reflectionInfo()->reflectionLayer() != child) in rebuildZOrderLists()
186 …hild->stackingNode()->isNormalFlowOnly() && (!layer()->reflectionInfo() || layer()->reflectionInfo in updateNormalFlowList()
214 if (!layer()->reflectionInfo() || layer()->reflectionInfo()->reflectionLayer() != child) in collectLayers()
270 if (!layer()->reflectionInfo()) in updateLayerListsIfNeeded()
273 RenderLayer* reflectionLayer = layer()->reflectionInfo()->reflectionLayer(); in updateLayerListsIfNeeded()
DRenderLayer.h126 RenderLayerReflectionInfo* reflectionInfo() { return m_reflectionInfo.get(); } in reflectionInfo() function
127 const RenderLayerReflectionInfo* reflectionInfo() const { return m_reflectionInfo.get(); } in reflectionInfo() function
DRenderLayer.cpp1097 if (!layer->reflectionInfo() || layer->reflectionInfo()->reflectionLayer() != curr) in expandClipRectForDescendantsAndReflection()
1324 …RenderLayer* beforeChild = !parentLayer->reflectionInfo() || parentLayer->reflectionInfo()->reflec… in insertOnlyThisLayer()
3105 …if (ancestorLayer->reflectionInfo() && !ancestorLayer->reflectionInfo()->reflectionLayer()->hasCom… in expandRectForReflectionAndStackingChildren()
3106 …result.unite(ancestorLayer->reflectionInfo()->reflectionLayer()->boundingBoxForCompositing(ancesto… in expandRectForReflectionAndStackingChildren()
3179 …(hasCompositedLayerMapping() && parent() && parent()->reflectionInfo() && parent()->reflectionInfo in boundingBoxForCompositing()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositingLayerAssigner.cpp142 if (layer->reflectionInfo()) in getReasonsPreventingSquashing()
255 if (layer->reflectionInfo()) in assignLayersToBackingsInternal()
256 …assignLayersToBackingsForReflectionLayer(layer->reflectionInfo()->reflectionLayer(), layersNeeding… in assignLayersToBackingsInternal()
DCompositingRequirementsUpdater.cpp392 if (layer->reflectionInfo()) { in updateRecursive()
394 RenderLayer* reflectionLayer = layer->reflectionInfo()->reflectionLayer(); in updateRecursive()
DCompositedLayerMapping.cpp379 if (RenderLayerReflectionInfo* reflection = m_owningLayer.reflectionInfo()) { in updateGraphicsLayerConfiguration()
480 if (m_owningLayer.reflectionInfo()) { in updateGraphicsLayerConfiguration()
481 if (m_owningLayer.reflectionInfo()->reflectionLayer()->hasCompositedLayerMapping()) { in updateGraphicsLayerConfiguration()
482 …GraphicsLayer* reflectionLayer = m_owningLayer.reflectionInfo()->reflectionLayer()->compositedLaye… in updateGraphicsLayerConfiguration()
878 …if (!m_owningLayer.reflectionInfo() || !m_owningLayer.reflectionInfo()->reflectionLayer()->hasComp… in updateReflectionLayerGeometry()
881 …CompositedLayerMapping* reflectionCompositedLayerMapping = m_owningLayer.reflectionInfo()->reflect… in updateReflectionLayerGeometry()