RootLayerAttachment 1465 Source/core/rendering/compositing/RenderLayerCompositor.cpp         RootLayerAttachment attachment = isMainFrame() ? RootLayerAttachedViaChromeClient : RootLayerAttachedViaEnclosingFrame;
RootLayerAttachment 1828 Source/core/rendering/compositing/RenderLayerCompositor.cpp     RootLayerAttachment expectedAttachment = isMainFrame() ? RootLayerAttachedViaChromeClient : RootLayerAttachedViaEnclosingFrame;
RootLayerAttachment 1925 Source/core/rendering/compositing/RenderLayerCompositor.cpp void RenderLayerCompositor::attachRootLayer(RootLayerAttachment attachment)
RootLayerAttachment  157 Source/core/rendering/compositing/RenderLayerCompositor.h     RootLayerAttachment rootLayerAttachment() const { return m_rootLayerAttachment; }
RootLayerAttachment  284 Source/core/rendering/compositing/RenderLayerCompositor.h     void attachRootLayer(RootLayerAttachment);
RootLayerAttachment  333 Source/core/rendering/compositing/RenderLayerCompositor.h     RootLayerAttachment m_rootLayerAttachment;