Home | History | Annotate | Download | only in editing

Lines Matching refs:textDirection

470         && EditingStyle::create(highestAncestorWithUnicodeBidi, EditingStyle::AllProperties)->textDirection(highestAncestorDirection)
591 WritingDirection textDirection = NaturalWritingDirection;
592 bool hasTextDirection = style->textDirection(textDirection);
597 HTMLElement* startUnsplitAncestor = splitAncestorsWithUnicodeBidi(start.deprecatedNode(), true, textDirection);
598 HTMLElement* endUnsplitAncestor = splitAncestorsWithUnicodeBidi(end.deprecatedNode(), false, textDirection);