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 …ientation(TextOrientation textOrientation) { m_fontBuilder.didChangeFontParameters(m_style->setTex… in setTextOrientation() argument
DFontBuilder.cpp535 switch (style->textOrientation()) { in getFontAndGlyphOrientation()
DStyleBuilderCustom.cpp1573 HANDLE_INHERIT_AND_INITIAL(textOrientation, TextOrientation); in oldApplyProperty()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h847 …TextOrientation textOrientation() const { return static_cast<TextOrientation>(rareInheritedData->m… in textOrientation() function
1838 inline bool RenderStyle::setTextOrientation(TextOrientation textOrientation) in setTextOrientation() argument
1840 if (compareEqual(rareInheritedData->m_textOrientation, textOrientation)) in setTextOrientation()
1843 rareInheritedData.access()->m_textOrientation = textOrientation; in setTextOrientation()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2720 return CSSPrimitiveValue::create(style->textOrientation()); in getPropertyCSSValue()