Home | History | Annotate | Download | only in editing

Lines Matching refs:RTL

1131     // For example, <div contenteditable dir="rtl" style="line-break:before-white-space">abcdefg abcdefg abcdefg
1156 // In a RTL block, the word break should be on the right boundary of a word.
1159 // to find the previous word break (i.e. the first word break on the left). The same applies to RTL text.
1228 // Add the leftmost word break for RTL box or rightmost word break for LTR box.
1232 if (box->direction() == RTL && (!previousLeaf || previousLeaf->isLeftToRightDirection()))
1267 // In a RTL block, the word break should be on the right boundary of a word.
1268 // Because previousWordPosition() returns the word break on the right boundary of the word for RTL text,
1284 // Given RTL box "ABC DEF" either follows a LTR box or is the first visual box in an LTR block as an example,
1285 // the visual display of the RTL box is: "(0)J(10)I(9)H(8) (7)F(6)E(5)D(4) (3)C(2)B(1)A(11)",
1422 if (blockDirection == RTL)
1475 if (blockDirection == RTL)
1480 if (blockDirection == RTL)
1495 smallestOffsetAbove(offset, blockDirection == RTL, orderedWordBoundaries);
1535 greatestValueUnder(offset, blockDirection == RTL, orderedWordBoundaries);