Home | History | Annotate | Download | only in gtk

Lines Matching refs:c_str

60   char* markup = g_markup_printf_escaped(format, str.c_str());
78 return url.spec().c_str();
118 l10n_util::GetStringUTF8(IDS_ABOUT_CHROME_TITLE).c_str(),
154 GtkWidget* version_label = gtk_label_new(current_version.c_str());
177 l10n_util::GetStringUTF8(IDS_ABOUT_VERSION_COPYRIGHT).c_str());
193 GtkWidget* license_chunk1 = gtk_label_new(license.substr(0, link1).c_str());
197 link2 - link1_end - strlen(kEndLinkOss)).c_str());
200 license.substr(link2_end + strlen(kEndLinkOss)).c_str());
210 GtkWidget* first_link = gtk_chrome_link_button_new(first_link_text.c_str());
211 GtkWidget* second_link = gtk_chrome_link_button_new(second_link_text.c_str());
258 UTF16ToUTF8(text.substr(0, url_offsets[0])).c_str());
261 l10n_util::GetStringUTF8(IDS_TERMS_OF_SERVICE).c_str());
263 UTF16ToUTF8(text.substr(url_offsets[0])).c_str());