HomeSort by relevance Sort by last modified time
    Searched refs:selection_bound (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 136 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
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 565 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));
    [all...]

Completed in 275 milliseconds