HomeSort by relevance Sort by last modified time
    Searched refs:CSSReflectionDirection (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/css/
CSSReflectionDirection.h 31 enum CSSReflectionDirection { ReflectionBelow, ReflectionAbove, ReflectionLeft, ReflectionRight };
CSSReflectValue.h 29 #include "CSSReflectionDirection.h"
40 static PassRefPtr<CSSReflectValue> create(CSSReflectionDirection direction,
46 CSSReflectionDirection direction() const { return m_direction; }
55 CSSReflectValue(CSSReflectionDirection direction,
65 CSSReflectionDirection m_direction;
CSSParser.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
StyleReflection.h 28 #include "CSSReflectionDirection.h"
48 CSSReflectionDirection direction() const { return m_direction; }
52 void setDirection(CSSReflectionDirection dir) { m_direction = dir; }
63 CSSReflectionDirection m_direction;

Completed in 75 milliseconds