Home | History | Annotate | Download | only in editing

Lines Matching full:direction

116             primaryDirection = r->style()->direction();
132 return box->direction() == LTR ? previousVisuallyDistinctCandidate(m_deepPosition) : nextVisuallyDistinctCandidate(m_deepPosition);
134 offset = box->direction() == LTR ? renderer->previousOffset(offset) : renderer->nextOffset(offset);
142 if (box->direction() == LTR ? offset < caretMinOffset : offset > caretMaxOffset) {
160 if (box->direction() == primaryDirection) {
181 if (box->direction() == primaryDirection)
258 primaryDirection = r->style()->direction();
274 return box->direction() == LTR ? nextVisuallyDistinctCandidate(m_deepPosition) : previousVisuallyDistinctCandidate(m_deepPosition);
276 offset = box->direction() == LTR ? renderer->nextOffset(offset) : renderer->previousOffset(offset);
284 if (box->direction() == LTR ? offset > caretMaxOffset : offset < caretMinOffset) {
302 if (box->direction() == primaryDirection) {
324 if (box->direction() == primaryDirection)