Searched refs:isNormalFlowOnly (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp517 if (isNormalFlowOnly()) {
544 if (!isNormalFlowOnly()) {
841 return layer->isNormalFlowOnly() ? layer->parent() : layer->stackingContext();
1039 if (child->isNormalFlowOnly())
1042 if (!child->isNormalFlowOnly() || child->firstChild()) {
1076 if (oldChild->isNormalFlowOnly())
1078 if (!oldChild->isNormalFlowOnly() || oldChild->firstChild()) {
2797 RenderLayer* ancestorLayer = isNormalFlowOnly() ? parent() : stackingContext();
3273 RenderLayer* ancestorLayer = isNormalFlowOnly() ? parent() : stackingContext();
3938 if (child->isNormalFlowOnly()
4080 bool isNormalFlowOnly = shouldBeNormalFlowOnly(); local
[all...]
H A DRenderLayer.h192 bool isNormalFlowOnly() const { return m_isNormalFlowOnly; } function in class:WebCore::RenderLayer

Completed in 250 milliseconds