Searched refs:utf8_text (Results 1 – 3 of 3) sorted by relevance
175 std::string utf8_text = UTF16ToUTF8(drop_data_->plain_text); in OnDragDataGet() local176 gtk_selection_data_set_text(selection_data, utf8_text.c_str(), in OnDragDataGet()177 utf8_text.length()); in OnDragDataGet()184 std::string utf8_text = UTF16ToUTF8(drop_data_->text_html); in OnDragDataGet() local188 reinterpret_cast<const guchar*>(utf8_text.c_str()), in OnDragDataGet()189 utf8_text.length()); in OnDragDataGet()
337 std::string utf8_text = nodes[0]->GetURL().spec() + "\n" + in WriteBookmarksToSelection() local342 reinterpret_cast<const guchar*>(utf8_text.c_str()), in WriteBookmarksToSelection()343 utf8_text.length()); in WriteBookmarksToSelection()
360 void UpdateAuxiliaryText(const std::string& utf8_text);595 const std::string& utf8_text,872 void CandidateWindowView::UpdateAuxiliaryText(const std::string& utf8_text) { in UpdateAuxiliaryText() argument876 target_label->SetText(UTF8ToWide(utf8_text)); in UpdateAuxiliaryText()1359 const std::string& utf8_text, in OnUpdateAuxiliaryText() argument1368 controller->candidate_window_->UpdateAuxiliaryText(utf8_text); in OnUpdateAuxiliaryText()