Home
last modified time | relevance | path

Searched refs:requiresLayer (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderHTMLCanvas.cpp47 bool RenderHTMLCanvas::requiresLayer() const in requiresLayer() function in WebCore::RenderHTMLCanvas
49 if (RenderReplaced::requiresLayer()) in requiresLayer()
DRenderIFrame.cpp85 bool RenderIFrame::requiresLayer() const in requiresLayer() function in WebCore::RenderIFrame
87 return RenderPart::requiresLayer() || style()->resize() != RESIZE_NONE; in requiresLayer()
DRenderPart.cpp68 bool RenderPart::requiresLayer() const in requiresLayer() function in WebCore::RenderPart
70 if (RenderWidget::requiresLayer()) in requiresLayer()
DRenderReplica.h44 virtual bool requiresLayer() const { return true; } in requiresLayer() function
DRenderHTMLCanvas.h40 virtual bool requiresLayer() const;
DRenderIFrame.h54 virtual bool requiresLayer() const OVERRIDE;
DRenderPart.h47 virtual bool requiresLayer() const;
DRenderVideo.h61 virtual bool requiresLayer() const { return true; } in requiresLayer() function
DRenderLayerModelObject.h51 virtual bool requiresLayer() const = 0;
DRenderEmbeddedObject.cpp67 bool RenderEmbeddedObject::requiresLayer() const in requiresLayer() function in WebCore::RenderEmbeddedObject
69 if (RenderPart::requiresLayer()) in requiresLayer()
DRenderScrollbarPart.h44 virtual bool requiresLayer() const { return false; } in requiresLayer() function
DRenderEmbeddedObject.h70 virtual bool requiresLayer() const OVERRIDE FINAL;
DRenderTableCol.h93 virtual bool requiresLayer() const { return false; } in requiresLayer() function
DRenderTableRow.h106 …virtual bool requiresLayer() const OVERRIDE { return hasOverflowClip() || hasTransform() || hasHid… in requiresLayer() function
DRenderLayerModelObject.cpp144 if (requiresLayer()) { in styleDidChange()
DRenderFlowThread.h66 virtual bool requiresLayer() const OVERRIDE FINAL { return true; } in requiresLayer() function
DRenderInline.h138 …virtual bool requiresLayer() const { return isInFlowPositioned() || createsGroup() || hasClipPath(… in requiresLayer() function
DRenderView.h57 virtual bool requiresLayer() const OVERRIDE { return true; } in requiresLayer() function
DRenderBoxModelObject.h89 …virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() … in requiresLayer() function
DRenderBox.h57 …virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() … in requiresLayer() function
DRenderObject.cpp1851 if (hasLayer() != toRenderLayerModelObject(this)->requiresLayer()) in adjustStyleDifference()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGInline.h33 virtual bool requiresLayer() const OVERRIDE FINAL { return false; } in requiresLayer() function
DRenderSVGForeignObject.h42 virtual bool requiresLayer() const { return false; } in requiresLayer() function
DRenderSVGText.h68 virtual bool requiresLayer() const { return false; } in requiresLayer() function