Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h131 …void setTextOrientation(TextOrientation textOrientation) { m_fontBuilder.didChangeFontParameters(m… in setTextOrientation()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h462 enum TextOrientation { TextOrientationVerticalRight, TextOrientationUpright, TextOrientationSideway… enum
DRenderStyle.h877TextOrientation textOrientation() const { return static_cast<TextOrientation>(rareInheritedData->m… in textOrientation()
1354 bool setTextOrientation(TextOrientation);
1555 static TextOrientation initialTextOrientation() { return TextOrientationVerticalRight; } in initialTextOrientation()
1901 inline bool RenderStyle::setTextOrientation(TextOrientation textOrientation) in setTextOrientation()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h3158 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextOrientation e) in CSSPrimitiveValue()
3178 template<> inline CSSPrimitiveValue::operator TextOrientation() const in TextOrientation() function