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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DShapeValue.h41 class ShapeValue : public RefCounted<ShapeValue> { class in namespace:WebCore
44 // The Auto value is defined by a null ShapeValue*
50 static PassRefPtr<ShapeValue> createShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox)
52 return adoptRef(new ShapeValue(shape, cssBox));
55 static PassRefPtr<ShapeValue> createBoxShapeValue(CSSBoxType cssBox)
57 return adoptRef(new ShapeValue(cssBox));
60 static PassRefPtr<ShapeValue> createImageValue(PassRefPtr<StyleImage> image)
62 return adoptRef(new ShapeValue(image));
85 bool operator==(const ShapeValue
88 ShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox) function in class:WebCore::ShapeValue
94 ShapeValue(ShapeValueType type) function in class:WebCore::ShapeValue
99 ShapeValue(PassRefPtr<StyleImage> image) function in class:WebCore::ShapeValue
105 ShapeValue(CSSBoxType cssBox) function in class:WebCore::ShapeValue
[all...]

Completed in 96 milliseconds