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 73 return m_layer && m_layer->isSelfPaintingLayer();
98 s_layerWasSelfPainting = layer()->isSelfPaintingLayer();
169 if (s_hadLayer && layer()->isSelfPaintingLayer() != s_layerWasSelfPainting)