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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp 320 if (!layer->m_hasSelfPaintingLayerDescendantDirty && layer->hasSelfPaintingLayerDescendant())
335 ASSERT(!parent() || parent()->m_hasSelfPaintingLayerDescendantDirty || parent()->hasSelfPaintingLayerDescendant());
    [all...]
RenderLayer.h 207 bool hasSelfPaintingLayerDescendant() const { return m_hasSelfPaintingLayerDescendant; }
    [all...]

Completed in 185 milliseconds