Lines Matching defs:text
161 void UIDialog::SetText(const char* text)
163 if (text == nullptr) {
166 textText_ = text;
169 void UIDialog::SetButton(DialogButtonType buttonType, const char* text, UIView::OnClickListener* listener)
180 AddButton(buttonType, button1_, text, listener);
182 button1_->SetText(text);
194 AddButton(buttonType, button2_, text, listener);
196 button2_->SetText(text);
207 AddButton(buttonType, button3_, text, listener);
209 button3_->SetText(text);
220 const char* text,
224 button->SetText(text);