HomeSort by relevance Sort by last modified time
    Searched refs:requiresLayer (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplica.h 44 virtual bool requiresLayer() const { return true; }
RenderHTMLCanvas.h 40 virtual bool requiresLayer() const;
RenderIFrame.h 54 virtual bool requiresLayer() const OVERRIDE;
RenderPart.h 47 virtual bool requiresLayer() const;
RenderHTMLCanvas.cpp 47 bool RenderHTMLCanvas::requiresLayer() const
49 if (RenderReplaced::requiresLayer())
RenderIFrame.cpp 84 bool RenderIFrame::requiresLayer() const
86 return RenderPart::requiresLayer() || style()->resize() != RESIZE_NONE;
RenderLayerModelObject.h 47 virtual bool requiresLayer() const = 0;
RenderVideo.h 61 virtual bool requiresLayer() const { return true; }
RenderPart.cpp 68 bool RenderPart::requiresLayer() const
70 if (RenderWidget::requiresLayer())
RenderEmbeddedObject.h 70 virtual bool requiresLayer() const OVERRIDE FINAL;
RenderScrollbarPart.h 44 virtual bool requiresLayer() const { return false; }
RenderTableCol.h 93 virtual bool requiresLayer() const { return false; }
RenderTableRow.h 106 virtual bool requiresLayer() const OVERRIDE { return hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup(); }
RenderEmbeddedObject.cpp 74 bool RenderEmbeddedObject::requiresLayer() const
76 if (RenderPart::requiresLayer())
RenderLayerModelObject.cpp 145 if (requiresLayer()) {
RenderFlowThread.h 67 virtual bool requiresLayer() const OVERRIDE FINAL { return true; }
RenderInline.h 138 virtual bool requiresLayer() const { return isInFlowPositioned() || createsGroup() || hasClipPath(); }
RenderView.h 55 virtual bool requiresLayer() const OVERRIDE { return true; }
RenderBoxModelObject.h 88 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns(); }
RenderBox.h 52 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || isFloatingWithShapeOutside(); }
    [all...]
RenderObject.cpp 359 // - requiresLayer() would return true for the <body>, creating a new RenderLayer
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.h 42 virtual bool requiresLayer() const { return false; }
RenderSVGInline.h 33 virtual bool requiresLayer() const OVERRIDE FINAL { return false; }
RenderSVGInlineText.h 55 virtual bool requiresLayer() const { return false; }
RenderSVGText.h 68 virtual bool requiresLayer() const { return false; }

Completed in 716 milliseconds