Home
last modified time | relevance | path

Searched refs:ok_button_label_id_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/ui/
Decho_dialog_view.cc33 ok_button_label_id_(0), in EchoDialogView()
41 ok_button_label_id_ = IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON; in InitForEnabledEcho()
74 ok_button_label_id_ = 0; in InitForDisabledEcho()
110 if (ok_button_label_id_) in GetDialogButtons()
135 if (button == ui::DIALOG_BUTTON_OK && ok_button_label_id_) in GetDialogButtonLabel()
136 return l10n_util::GetStringUTF16(ok_button_label_id_); in GetDialogButtonLabel()
Decho_dialog_view.h77 int ok_button_label_id_; variable