Home | History | Annotate | Download | only in editing

Lines Matching refs:textDirection

486         && EditingStyle::create(highestAncestorWithUnicodeBidi, EditingStyle::AllProperties)->textDirection(highestAncestorDirection)
605 WritingDirection textDirection = NaturalWritingDirection;
606 bool hasTextDirection = style->textDirection(textDirection);
611 HTMLElement* startUnsplitAncestor = splitAncestorsWithUnicodeBidi(start.deprecatedNode(), true, textDirection);
612 HTMLElement* endUnsplitAncestor = splitAncestorsWithUnicodeBidi(end.deprecatedNode(), false, textDirection);