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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.cpp 66 return m_layer && m_layer->isSelfPaintingLayer();
139 bool layerWasSelfPainting = hadLayer && layer()->isSelfPaintingLayer();
168 if (hadLayer && layer()->isSelfPaintingLayer() != layerWasSelfPainting)
RenderLayer.cpp 335 if (layer->isSelfPaintingLayer()) {
    [all...]
RenderLayer.h 112 bool isSelfPaintingLayer() const { return m_isSelfPaintingLayer; }
    [all...]
RenderBox.cpp     [all...]
RenderLayerCompositor.cpp     [all...]

Completed in 488 milliseconds