Home | History | Annotate | Download | only in editing

Lines Matching refs:textDirection

536 bool EditingStyle::textDirection(WritingDirection& writingDirection) const
605 RefPtrWillBeRawPtr<EditingStyle> textDirection = EditingStyle::create();
606 textDirection->m_mutableStyle = MutableStylePropertySet::create();
607 textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->propertyIsImportant(CSSPropertyUnicodeBidi));
608 textDirection->m_mutableStyle->setProperty(CSSPropertyDirection, m_mutableStyle->getPropertyValue(CSSPropertyDirection),
614 return textDirection;
1322 if (typingStyle && typingStyle->textDirection(direction)) {