Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h506 … const { ASSERT(isAllowedToQueryCompositingState()); return m_shouldIsolateCompositedDescendants; } in shouldIsolateCompositedDescendants()
694 unsigned m_shouldIsolateCompositedDescendants : 1; variable
DRenderLayer.cpp126 , m_shouldIsolateCompositedDescendants(false) in RenderLayer()
1043 …if (m_shouldIsolateCompositedDescendants == static_cast<unsigned>(shouldIsolateCompositedDescendan… in setShouldIsolateCompositedDescendants()
1046 m_shouldIsolateCompositedDescendants = shouldIsolateCompositedDescendants; in setShouldIsolateCompositedDescendants()