Home
last modified time | relevance | path

Searched refs:hasClip (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleVisualData.cpp30 : hasClip(false) in StyleVisualData()
43 , hasClip(o.hasClip) in StyleVisualData()
DStyleVisualData.h43 hasClip == o.hasClip &&
50 bool hasClip : 1; variable
DRenderStyle.cpp531 … || visual->clip != other->visual->clip || visual->hasClip != other->visual->hasClip) in diff()
DRenderStyle.h470 bool hasClip() const { return visual->hasClip; } in hasClip() function
918 void setHasClip(bool b = true) { SET_VAR(visual, hasClip, b) }
/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.cpp1127 bool hasClip = false; in BuildFrame() local
1162 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 …]
/external/webkit/Source/WebCore/rendering/
DRenderObject.h429 bool hasClip() const { return isPositioned() && style()->hasClip(); } in hasClip() function
DRenderLayerBacking.cpp322 if (renderer->hasClip()) in clipBox()
917 …!renderObject->isImage() || hasBoxDecorationsOrBackground(renderObject) || renderObject->hasClip()) in isDirectlyCompositedImage()
DRenderLayer.cpp3412 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()
DRenderLayerCompositor.cpp579 if (curr->renderer()->hasOverflowClip() || curr->renderer()->hasClip()) in enclosingNonStackingClippingLayer()
1463 (layer->renderer()->hasOverflowClip() || layer->renderer()->hasClip());
DRenderBoxModelObject.cpp314 style()->hasClip() != newStyle->hasClip() || in styleWillChange()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4452 bool hasClip = true; in applyProperty() local
4454 if (m_parentStyle->hasClip()) { in applyProperty()
4460 hasClip = false; in applyProperty()
4464 hasClip = false; in applyProperty()
4480 m_style->setHasClip(hasClip); in applyProperty()
DCSSComputedStyleDeclaration.cpp1639 if (!style->hasClip()) in getPropertyCSSValue()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1637790 (WebCore::RenderObject::hasClip):