Home | History | Annotate | Download | only in editing

Lines Matching refs:isLeftToRightDirection

1183     if (previousLeaf && !previousLeaf->isLeftToRightDirection())
1186 if (nextLeaf && !nextLeaf->isLeftToRightDirection()) {
1194 } while (nextLeaf && !nextLeaf->isLeftToRightDirection());
1208 if (nextLeaf && nextLeaf->isLeftToRightDirection())
1211 if (previousLeaf && previousLeaf->isLeftToRightDirection()) {
1219 } while (previousLeaf && previousLeaf->isLeftToRightDirection());
1232 if (box->direction() == RTL && (!previousLeaf || previousLeaf->isLeftToRightDirection()))
1234 else if (box->direction() == LTR && (!nextLeaf || !nextLeaf->isLeftToRightDirection()))
1494 int index = box->isLeftToRightDirection() ? greatestValueUnder(offset, blockDirection == LTR, orderedWordBoundaries) :
1534 int index = box->isLeftToRightDirection() ? smallestOffsetAbove(offset, blockDirection == LTR, orderedWordBoundaries) :