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

  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 193 bool isSelfPaintingLayer() const;
    [all...]
RenderLayer.cpp     [all...]
RenderBoxModelObject.cpp 282 return m_layer && m_layer->isSelfPaintingLayer();
290 s_layerWasSelfPainting = layer()->isSelfPaintingLayer();
364 if (s_hadLayer && layer()->isSelfPaintingLayer() != s_layerWasSelfPainting)
    [all...]
RenderLayerBacking.cpp     [all...]
RenderBox.cpp     [all...]
RenderLayerCompositor.cpp     [all...]

Completed in 32 milliseconds