Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp334 if (layer->isSelfPaintingLayer()) { in dirtyAncestorChainHasSelfPaintingLayerDescendantStatus()
808 …bool hasSelfPaintingLayerDescendant = child->isSelfPaintingLayer() || child->hasSelfPaintingLayerD… in updateDescendantDependentFlags()
1400 if (child->isSelfPaintingLayer() || child->hasSelfPaintingLayerDescendant()) in addChild()
1444 if (oldChild->isSelfPaintingLayer() || oldChild->hasSelfPaintingLayerDescendant()) in removeChild()
1856 if (!isSelfPaintingLayer() && !hasSelfPaintingLayerDescendant()) in paintLayer()
1916 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in paintLayerContentsAndReflection()
1930 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in paintLayerContents()
1934 bool isSelfPaintingLayer = this->isSelfPaintingLayer(); in paintLayerContents() local
1946 bool shouldPaintOutline = isSelfPaintingLayer && !isPaintingOverlayScrollbars in paintLayerContents()
1949 …bool shouldPaintContent = m_hasVisibleContent && isSelfPaintingLayer && !isPaintingOverlayScrollba… in paintLayerContents()
[all …]
DRenderLayerModelObject.cpp66 return m_layer && m_layer->isSelfPaintingLayer(); in hasSelfPaintingLayer()
DRenderLayer.h117 bool isSelfPaintingLayer() const { return m_isSelfPaintingLayer; } in isSelfPaintingLayer() function
DRenderBox.cpp1077 …if ((!child->hasLayer() || !toRenderLayerModelObject(child)->layer()->isSelfPaintingLayer()) && ch… in nodeAtPoint()
1599 && layer()->isSelfPaintingLayer())) { in invalidateTreeAfterLayout()
1642 bool isOverflowClip = hasOverflowClip() && !layer()->isSelfPaintingLayer(); in pushContentsClip()
1684 ASSERT(hasControlClip() || (hasOverflowClip() && !layer()->isSelfPaintingLayer())); in popContentsClip()
4356 if (layer && layer->isSelfPaintingLayer()) in enclosingFloatPaintingLayer()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DRenderLayerCompositor.cpp805 …return m_hasAcceleratedCompositing && layer->isSelfPaintingLayer() && !layer->subtreeIsInvisible()… in canBeComposited()