Searched refs:isNormalFlowOnly (Results 1 – 3 of 3) sorted by relevance
517 if (isNormalFlowOnly()) { in updatePagination()544 if (!isNormalFlowOnly()) { in setHasVisibleContent()841 return layer->isNormalFlowOnly() ? layer->parent() : layer->stackingContext(); in compositingContainer()1039 if (child->isNormalFlowOnly()) in addChild()1042 if (!child->isNormalFlowOnly() || child->firstChild()) { in addChild()1076 if (oldChild->isNormalFlowOnly()) in removeChild()1078 if (!oldChild->isNormalFlowOnly() || oldChild->firstChild()) { in removeChild()2797 RenderLayer* ancestorLayer = isNormalFlowOnly() ? parent() : stackingContext(); in scrollTo()3273 RenderLayer* ancestorLayer = isNormalFlowOnly() ? parent() : stackingContext(); in scrollTo()3938 if (child->isNormalFlowOnly() && (!m_reflection || reflectionLayer() != child)) { in scrollTo()[all …]
192 bool isNormalFlowOnly() const { return m_isNormalFlowOnly; } in isNormalFlowOnly() function
36003 (WebCore::RenderLayer::isNormalFlowOnly):