Searched refs:primary_selection_text_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.h437 std::string primary_selection_text_; member in class:AutocompleteEditViewGtk
H A Dautocomplete_edit_view_gtk.cc1819 primary_selection_text_ = text;
2248 gtk_selection_data_set_text(selection_data, primary_selection_text_.c_str(),
2249 primary_selection_text_.size());
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.h356 std::string primary_selection_text_; member in class:OmniboxViewGtk
H A Domnibox_view_gtk.cc1730 primary_selection_text_ = text;
2060 gtk_selection_data_set_text(selection_data, primary_selection_text_.c_str(),
2061 primary_selection_text_.size());

Completed in 172 milliseconds