Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:count_towards_end

1387     gint count_towards_end = content_dir == PANGO_DIRECTION_RTL ? -1 : 1;
1400 text_buffer_, count == count_towards_end ? &sel_end : &sel_start);
1403 } else if (count == count_towards_end && !IsCaretAtEnd()) {