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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 117 bool paintsIntoCompositedAncestor() const { return !m_requiresOwnBackingStore; }
RenderLayerBacking.cpp 404 if (flags & NeedsFullRepaint && !paintsIntoCompositedAncestor())
    [all...]
RenderTreeAsText.cpp 584 ts << " (composited, bounds=" << l.backing()->compositedBounds() << ", drawsContent=" << l.backing()->graphicsLayer()->drawsContent() << ", paints into ancestor=" << l.backing()->paintsIntoCompositedAncestor() << ")";
RenderLayerCompositor.cpp     [all...]
RenderLayer.cpp     [all...]

Completed in 40 milliseconds