Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DRenderLayerCompositor.cpp69 , m_rootLayerAttachment(RootLayerUnattached) in RenderLayerCompositor()
77 ASSERT(m_rootLayerAttachment == RootLayerUnattached); in ~RenderLayerCompositor()
751 if (m_rootLayerAttachment != RootLayerUnattached) in setIsInWindow()
757 if (m_rootLayerAttachment == RootLayerUnattached) in setIsInWindow()
1088 if (m_rootLayerAttachment != RootLayerUnattached) in ensureRootLayer()
1147 case RootLayerUnattached: in attachRootLayer()
1173 if (!m_rootContentLayer || m_rootLayerAttachment == RootLayerUnattached) in detachRootLayer()
1197 case RootLayerUnattached: in detachRootLayer()
1201 m_rootLayerAttachment = RootLayerUnattached; in detachRootLayer()
DRenderLayerCompositor.h133 RootLayerUnattached, enumerator