Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleVisualData.cpp30 : hasClip(false) in StyleVisualData()
44 , hasClip(o.hasClip) in StyleVisualData()
DStyleVisualData.h44 && hasClip == o.hasClip
52 bool hasClip : 1; variable
DRenderStyle.cpp611 || visual->clip != other->visual->clip || visual->hasClip != other->visual->hasClip)) in repaintOnlyDiff()
DRenderStyle.h538 bool hasClip() const { return visual->hasClip; } in hasClip() function
1052 void setHasClip(bool b = true) { SET_VAR(visual, hasClip, b); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerModelObject.cpp118 || oldStyle->hasClip() != newStyle->hasClip() in styleWillChange()
DRenderLayerClipper.cpp160 …pectOverflowClip || m_renderer->layer() != clipRectsContext.rootLayer)) || m_renderer->hasClip()) { in calculateClipRects()
182 if (m_renderer->hasClip()) { in calculateClipRects()
DRenderObject.h559 bool hasClip() const { return isOutOfFlowPositioned() && style()->hasClip(); } in hasClip() function
561 bool hasClipOrOverflowClip() const { return hasClip() || hasOverflowClip(); } in hasClipOrOverflowClip()
DCompositedLayerMapping.cpp542 if (renderer->hasClip()) in clipBox()
1409 if (renderer->hasClip()) in supportsDirectBoxDecorationsComposition()
1559 …nderObject->isImage() || m_owningLayer->hasBoxDecorationsOrBackground() || renderObject->hasClip()) in isDirectlyCompositedImage()
DRenderLayer.cpp3319 if (renderer()->hasClip()) { in calculateRects()
3403 if (renderer()->hasClip()) in repaintBlockSelectionGaps()
3917 …n oldStyle && (oldStyle->clip() != newStyle->clip() || oldStyle->hasClip() != newStyle->hasClip()); in needsCompositingLayersRebuiltForClip()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp302 if (style.hasClip()) in create()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp103 if (!parentStyle->hasClip()) in applyInheritCSSPropertyClip()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2633 if (!style->hasClip()) in getPropertyCSSValue()