Searched refs:requiresLayer (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplica.h44 virtual bool requiresLayer() const { return true; } function in class:WebCore::FINAL
H A DRenderHTMLCanvas.h40 virtual bool requiresLayer() const;
H A DRenderHTMLCanvas.cpp47 bool RenderHTMLCanvas::requiresLayer() const function in class:WebCore::RenderHTMLCanvas
49 if (RenderReplaced::requiresLayer())
H A DRenderIFrame.cpp84 bool RenderIFrame::requiresLayer() const function in class:WebCore::RenderIFrame
86 return RenderPart::requiresLayer() || style()->resize() != RESIZE_NONE;
H A DRenderIFrame.h54 virtual bool requiresLayer() const OVERRIDE;
H A DRenderPart.h47 virtual bool requiresLayer() const;
H A DRenderPart.cpp68 bool RenderPart::requiresLayer() const function in class:WebCore::RenderPart
70 if (RenderWidget::requiresLayer())
H A DRenderLayerModelObject.h47 virtual bool requiresLayer() const = 0;
H A DRenderScrollbarPart.h44 virtual bool requiresLayer() const { return false; } function in class:WebCore::FINAL
H A DRenderVideo.h61 virtual bool requiresLayer() const { return true; } function in class:WebCore::FINAL
H A DRenderEmbeddedObject.h70 virtual bool requiresLayer() const OVERRIDE FINAL;
H A DRenderTableCol.h93 virtual bool requiresLayer() const { return false; } function in class:WebCore::FINAL
H A DRenderTableRow.h106 virtual bool requiresLayer() const OVERRIDE { return hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup(); }
H A DRenderEmbeddedObject.cpp74 bool RenderEmbeddedObject::requiresLayer() const function in class:WebCore::RenderEmbeddedObject
76 if (RenderPart::requiresLayer())
H A DRenderLayerModelObject.cpp145 if (requiresLayer()) {
H A DRenderFlowThread.h67 virtual bool requiresLayer() const OVERRIDE FINAL { return true; }
H A DRenderInline.h138 virtual bool requiresLayer() const { return isInFlowPositioned() || createsGroup() || hasClipPath(); } function in class:WebCore::RenderInline
H A DRenderView.h55 virtual bool requiresLayer() const OVERRIDE { return true; }
H A DRenderBoxModelObject.h88 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns(); }
H A DRenderBox.h52 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || isFloatingWithShapeOutside(); }
H A DRenderObject.cpp359 // - requiresLayer() would return true for the <body>, creating a new RenderLayer
1788 // The answer to requiresLayer() for plugins, iframes, and canvas can change without the actual
1792 if (hasLayer() != toRenderLayerModelObject(this)->requiresLayer())
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGForeignObject.h42 virtual bool requiresLayer() const { return false; } function in class:WebCore::FINAL
H A DRenderSVGInline.h33 virtual bool requiresLayer() const OVERRIDE FINAL { return false; }
H A DRenderSVGInlineText.h55 virtual bool requiresLayer() const { return false; } function in class:WebCore::FINAL
H A DRenderSVGText.h68 virtual bool requiresLayer() const { return false; } function in class:WebCore::FINAL

Completed in 378 milliseconds