Searched defs:referenceBox (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DClipPathOperation.h113 void setReferenceBox(CSSBoxType referenceBox) { m_referenceBox = referenceBox; } argument
114 CSSBoxType referenceBox() const { return m_referenceBox; } function in class:WebCore::ShapeClipPathOperation
138 static PassRefPtr<BoxClipPathOperation> create(CSSBoxType referenceBox) argument
149 CSSBoxType referenceBox() const { return m_referenceBox; } function in class:WebCore::BoxClipPathOperation
160 explicit BoxClipPathOperation(CSSBoxType referenceBox) argument
H A DRenderLayer.cpp3853 LayoutRect referenceBox local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShapeOutsideInfo.cpp75 static inline CSSBoxType referenceBox(const ShapeValue& shapeValue) function in namespace:WebCore
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGRenderingContext.cpp145 FloatRect referenceBox; local
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSBasicShapes.h54 CSSPrimitiveValue* referenceBox() const { return m_referenceBox.get(); } function in class:WebCore::CSSBasicShape
55 void setReferenceBox(PassRefPtr<CSSPrimitiveValue> referenceBox) { m_referenceBox = referenceBox; } argument
H A DDeprecatedStyleBuilder.cpp2170 CSSBoxType referenceBox = BoxMissing; local
[all...]

Completed in 230 milliseconds