TextOrientation  3155 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextOrientation e)
TextOrientation  3175 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator TextOrientation() const
TextOrientation  1663 Source/core/css/resolver/StyleBuilderCustom.cpp         HANDLE_INHERIT_AND_INITIAL(textOrientation, TextOrientation);
TextOrientation   129 Source/core/css/resolver/StyleResolverState.h     void setTextOrientation(TextOrientation textOrientation) { m_fontBuilder.didChangeFontParameters(m_style->setTextOrientation(textOrientation)); }
TextOrientation   875 Source/core/rendering/style/RenderStyle.h     TextOrientation textOrientation() const { return static_cast<TextOrientation>(rareInheritedData->m_textOrientation); }
TextOrientation  1335 Source/core/rendering/style/RenderStyle.h     bool setTextOrientation(TextOrientation);
TextOrientation  1527 Source/core/rendering/style/RenderStyle.h     static TextOrientation initialTextOrientation() { return TextOrientationVerticalRight; }
TextOrientation  1830 Source/core/rendering/style/RenderStyle.h inline bool RenderStyle::setTextOrientation(TextOrientation textOrientation)