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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.h503 bool hasCompositingDescendant() const { ASSERT(isAllowedToQueryCompositingState()); return m_hasCompositingDescendant; } function in class:blink::RenderLayer
H A DRenderLayer.cpp1030 void RenderLayer::setHasCompositingDescendant(bool hasCompositingDescendant) argument
1032 if (m_hasCompositingDescendant == static_cast<unsigned>(hasCompositingDescendant))
1035 m_hasCompositingDescendant = hasCompositingDescendant;

Completed in 259 milliseconds