/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderHTMLCanvas.cpp | 47 bool RenderHTMLCanvas::requiresLayer() const in requiresLayer() function in WebCore::RenderHTMLCanvas 49 if (RenderReplaced::requiresLayer()) in requiresLayer()
|
D | RenderIFrame.cpp | 85 bool RenderIFrame::requiresLayer() const in requiresLayer() function in WebCore::RenderIFrame 87 return RenderPart::requiresLayer() || style()->resize() != RESIZE_NONE; in requiresLayer()
|
D | RenderPart.cpp | 68 bool RenderPart::requiresLayer() const in requiresLayer() function in WebCore::RenderPart 70 if (RenderWidget::requiresLayer()) in requiresLayer()
|
D | RenderReplica.h | 44 virtual bool requiresLayer() const { return true; } in requiresLayer() function
|
D | RenderHTMLCanvas.h | 40 virtual bool requiresLayer() const;
|
D | RenderIFrame.h | 54 virtual bool requiresLayer() const OVERRIDE;
|
D | RenderPart.h | 47 virtual bool requiresLayer() const;
|
D | RenderVideo.h | 61 virtual bool requiresLayer() const { return true; } in requiresLayer() function
|
D | RenderLayerModelObject.h | 51 virtual bool requiresLayer() const = 0;
|
D | RenderEmbeddedObject.cpp | 67 bool RenderEmbeddedObject::requiresLayer() const in requiresLayer() function in WebCore::RenderEmbeddedObject 69 if (RenderPart::requiresLayer()) in requiresLayer()
|
D | RenderScrollbarPart.h | 44 virtual bool requiresLayer() const { return false; } in requiresLayer() function
|
D | RenderEmbeddedObject.h | 70 virtual bool requiresLayer() const OVERRIDE FINAL;
|
D | RenderTableCol.h | 93 virtual bool requiresLayer() const { return false; } in requiresLayer() function
|
D | RenderTableRow.h | 106 …virtual bool requiresLayer() const OVERRIDE { return hasOverflowClip() || hasTransform() || hasHid… in requiresLayer() function
|
D | RenderLayerModelObject.cpp | 144 if (requiresLayer()) { in styleDidChange()
|
D | RenderFlowThread.h | 66 virtual bool requiresLayer() const OVERRIDE FINAL { return true; } in requiresLayer() function
|
D | RenderInline.h | 138 …virtual bool requiresLayer() const { return isInFlowPositioned() || createsGroup() || hasClipPath(… in requiresLayer() function
|
D | RenderView.h | 57 virtual bool requiresLayer() const OVERRIDE { return true; } in requiresLayer() function
|
D | RenderBoxModelObject.h | 89 …virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() … in requiresLayer() function
|
D | RenderBox.h | 57 …virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() … in requiresLayer() function
|
D | RenderObject.cpp | 1851 if (hasLayer() != toRenderLayerModelObject(this)->requiresLayer()) in adjustStyleDifference()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGInline.h | 33 virtual bool requiresLayer() const OVERRIDE FINAL { return false; } in requiresLayer() function
|
D | RenderSVGForeignObject.h | 42 virtual bool requiresLayer() const { return false; } in requiresLayer() function
|
D | RenderSVGText.h | 68 virtual bool requiresLayer() const { return false; } in requiresLayer() function
|