HomeSort by relevance Sort by last modified time
    Searched defs:CSSShadowValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSShadowValue.cpp 21 #include "core/css/CSSShadowValue.h"
30 CSSShadowValue::CSSShadowValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> x,
46 String CSSShadowValue::customCSSText() const
81 bool CSSShadowValue::equals(const CSSShadowValue& other) const
91 void CSSShadowValue::traceAfterDispatch(Visitor* visitor)
CSSShadowValue.h 33 class CSSShadowValue : public CSSValue {
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());

Completed in 41 milliseconds