Home | History | Annotate | Download | only in editing

Lines Matching refs:textDirection

520 bool EditingStyle::textDirection(WritingDirection& writingDirection) const
598 RefPtr<EditingStyle> textDirection = EditingStyle::create();
599 textDirection->m_mutableStyle = MutableStylePropertySet::create();
600 textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->propertyIsImportant(CSSPropertyUnicodeBidi));
601 textDirection->m_mutableStyle->setProperty(CSSPropertyDirection, m_mutableStyle->getPropertyValue(CSSPropertyDirection),
607 return textDirection;
1302 if (typingStyle && typingStyle->textDirection(direction)) {