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

  /external/chromium_org/ui/base/clipboard/
scoped_clipboard_writer.cc 116 std::string utf8_text = UTF16ToUTF8(text); local
119 parameters.push_back(Clipboard::ObjectMapParam(utf8_text.begin(),
120 utf8_text.end()));
124 url_text_ = utf8_text;
  /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_org/content/browser/web_contents/
web_drag_source_gtk.cc 182 std::string utf8_text = UTF16ToUTF8(drop_data_->text.string()); local
183 gtk_selection_data_set_text(selection_data, utf8_text.c_str(),
184 utf8_text.length());
191 std::string utf8_text = UTF16ToUTF8(drop_data_->html.string()); local
195 reinterpret_cast<const guchar*>(utf8_text.c_str()),
196 utf8_text.length());
  /external/chromium_org/ui/base/dragdrop/
gtk_dnd_util.cc 193 std::string utf8_text = url.spec() + "\n" + UTF16ToUTF8(title); local
197 reinterpret_cast<const guchar*>(utf8_text.c_str()),
198 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_org/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 354 std::string utf8_text = nodes[0]->url().spec() + "\n" + local
359 reinterpret_cast<const guchar*>(utf8_text.c_str()),
360 utf8_text.length());
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc 1476 std::string utf8_text = UTF16ToUTF8(filtered_text); local
    [all...]

Completed in 216 milliseconds