Home
last modified time | relevance | path

Searched refs:CSSReflectionDirection (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSReflectValue.h40 static PassRefPtr<CSSReflectValue> create(CSSReflectionDirection direction, in create()
46 CSSReflectionDirection direction() const { return m_direction; } in direction()
55 CSSReflectValue(CSSReflectionDirection direction, in CSSReflectValue()
65 CSSReflectionDirection m_direction;
DCSSReflectionDirection.h31 enum CSSReflectionDirection { ReflectionBelow, ReflectionAbove, ReflectionLeft, ReflectionRight }; enum
DCSSParser.cpp4707 CSSReflectionDirection direction; in parseReflect()
/external/webkit/Source/WebCore/rendering/style/
DStyleReflection.h48 CSSReflectionDirection direction() const { return m_direction; } in direction()
52 void setDirection(CSSReflectionDirection dir) { m_direction = dir; } in setDirection()
63 CSSReflectionDirection m_direction;
/external/webkit/Source/WebCore/
DGNUmakefile.list.am971 Source/WebCore/css/CSSReflectionDirection.h \
DGNUmakefile.am1025 Source/WebCore/css/CSSReflectionDirection.h \
DWebCore.gypi494 'css/CSSReflectionDirection.h',
DChangeLog-2008-08-1019224 … * WebCore.xcodeproj/project.pbxproj: Make CSSReflectionDirection.h "private" instead of "project".
19241 * WebCore.vcproj/WebCore.vcproj: Added CSSReflectionDirection.h.
19243 * css/CSSReflectionDirection.h: Added.
19255 * rendering/style/RenderStyle.h: Changed to include CSSReflectionDirection.h
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj2935 …37D009D5A00 /* CSSReflectionDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 9362640A0DE…
9505 …A00 /* CSSReflectionDirection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
19000 9362640A0DE1137D009D5A00 /* CSSReflectionDirection.h */,
20160 9362640B0DE1137D009D5A00 /* CSSReflectionDirection.h in Headers */,