Home
last modified time | relevance | path

Searched refs:paintingGoesToWindow (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.h101 bool paintingGoesToWindow() const;
DRenderLayerBacking.cpp890 …if (isSimpleContainerCompositingLayer() || paintingGoesToWindow() || m_artificiallyInflatedBounds … in containsPaintedContent()
1028 bool RenderLayerBacking::paintingGoesToWindow() const in paintingGoesToWindow() function in WebCore::RenderLayerBacking
1091 if (paintingGoesToWindow()) { in paintIntoLayer()
DRenderView.cpp211 if (!compositingLayer->backing()->paintingGoesToWindow()) { in paintBoxDecorations()
DRenderLayer.cpp2583 …else if (!backing()->paintingGoesToWindow() && !shouldDoSoftwarePaint(this, paintFlags & PaintLaye… in scrollTo()
3755 bool paintsToWindow = !isComposited() || backing()->paintingGoesToWindow(); in scrollTo()
4005 if (backing()->paintingGoesToWindow()) { in scrollTo()
4018 if (backing()->paintingGoesToWindow()) { in scrollTo()
DRenderObject.cpp1163 … (!v->hasLayer() || !v->layer()->isComposited() || v->layer()->backing()->paintingGoesToWindow()) { in repaintUsingContainer()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoLayerChromium.cpp103 if (!backing || backing->paintingGoesToWindow()) in updateCompositorResources()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1627963 (WebCore::RenderLayerBacking::paintingGoesToWindow):
40470 paintingGoesToWindow() should return false if the owning layer has
40473 (WebCore::RenderLayerBacking::paintingGoesToWindow):
DChangeLog-2010-05-249187 …(WebCore::RenderLayerBacking::paintingGoesToWindow): Now that we know the root layer attachment, we
10795 (WebCore::RenderLayerBacking::paintingGoesToWindow):
DChangeLog-2010-12-0691886 'false' from paintingGoesToWindow() because that will cause a -setNeedsDispay, which
91893 (WebCore::RenderLayerBacking::paintingGoesToWindow):
DChangeLog24461 (WebCore::RenderLayerBacking::paintingGoesToWindow):
DChangeLog-2009-06-1641610 (WebCore::RenderLayerBacking::paintingGoesToWindow):