Searched defs:textOrientation (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.h499 void setTextOrientation(TextOrientation textOrientation) { m_fontDirty |= m_style->setTextOrientation(textOrientation); } argument
566 void setTextOrientation(TextOrientation textOrientation) { m_state.setTextOrientation(textOrientation); } argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h873 TextOrientation textOrientation() const { return static_cast<TextOrientation>(rareInheritedData->m_textOrientation); } function in class:WebCore::RenderStyle
1907 inline bool RenderStyle::setTextOrientation(TextOrientation textOrientation) argument

Completed in 126 milliseconds