Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_rootLayerAttachment

121     , m_rootLayerAttachment(RootLayerUnattached)
140 ASSERT(m_rootLayerAttachment == RootLayerUnattached);
1265 if (!inCompositingMode() || m_rootLayerAttachment != RootLayerUnattached)
1274 if (!inCompositingMode() || m_rootLayerAttachment == RootLayerUnattached)
1744 if (expectedAttachment == m_rootLayerAttachment)
1799 if (m_rootLayerAttachment != RootLayerUnattached)
1866 m_rootLayerAttachment = attachment;
1872 if (!m_rootPlatformLayer || m_rootLayerAttachment == RootLayerUnattached)
1875 switch (m_rootLayerAttachment) {
1901 m_rootLayerAttachment = RootLayerUnattached;