Searched defs:requiresLayer (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGModelObject.h52 virtual bool requiresLayer() const { return false; } function in class:WebCore::RenderSVGModelObject
H A DRenderSVGInline.h36 virtual bool requiresLayer() const { return false; } function in class:WebCore::RenderSVGInline
H A DRenderSVGHiddenContainer.h43 virtual bool requiresLayer() const { return false; } function in class:WebCore::RenderSVGHiddenContainer
H A DRenderSVGForeignObject.h45 virtual bool requiresLayer() const { return false; } function in class:WebCore::RenderSVGForeignObject
H A DRenderSVGImage.h67 virtual bool requiresLayer() const { return false; } function in class:WebCore::RenderSVGImage
H A DRenderSVGInlineText.h58 virtual bool requiresLayer() const { return false; } function in class:WebCore::RenderSVGInlineText
H A DRenderSVGText.h60 virtual bool requiresLayer() const { return false; } function in class:WebCore::RenderSVGText
/external/webkit/Source/WebCore/rendering/
H A DRenderReplica.h43 virtual bool requiresLayer() const { return true; } function in class:WebCore::RenderReplica
H A DRenderScrollbarPart.h43 virtual bool requiresLayer() const { return false; } function in class:WebCore::RenderScrollbarPart
H A DRenderVideo.h66 virtual bool requiresLayer() const { return true; } function in class:WebCore::RenderVideo
H A DRenderHTMLCanvas.cpp48 bool RenderHTMLCanvas::requiresLayer() const function in class:WebCore::RenderHTMLCanvas
57 if (RenderReplaced::requiresLayer())
H A DRenderPart.cpp63 bool RenderPart::requiresLayer() const function in class:WebCore::RenderPart
65 if (RenderWidget::requiresLayer())
H A DRenderTableCol.h57 virtual bool requiresLayer() const { return false; } function in class:WebCore::RenderTableCol
H A DRenderTableRow.h60 virtual bool requiresLayer() const { return isTransparent() || hasOverflowClip() || hasTransform() || hasMask(); } function in class:WebCore::RenderTableRow
H A DRenderApplet.cpp96 bool RenderApplet::requiresLayer() const function in class:WebCore::RenderApplet
98 if (RenderWidget::requiresLayer())
H A DRenderInline.h122 virtual bool requiresLayer() const { return isRelPositioned() || isTransparent() || hasMask(); } function in class:WebCore::RenderInline
H A DRenderBoxModelObject.h66 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns() || style()->hasFixedBackgroundImage(); } function in class:WebCore::RenderBoxModelObject
68 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns(); } function in class:WebCore::RenderBoxModelObject
H A DRenderEmbeddedObject.cpp97 bool RenderEmbeddedObject::requiresLayer() const function in class:WebCore::RenderEmbeddedObject
99 if (RenderPart::requiresLayer())
H A DRenderView.h47 virtual bool requiresLayer() const { return true; } function in class:WebCore::RenderView

Completed in 183 milliseconds