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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSShadowValue.h33 class CSSShadowValue : public CSSValue { class in namespace:blink
35 static PassRefPtrWillBeRawPtr<CSSShadowValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> x,
42 return adoptRefWillBeNoop(new CSSShadowValue(x, y, blur, spread, style, color));
47 bool equals(const CSSShadowValue&) const;
59 CSSShadowValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> x,
67 DEFINE_CSS_VALUE_TYPE_CASTS(CSSShadowValue, isShadowValue());
H A DCSSShadowValue.cpp21 #include "core/css/CSSShadowValue.h"
30 CSSShadowValue::CSSShadowValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> x, function in class:blink::CSSShadowValue
46 String CSSShadowValue::customCSSText() const
81 bool CSSShadowValue::equals(const CSSShadowValue& other) const
91 void CSSShadowValue::traceAfterDispatch(Visitor* visitor)

Completed in 101 milliseconds