Searched defs:selection_bound (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc565 gint selection_bound; local
568 g_object_get(G_OBJECT(text_entry_), "selection-bound", &selection_bound, local
571 return UTF8ToUTF16(contents.substr(cursor_pos, selection_bound));
/external/chromium_org/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc591 gint selection_bound; local
594 g_object_get(G_OBJECT(text_entry_), "selection-bound", &selection_bound, local
597 return UTF8ToUTF16(contents.substr(cursor_pos, selection_bound));
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc136 GtkTextIter selection_bound; local
141 gtk_text_buffer_get_iter_at_mark(buffer, &selection_bound,
144 if (!gtk_text_iter_equal(&insert, &selection_bound)) {
2217 GtkTextIter selection_bound; local
2220 gtk_text_buffer_get_iter_at_mark(buffer, &selection_bound,
2227 gtk_text_iter_compare(&selection_bound, &end) > 0) {
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.cc125 GtkTextIter selection_bound; local
130 gtk_text_buffer_get_iter_at_mark(buffer, &selection_bound,
133 if (!gtk_text_iter_equal(&insert, &selection_bound)) {
2016 GtkTextIter selection_bound; local
2019 gtk_text_buffer_get_iter_at_mark(buffer, &selection_bound,
2026 gtk_text_iter_compare(&selection_bound, &end) > 0) {

Completed in 331 milliseconds