Searched defs:button_text (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dtranslate_message_infobar_gtk.cc27 string16 button_text = GetDelegate()->GetMessageInfoBarButtonText(); local
28 if (!button_text.empty()) {
30 gtk_button_new_with_label(UTF16ToUTF8(button_text).c_str());
/external/chromium/chrome/browser/extensions/
H A Dapps_promo.cc81 const std::string& button_text,
86 local_state->SetString(prefs::kNTPWebStorePromoButton, button_text);
79 SetPromo(const std::string& id, const std::string& header_text, const std::string& button_text, const GURL& link, const std::string& expire_text) argument
/external/chromium/chrome/browser/ui/gtk/
H A Djs_modal_dialog_gtk.cc119 std::string button_text = l10n_util::GetStringUTF8( local
121 gtk_dialog_add_button(GTK_DIALOG(gtk_dialog_), button_text.c_str(),
124 button_text = l10n_util::GetStringUTF8(
126 gtk_dialog_add_button(GTK_DIALOG(gtk_dialog_), button_text.c_str(),

Completed in 137 milliseconds