Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h503 …bool hasCompositingDescendant() const { ASSERT(isAllowedToQueryCompositingState()); return m_hasCo… in hasCompositingDescendant() function
DRenderLayer.cpp1030 void RenderLayer::setHasCompositingDescendant(bool hasCompositingDescendant) in setHasCompositingDescendant()