Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h204 bool hasOutOfFlowPositionedDescendant() const { return m_hasOutOfFlowPositionedDescendant; } in hasOutOfFlowPositionedDescendant()
206 … setHasOutOfFlowPositionedDescendant(bool hasDescendant) { m_hasOutOfFlowPositionedDescendant = ha… in setHasOutOfFlowPositionedDescendant()
631 unsigned m_hasOutOfFlowPositionedDescendant : 1; variable
DRenderLayer.cpp107 , m_hasOutOfFlowPositionedDescendant(false) in RenderLayer()
839 m_hasOutOfFlowPositionedDescendant = false; in updateDescendantDependentFlags()
850 m_hasOutOfFlowPositionedDescendant |= hasOutOfFlowPositionedDescendant; in updateDescendantDependentFlags()