Searched refs:setClip (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DFillLayer.h110 void setClip(EFillBox b) { m_clip = b; m_clipSet = true; } function in class:WebCore::FillLayer
H A DRenderStyle.h1278 void setClip(Length top, Length right, Length bottom, Length left);
1279 void setClip(LengthBox box) { SET_VAR(visual, clip, WTF::move(box)); }
H A DRenderStyle.cpp826 void RenderStyle::setClip(Length top, Length right, Length bottom, Length left) function in class:WebCore::RenderStyle
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSToStyleMap.cpp98 layer->setClip(FillLayer::initialFillClip(layer->type()));
106 layer->setClip(*primitiveValue);
H A DDeprecatedStyleBuilder.cpp241 styleResolver->style()->setClip(parentStyle->clipTop(), parentStyle->clipRight(), parentStyle->clipBottom(), parentStyle->clipLeft());
247 styleResolver->style()->setClip(Length(), Length(), Length(), Length());
263 styleResolver->style()->setClip(top, right, bottom, left);
266 styleResolver->style()->setClip(Length(), Length(), Length(), Length());
2325 setPropertyHandler(CSSPropertyBackgroundClip, ApplyPropertyFillLayer<EFillBox, CSSPropertyBackgroundClip, BackgroundFillLayer, &RenderStyle::accessBackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isClipSet, &FillLayer::clip, &FillLayer::setClip, &FillLayer::clearClip, &FillLayer::initialFillClip, &CSSToStyleMap::mapFillClip>::createHandler());
2538 setPropertyHandler(CSSPropertyWebkitMaskClip, ApplyPropertyFillLayer<EFillBox, CSSPropertyWebkitMaskClip, MaskFillLayer, &RenderStyle::accessMaskLayers, &RenderStyle::maskLayers, &FillLayer::isClipSet, &FillLayer::clip, &FillLayer::setClip, &FillLayer::clearClip, &FillLayer::initialFillClip, &CSSToStyleMap::mapFillClip>::createHandler());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.cpp964 bool setClip = false; local
982 setClip = true;
1064 if (setClip)
H A DRenderThemeWinCE.cpp471 style->accessBackgroundLayers()->setClip(ContentFillBox);
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DDOMCSS.h117 - (void)setClip:(NSString *)clip WEBKIT_AVAILABLE_MAC(10_4);
H A DDOMCSS.mm474 - (void)setClip:(NSString *)clip
/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DCSSPropertyAnimation.cpp1220 new LengthPropertyWrapper<LengthBox>(CSSPropertyClip, &RenderStyle::clip, &RenderStyle::setClip),

Completed in 291 milliseconds