Home
last modified time | relevance | path

Searched refs:isNormalFlowOnly (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp517 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 …]
DRenderLayer.h192 bool isNormalFlowOnly() const { return m_isNormalFlowOnly; } in isNormalFlowOnly() function
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1636003 (WebCore::RenderLayer::isNormalFlowOnly):