Searched refs:selection_max (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text.cc490 size_t selection_max = selection().GetMax(); local
508 if (selection_min == selection_max && selection_max != text().length())
509 ++selection_max;
511 for (; selection_max < text().length(); ++selection_max)
512 if (iter.IsEndOfWord(selection_max) || iter.IsStartOfWord(selection_max))
516 MoveCursorTo(reversed ? selection_max : selection_min, false);
517 MoveCursorTo(reversed ? selection_min : selection_max, tru
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.h64 int selection_max() const { return std::max(cp_min, cp_max); } function in struct:AutocompleteEditViewGtk::CharRange
H A Dautocomplete_edit_view_gtk.cc736 new_text, new_sel.selection_min(), new_sel.selection_max(),
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.h48 int selection_max() const { return std::max(cp_min, cp_max); } function in struct:OmniboxViewGtk::CharRange
H A Domnibox_view_gtk.cc687 new_sel.selection_max(), selection_differs, text_changed_,

Completed in 284 milliseconds