Searched refs:layerTypeRequired (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderIFrame.cpp54 LayerType RenderIFrame::layerTypeRequired() const function in class:blink::RenderIFrame
58 return RenderPart::layerTypeRequired();
H A DRenderIFrame.h47 virtual LayerType layerTypeRequired() const OVERRIDE;
H A DRenderReplica.h44 virtual LayerType layerTypeRequired() const OVERRIDE { return NormalLayer; }
H A DRenderHTMLCanvas.h40 virtual LayerType layerTypeRequired() const OVERRIDE;
H A DRenderPart.h43 virtual LayerType layerTypeRequired() const OVERRIDE;
H A DRenderHTMLCanvas.cpp48 LayerType RenderHTMLCanvas::layerTypeRequired() const function in class:blink::RenderHTMLCanvas
H A DRenderPart.cpp49 LayerType RenderPart::layerTypeRequired() const function in class:blink::RenderPart
51 LayerType type = RenderWidget::layerTypeRequired();
H A DRenderEmbeddedObject.h57 virtual LayerType layerTypeRequired() const OVERRIDE FINAL;
H A DRenderLayerModelObject.h58 virtual LayerType layerTypeRequired() const = 0;
H A DRenderMedia.h60 virtual LayerType layerTypeRequired() const OVERRIDE { return NormalLayer; }
H A DRenderScrollbarPart.h44 virtual LayerType layerTypeRequired() const OVERRIDE { return NoLayer; }
H A DRenderTableCol.h98 virtual LayerType layerTypeRequired() const OVERRIDE { return NoLayer; }
H A DRenderTableRow.h109 virtual LayerType layerTypeRequired() const OVERRIDE
H A DRenderEmbeddedObject.cpp66 LayerType RenderEmbeddedObject::layerTypeRequired() const function in class:blink::RenderEmbeddedObject
68 // This can't just use RenderPart::layerTypeRequired, because RenderLayerCompositor
75 return RenderPart::layerTypeRequired();
H A DRenderFlowThread.h68 virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NormalLayer; }
H A DRenderLayerModelObject.cpp114 LayerType type = layerTypeRequired();
H A DRenderInline.h141 virtual LayerType layerTypeRequired() const OVERRIDE { return isRelPositioned() || createsGroup() || hasClipPath() || style()->shouldCompositeForCurrentAnimations() ? NormalLayer : NoLayer; }
H A DRenderView.h59 virtual LayerType layerTypeRequired() const OVERRIDE { return NormalLayer; }
H A DRenderBox.h76 virtual LayerType layerTypeRequired() const OVERRIDE
H A DRenderObject.cpp371 // - layerTypeRequired() would return true for the <body>, creating a new RenderLayer
1628 // The answer to layerTypeRequired() for plugins, iframes, and canvas can change without the actual
1632 bool requiresLayer = toRenderLayerModelObject(this)->layerTypeRequired() != NoLayer;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGBlock.h43 virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NoLayer; }
H A DRenderSVGInline.h33 virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NoLayer; }

Completed in 501 milliseconds