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

  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 329 if (!layer->isSelfPaintingLayer())
    [all...]
RenderBoxModelObject.cpp 216 return m_layer && m_layer->isSelfPaintingLayer();
224 s_layerWasSelfPainting = layer()->isSelfPaintingLayer();
296 if (s_hadLayer && layer()->isSelfPaintingLayer() != s_layerWasSelfPainting)
    [all...]
RenderLayer.h 199 bool isSelfPaintingLayer() const;
RenderLayer.cpp     [all...]
RenderLayerBacking.cpp     [all...]
RenderBox.cpp 860 bool isOverflowClip = hasOverflowClip() && !layer()->isSelfPaintingLayer();
888 ASSERT(hasControlClip() || (hasOverflowClip() && !layer()->isSelfPaintingLayer()));
    [all...]
RenderObject.cpp 545 if (layer && layer->isSelfPaintingLayer())
    [all...]

Completed in 27 milliseconds