Searched refs:ok_button_label_id_ (Results 1 – 2 of 2) sorted by relevance
33 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()
77 int ok_button_label_id_; variable