Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasLayer

364     if (newChild->hasLayer() && !layerCreationAllowedForSubtree())
479 if (obj->hasLayer()) {
510 if (hasLayer()) {
524 if (hasLayer()) {
545 RenderLayer* ourLayer = hasLayer() ? toRenderLayerModelObject(this)->layer() : 0;
577 RenderLayer* layer = curr->hasLayer() ? toRenderLayerModelObject(curr)->layer() : 0;
779 ASSERT(hasLayer());
785 ASSERT(hasLayer());
1287 if (hasLayer())
1368 bool viewHasCompositedLayer = v->hasLayer() && v->layer()->isComposited();
1379 ASSERT(repaintContainer->hasLayer() && repaintContainer->layer()->isComposited());
1544 return !document()->view()->needsFullRepaint() && !hasLayer() && everHadLayout();
1758 if (!isText() && (!hasLayer() || !toRenderLayerModelObject(this)->layer()->isComposited())) {
1761 if (!hasLayer())
1774 if (!isText() && (!hasLayer() || !toRenderLayerModelObject(this)->layer()->isComposited()))
1780 if ((contextSensitiveProperties & ContextSensitivePropertyFilter) && hasLayer()) {
1792 if (hasLayer() != toRenderLayerModelObject(this)->requiresLayer())
1797 if (diff == StyleDifferenceRepaintLayer && !hasLayer())
2199 return (hasLayer() && toRenderLayerModelObject(this)->layer()->transform()) || (containerObject && containerObject->style()->hasPerspective());
2207 if (hasLayer() && (layer = toRenderLayerModelObject(this)->layer()) && layer->transform())
2210 if (containerObject && containerObject->hasLayer() && containerObject->style()->hasPerspective()) {
2212 ASSERT(containerObject->hasLayer());
2296 if (!hasLayer()) {
2542 if (hasLayer()) {
2559 if (firstChild() || hasLayer()) {
2566 if (parent()->style()->visibility() != VISIBLE && style()->visibility() == VISIBLE && !hasLayer()) {
2586 if (parent()->style()->visibility() != VISIBLE && style()->visibility() == VISIBLE && !hasLayer()) {
2592 if (firstChild() || hasLayer()) {
2711 return hasLayer() && toRenderLayerModelObject(this)->layer()->isComposited();