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

  /external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.cc 175 std::string utf8_text = UTF16ToUTF8(drop_data_->plain_text); local
176 gtk_selection_data_set_text(selection_data, utf8_text.c_str(),
177 utf8_text.length());
184 std::string utf8_text = UTF16ToUTF8(drop_data_->text_html); local
188 reinterpret_cast<const guchar*>(utf8_text.c_str()),
189 utf8_text.length());
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 337 std::string utf8_text = nodes[0]->GetURL().spec() + "\n" + local
342 reinterpret_cast<const guchar*>(utf8_text.c_str()),
343 utf8_text.length());
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 360 void UpdateAuxiliaryText(const std::string& utf8_text);
595 const std::string& utf8_text,
872 void CandidateWindowView::UpdateAuxiliaryText(const std::string& utf8_text) {
    [all...]

Completed in 210 milliseconds