Home | History | Annotate | Download | only in examples

Lines Matching refs:password_

23      password_(NULL),
37 password_ = new Textfield(Textfield::STYLE_OBSCURED);
38 password_->set_placeholder_text(ASCIIToUTF16("password"));
48 password_->SetController(this);
63 layout->AddView(password_);
83 } else if (sender == password_) {
103 PrintStatus("Password [%s]", UTF16ToUTF8(password_->text()).c_str());
107 password_->SetText(empty);
111 password_->AppendText(ASCIIToUTF16("[append]"));
115 password_->SetText(ASCIIToUTF16("[set]"));