Searched refs:hasClip (Results 1 – 13 of 13) sorted by relevance
30 : hasClip(false) in StyleVisualData()43 , hasClip(o.hasClip) in StyleVisualData()
43 hasClip == o.hasClip &&50 bool hasClip : 1; variable
531 … || visual->clip != other->visual->clip || visual->hasClip != other->visual->hasClip) in diff()
470 bool hasClip() const { return visual->hasClip; } in hasClip() function918 void setHasClip(bool b = true) { SET_VAR(visual, hasClip, b) }
1127 bool hasClip = false; in BuildFrame() local1162 hasClip = nodeRenderer->hasOverflowClip(); in BuildFrame()1188 if ((hasClip != false || columnInfo != NULL) && lastChild) { in BuildFrame()1196 clip.mHasClip = hasClip; in BuildFrame()1364 IntRect clip = hasClip ? bounds : absBounds; in BuildFrame()1375 if (hasClip == false && type == ANCHOR_CACHEDNODETYPE) in BuildFrame()1379 hasClip = true; in BuildFrame()1397 hasClip = false; in BuildFrame()1403 if (hasClip) { in BuildFrame()3065 bool hasClip = renderer->hasOverflowClip(); in ConstructPartRects() local[all …]
429 bool hasClip() const { return isPositioned() && style()->hasClip(); } in hasClip() function
322 if (renderer->hasClip()) in clipBox()917 …!renderObject->isImage() || hasBoxDecorationsOrBackground(renderObject) || renderObject->hasClip()) in isDirectlyCompositedImage()
3412 if (renderer()->hasOverflowClip() || renderer()->hasClip()) { in calculateClipRects()3440 if (renderer()->hasClip()) { in calculateClipRects()3497 if (renderer()->hasOverflowClip() || renderer()->hasClip()) { in calculateRects()3510 if (renderer()->hasClip()) { in calculateRects()3582 if (renderer()->hasClip()) in repaintBlockSelectionGaps()
579 if (curr->renderer()->hasOverflowClip() || curr->renderer()->hasClip()) in enclosingNonStackingClippingLayer()1463 (layer->renderer()->hasOverflowClip() || layer->renderer()->hasClip());
314 style()->hasClip() != newStyle->hasClip() || in styleWillChange()
4452 bool hasClip = true; in applyProperty() local4454 if (m_parentStyle->hasClip()) { in applyProperty()4460 hasClip = false; in applyProperty()4464 hasClip = false; in applyProperty()4480 m_style->setHasClip(hasClip); in applyProperty()
1639 if (!style->hasClip()) in getPropertyCSSValue()
37790 (WebCore::RenderObject::hasClip):