Home
last modified time | relevance | path

Searched refs:primary_selection_text_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_gtk.h437 std::string primary_selection_text_; variable
Dautocomplete_edit_view_gtk.cc1819 primary_selection_text_ = text; in OwnPrimarySelection()
2248 gtk_selection_data_set_text(selection_data, primary_selection_text_.c_str(), in ClipboardGetSelection()
2249 primary_selection_text_.size()); in ClipboardGetSelection()