Home
last modified time | relevance | path

Searched refs:m_rootLayerAttachment (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DRenderLayerCompositor.cpp72 , m_rootLayerAttachment(RootLayerUnattached) in RenderLayerCompositor()
80 ASSERT(m_rootLayerAttachment == RootLayerUnattached); in ~RenderLayerCompositor()
708 if (m_rootLayerAttachment != RootLayerUnattached) in setIsInWindow()
714 if (m_rootLayerAttachment == RootLayerUnattached) in setIsInWindow()
977 if (expectedAttachment == m_rootLayerAttachment) in ensureRootLayer()
1023 if (m_rootLayerAttachment != RootLayerUnattached) in ensureRootLayer()
1103 m_rootLayerAttachment = attachment; in attachRootLayer()
1108 if (!m_rootContentLayer || m_rootLayerAttachment == RootLayerUnattached) in detachRootLayer()
1111 switch (m_rootLayerAttachment) { in detachRootLayer()
1136 m_rootLayerAttachment = RootLayerUnattached; in detachRootLayer()
DRenderLayerCompositor.h129 RootLayerAttachment rootLayerAttachment() const { return m_rootLayerAttachment; } in rootLayerAttachment()
232 RootLayerAttachment m_rootLayerAttachment; variable