/external/chromium_org/ui/gfx/ |
render_text.cc | 490 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, true) [all...] |
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_view_gtk.h | 48 int selection_max() const { return std::max(cp_min, cp_max); } function in struct:OmniboxViewGtk::CharRange
|
omnibox_view_gtk.cc | 687 new_sel.selection_max(), selection_differs, text_changed_, [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_gtk.h | 64 int selection_max() const { return std::max(cp_min, cp_max); } function in struct:AutocompleteEditViewGtk::CharRange
|
autocomplete_edit_view_gtk.cc | 736 new_text, new_sel.selection_min(), new_sel.selection_max(), [all...] |