Searched defs:hasCompositingDescendant (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 89 milliseconds