Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:iter_max

1871   GtkTextIter iter_min, iter_max;
1872 ItersFromCharRange(strikethrough_, &iter_min, &iter_max);
1873 gfx::Rect strikethrough_rect = WindowBoundsFromIters(&iter_min, &iter_max);
1971 GtkTextIter* iter_max) {
1974 gtk_text_buffer_get_iter_at_offset(text_buffer_, iter_max, range.cp_max);