Home
last modified time | relevance | path

Searched refs:TextOrientation (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h123 …void setTextOrientation(TextOrientation textOrientation) { m_fontBuilder.didChangeFontParameters(m… in setTextOrientation()
DStyleBuilderCustom.cpp1573 HANDLE_INHERIT_AND_INITIAL(textOrientation, TextOrientation); in oldApplyProperty()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h486 enum TextOrientation { TextOrientationVerticalRight, TextOrientationUpright, TextOrientationSideway… enum
DRenderStyle.h847TextOrientation textOrientation() const { return static_cast<TextOrientation>(rareInheritedData->m… in textOrientation()
1306 bool setTextOrientation(TextOrientation);
1529 static TextOrientation initialTextOrientation() { return TextOrientationVerticalRight; } in initialTextOrientation()
1838 inline bool RenderStyle::setTextOrientation(TextOrientation textOrientation) in setTextOrientation()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h3264 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextOrientation e) in CSSPrimitiveValue()
3284 template<> inline CSSPrimitiveValue::operator TextOrientation() const in TextOrientation() function