Home
last modified time | relevance | path

Searched refs:hasCompositingDescendant (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp1205 if (!layer->hasCompositingDescendant())
1243 if (layer->hasCompositingDescendant()) {
1519 return layer->hasCompositingDescendant() &&
DRenderLayer.h623 bool hasCompositingDescendant() const { return m_hasCompositingDescendant; } in hasCompositingDescendant() function
DRenderLayer.cpp4124 if (stackingContext()->hasCompositingDescendant()) in scrollTo()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1626704 hasCompositingDescendant() bit.
44192 Init and clean up backing and the hasCompositingDescendant bit.
44262 (WebCore::RenderLayer::hasCompositingDescendant):
DChangeLog-2010-01-2992770 First part: fix the RenderLayer::hasCompositingDescendant() flag to be set