/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | translate_message_infobar_gtk.cc | 27 string16 button_text = GetDelegate()->GetMessageInfoBarButtonText(); in Init() local 28 if (!button_text.empty()) { in Init() 30 gtk_button_new_with_label(UTF16ToUTF8(button_text).c_str()); in Init()
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
D | translate_message_infobar_gtk.cc | 30 base::string16 button_text = GetDelegate()->GetMessageInfoBarButtonText(); in PlatformSpecificSetOwner() local 31 if (!button_text.empty()) { in PlatformSpecificSetOwner() 33 gtk_button_new_with_label(UTF16ToUTF8(button_text).c_str()); in PlatformSpecificSetOwner()
|
/external/chromium/chrome/browser/ui/views/infobars/ |
D | translate_message_infobar.cc | 45 string16 button_text(delegate->GetMessageInfoBarButtonText()); in ViewHierarchyChanged() local 46 if (!button_text.empty()) { in ViewHierarchyChanged() 47 button_ = CreateTextButton(this, button_text, false); in ViewHierarchyChanged()
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
D | translate_message_infobar.cc | 44 base::string16 button_text(delegate->GetMessageInfoBarButtonText()); in ViewHierarchyChanged() local 45 if (!button_text.empty()) { in ViewHierarchyChanged() 46 button_ = CreateLabelButton(this, button_text, false); in ViewHierarchyChanged()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | js_modal_dialog_gtk.cc | 119 std::string button_text = l10n_util::GetStringUTF8( in JSModalDialogGtk() local 121 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()
|
/external/chromium_org/chrome/browser/ui/gtk/ |
D | javascript_app_modal_dialog_gtk.cc | 124 std::string button_text = l10n_util::GetStringUTF8( in JavaScriptAppModalDialogGtk() local 128 gtk_dialog_add_button(GTK_DIALOG(gtk_dialog_), button_text.c_str(), in JavaScriptAppModalDialogGtk() 131 button_text = l10n_util::GetStringUTF8( in JavaScriptAppModalDialogGtk() 135 gtk_dialog_add_button(GTK_DIALOG(gtk_dialog_), button_text.c_str(), in JavaScriptAppModalDialogGtk()
|
/external/chromium_org/remoting/host/ |
D | disconnect_window_win.cc | 311 base::string16 button_text; in SetStrings() local 313 if (!GetControlText(hwnd_button, &button_text) || in SetStrings() 357 if (!GetControlTextWidth(hwnd_button, button_text, &control_width)) in SetStrings()
|
/external/chromium/chrome/browser/extensions/ |
D | apps_promo.cc | 81 const std::string& button_text, in SetPromo() argument 86 local_state->SetString(prefs::kNTPWebStorePromoButton, button_text); in SetPromo()
|
D | apps_promo.h | 48 const std::string& button_text,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
D | locally_managed_user_creation_screen_handler.cc | 240 const base::string16& button_text) { in ShowErrorPage() argument 241 CallJS("showErrorPage", title, message, button_text); in ShowErrorPage()
|
D | locally_managed_user_creation_screen_handler.h | 89 const base::string16& button_text);
|
/external/chromium_org/chrome/browser/resources/local_discovery/ |
D | local_discovery.js | 198 button_text, argument 218 button.textContent = button_text;
|