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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBorderImageSliceValue.cpp 27 #include "core/css/CSSBorderImageSliceValue.h"
33 CSSBorderImageSliceValue::CSSBorderImageSliceValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill)
40 String CSSBorderImageSliceValue::customCSSText() const
51 bool CSSBorderImageSliceValue::equals(const CSSBorderImageSliceValue& other) const
56 void CSSBorderImageSliceValue::traceAfterDispatch(Visitor* visitor)
CSSBorderImageSliceValue.h 37 class CSSBorderImageSliceValue : public CSSValue {
39 static PassRefPtrWillBeRawPtr<CSSBorderImageSliceValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill)
41 return adoptRefWillBeNoop(new CSSBorderImageSliceValue(slices, fill));
48 bool equals(const CSSBorderImageSliceValue&) const;
58 CSSBorderImageSliceValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill);
61 DEFINE_CSS_VALUE_TYPE_CASTS(CSSBorderImageSliceValue, isBorderImageSliceValue());

Completed in 3202 milliseconds