Searched refs:CSSReflectValue (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSReflectValue.cpp27 #include "core/css/CSSReflectValue.h"
35 String CSSReflectValue::customCSSText() const
42 String CSSReflectValue::customSerializeResolvingVariables(const HashMap<AtomicString, String>& variables) const
49 void CSSReflectValue::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const StyleSheetContents* styleSheet) const
55 bool CSSReflectValue::equals(const CSSReflectValue& other) const
H A DCSSReflectValue.h37 class CSSReflectValue : public CSSValue { class in namespace:WebCore
39 static PassRefPtr<CSSReflectValue> create(PassRefPtr<CSSPrimitiveValue> direction,
42 return adoptRef(new CSSReflectValue(direction, offset, mask));
54 bool equals(const CSSReflectValue&) const;
57 CSSReflectValue(PassRefPtr<CSSPrimitiveValue> direction, PassRefPtr<CSSPrimitiveValue> offset, PassRefPtr<CSSValue> mask) function in class:WebCore::CSSReflectValue
70 DEFINE_CSS_VALUE_TYPE_CASTS(CSSReflectValue, isReflectValue());
H A DCSSValue.cpp52 #include "core/css/CSSReflectValue.h"
193 return compareCSSValues<CSSReflectValue>(*this, other);
H A DCSSComputedStyleDeclaration.cpp48 #include "core/css/CSSReflectValue.h"
599 return CSSReflectValue::create(direction.release(), offset.release(), valueForNinePieceImage(reflection->mask(), style));
H A DCSSParser-in.cpp56 #include "core/css/CSSReflectValue.h"
6518 RefPtr<CSSReflectValue> reflectValue = CSSReflectValue::create(direction.release(), offset.release(), mask.release());
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderCustom.cpp59 #include "core/css/CSSReflectValue.h"
1115 CSSReflectValue* reflectValue = toCSSReflectValue(value);
1396 CSSReflectValue* reflectValue = toCSSReflectValue(value);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk137 third_party/WebKit/Source/core/css/CSSReflectValue.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk137 third_party/WebKit/Source/core/css/CSSReflectValue.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk137 third_party/WebKit/Source/core/css/CSSReflectValue.cpp \
H A Dwebcore_remaining.target.linux-arm.mk137 third_party/WebKit/Source/core/css/CSSReflectValue.cpp \
H A Dwebcore_remaining.target.linux-mips.mk137 third_party/WebKit/Source/core/css/CSSReflectValue.cpp \
H A Dwebcore_remaining.target.linux-x86.mk137 third_party/WebKit/Source/core/css/CSSReflectValue.cpp \

Completed in 412 milliseconds