HomeSort by relevance Sort by last modified time
    Searched refs:username_field_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/components/autofill/core/browser/
password_autofill_manager_unittest.cc 44 username_field_.name = ASCIIToUTF16(kUsernameName);
45 username_field_.value = username1;
46 fill_data_.basic_data.fields.push_back(username_field_);
53 password_autofill_manager_.AddPasswordFormMapping(username_field_,
65 const FormFieldData& username_field() { return username_field_; }
69 FormFieldData username_field_; member in class:autofill::PasswordAutofillManagerTest
  /external/chromium/chrome/browser/ui/views/
login_view.cc 29 : username_field_(new views::Textfield),
71 layout->AddView(username_field_);
91 return username_field_->text();
99 return username_field_;
107 if (username_field_->text().empty()) {
108 username_field_->SetText(username);
110 username_field_->SelectAll();
login_view.h 42 views::Textfield* username_field_; member in class:LoginView
  /external/chromium_org/chrome/browser/ui/views/
login_view.cc 30 : username_field_(new views::Textfield),
72 layout->AddView(username_field_);
92 return username_field_->text();
100 return username_field_;
108 if (username_field_->text().empty()) {
109 username_field_->SetText(username);
111 username_field_->SelectAll(true);
login_view.h 42 views::Textfield* username_field_; member in class:LoginView
  /external/chromium/chrome/browser/chromeos/login/
new_user_view.cc 107 : username_field_(NULL),
167 username_field_ = new UsernameField(this);
168 username_field_->set_background(new CopyBackground(this));
169 username_field_->SetAccessibleName(
171 AddChildView(username_field_);
200 username_field_->SetController(this);
213 username_field_->RequestFocus();
253 bool enabled = !username_field_->text().empty() &&
296 SetAndCorrectTextfieldFont(username_field_, base_font);
297 username_field_->set_text_to_display_when_empty
    [all...]
new_user_view.h 137 // |username_field_| and |password_field_|. If there is text in both the
148 views::Textfield* username_field_; member in class:chromeos::NewUserView

Completed in 79 milliseconds