Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasLayer

1146     parent->children()->removeChildNode(parent, child, child->hasLayer());
1147 child->moveAllChildrenTo(parent, nextSibling, child->hasLayer());
1231 bool inlineChildrenBlockHasLayer = inlineChildrenBlock->hasLayer();
1237 inlineChildrenBlockHasLayer || blockChildrenBlock->hasLayer());
1249 nextBlock->moveAllChildrenIncludingFloatsTo(prevBlock, nextBlock->hasLayer() || prevBlock->hasLayer());
3209 if (!inlineEnclosedInSelfPaintingLayer && !hasLayer())
3211 else if (!inlineRenderer->firstLineBox() || (!inlineEnclosedInSelfPaintingLayer && hasLayer()))
3408 if (!hasLayer()) {
3582 if (curr->isInFlowPositioned() && curr->hasLayer()) {
5158 return !ancestor || !ancestor->parent() || (ancestor->hasLayer() && ancestor->parent()->isRenderView())