Searched refs:m_hasAutoLogicalHeight (Results 1 – 2 of 2) sorted by relevance
52 , m_hasAutoLogicalHeight(false) in RenderRegion()229 ASSERT(m_hasAutoLogicalHeight); in incrementAutoLogicalHeightCount()248 bool didHaveAutoLogicalHeight = m_hasAutoLogicalHeight; in updateRegionHasAutoLogicalHeightFlag()249 m_hasAutoLogicalHeight = shouldHaveAutoLogicalHeight(); in updateRegionHasAutoLogicalHeightFlag()250 if (m_hasAutoLogicalHeight != didHaveAutoLogicalHeight) { in updateRegionHasAutoLogicalHeightFlag()251 if (m_hasAutoLogicalHeight) { in updateRegionHasAutoLogicalHeightFlag()400 m_hasAutoLogicalHeight = shouldHaveAutoLogicalHeight(); in attachRegion()
107 bool hasAutoLogicalHeight() const { return m_hasAutoLogicalHeight; } in hasAutoLogicalHeight()222 bool m_hasAutoLogicalHeight : 1; variable