Searched defs:shouldIsolateCompositedDescendants (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.h506 bool shouldIsolateCompositedDescendants() const { ASSERT(isAllowedToQueryCompositingState()); return m_shouldIsolateCompositedDescendants; } function in class:blink::RenderLayer
H A DRenderLayer.cpp1041 void RenderLayer::setShouldIsolateCompositedDescendants(bool shouldIsolateCompositedDescendants) argument
1043 if (m_shouldIsolateCompositedDescendants == static_cast<unsigned>(shouldIsolateCompositedDescendants))
1046 m_shouldIsolateCompositedDescendants = shouldIsolateCompositedDescendants;

Completed in 166 milliseconds