Home
last modified time | relevance | path

Searched defs:requiresLayer (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplica.h44 virtual bool requiresLayer() const { return true; } in requiresLayer() function
DRenderVideo.h61 virtual bool requiresLayer() const { return true; } in requiresLayer() function
DRenderScrollbarPart.h44 virtual bool requiresLayer() const { return false; } in requiresLayer() function
DRenderHTMLCanvas.cpp47 bool RenderHTMLCanvas::requiresLayer() const in requiresLayer() function in WebCore::RenderHTMLCanvas
DRenderIFrame.cpp85 bool RenderIFrame::requiresLayer() const in requiresLayer() function in WebCore::RenderIFrame
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
DRenderPart.cpp68 bool RenderPart::requiresLayer() const in requiresLayer() function in WebCore::RenderPart
DRenderInline.h138 …virtual bool requiresLayer() const { return isInFlowPositioned() || createsGroup() || hasClipPath(… in requiresLayer() function
DRenderEmbeddedObject.cpp67 bool RenderEmbeddedObject::requiresLayer() const in requiresLayer() function in WebCore::RenderEmbeddedObject
DRenderView.h57 virtual bool requiresLayer() const OVERRIDE { return true; } in requiresLayer() function
DRenderFlowThread.h66 virtual bool requiresLayer() const OVERRIDE FINAL { 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
/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