NormalLayer 77 Source/core/rendering/RenderBox.h return NormalLayer; NormalLayer 94 Source/core/rendering/RenderBoxModelObject.h return NormalLayer; NormalLayer 74 Source/core/rendering/RenderEmbeddedObject.cpp return requiresAcceleratedCompositing() ? NormalLayer : NoLayer; NormalLayer 66 Source/core/rendering/RenderFlowThread.h virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NormalLayer; } NormalLayer 55 Source/core/rendering/RenderHTMLCanvas.cpp return NormalLayer; NormalLayer 62 Source/core/rendering/RenderIFrame.cpp return NormalLayer; NormalLayer 139 Source/core/rendering/RenderInline.h virtual LayerType layerTypeRequired() const OVERRIDE { return isInFlowPositioned() || createsGroup() || hasClipPath() || shouldCompositeForActiveAnimations(*this) ? NormalLayer : NoLayer; } NormalLayer 3702 Source/core/rendering/RenderLayer.cpp return m_layerType == NormalLayer NormalLayer 57 Source/core/rendering/RenderPart.cpp return requiresAcceleratedCompositing() ? NormalLayer : NoLayer; NormalLayer 44 Source/core/rendering/RenderReplica.h virtual LayerType layerTypeRequired() const OVERRIDE { return NormalLayer; } NormalLayer 108 Source/core/rendering/RenderTableRow.h return NormalLayer; NormalLayer 61 Source/core/rendering/RenderVideo.h virtual LayerType layerTypeRequired() const OVERRIDE { return NormalLayer; } NormalLayer 54 Source/core/rendering/RenderView.h virtual LayerType layerTypeRequired() const OVERRIDE { return NormalLayer; }