Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h214 bool isUnclippedDescendant() const { return m_isUnclippedDescendant; } in isUnclippedDescendant()
458 …void setIsUnclippedDescendant(bool isUnclippedDescendant) { m_isUnclippedDescendant = isUnclippedD… in setIsUnclippedDescendant()
640 unsigned m_isUnclippedDescendant : 1; variable
DRenderLayer.cpp110 , m_isUnclippedDescendant(false) in RenderLayer()