Searched refs:button_text (Results 1 – 5 of 5) sorted by relevance
27 string16 button_text = GetDelegate()->GetMessageInfoBarButtonText(); in Init() local28 if (!button_text.empty()) { in Init()30 gtk_button_new_with_label(UTF16ToUTF8(button_text).c_str()); in Init()
45 string16 button_text(delegate->GetMessageInfoBarButtonText()); in ViewHierarchyChanged() local46 if (!button_text.empty()) { in ViewHierarchyChanged()47 button_ = CreateTextButton(this, button_text, false); in ViewHierarchyChanged()
119 std::string button_text = l10n_util::GetStringUTF8( in JSModalDialogGtk() local121 gtk_dialog_add_button(GTK_DIALOG(gtk_dialog_), button_text.c_str(), in JSModalDialogGtk()124 button_text = l10n_util::GetStringUTF8( in JSModalDialogGtk()126 gtk_dialog_add_button(GTK_DIALOG(gtk_dialog_), button_text.c_str(), in JSModalDialogGtk()
81 const std::string& button_text, in SetPromo() argument86 local_state->SetString(prefs::kNTPWebStorePromoButton, button_text); in SetPromo()
48 const std::string& button_text,