Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp516 if (isNormalFlowOnly()) { in updatePagination()
543 if (!isNormalFlowOnly()) { in setHasVisibleContent()
840 return layer->isNormalFlowOnly() ? layer->parent() : layer->stackingContext(); in compositingContainer()
1038 if (child->isNormalFlowOnly()) in addChild()
1041 if (!child->isNormalFlowOnly() || child->firstChild()) { in addChild()
1075 if (oldChild->isNormalFlowOnly()) in removeChild()
1077 if (!oldChild->isNormalFlowOnly() || oldChild->firstChild()) { in removeChild()
2768 RenderLayer* ancestorLayer = isNormalFlowOnly() ? parent() : stackingContext(); in paintPaginatedChildLayer()
3252 RenderLayer* ancestorLayer = isNormalFlowOnly() ? parent() : stackingContext(); in hitTestPaginatedChildLayer()
3919 if (child->isNormalFlowOnly() && (!m_reflection || reflectionLayer() != child)) { in updateNormalFlowList()
[all …]
DRenderLayer.h214 bool isNormalFlowOnly() const { return m_isNormalFlowOnly; } in isNormalFlowOnly() function
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1636003 (WebCore::RenderLayer::isNormalFlowOnly):