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

  /external/chromium/chrome/browser/chromeos/login/
textfield_with_margin.h 15 class TextfieldWithMargin : public views::Textfield {
17 TextfieldWithMargin();
18 explicit TextfieldWithMargin(views::Textfield::StyleFlags style);
26 DISALLOW_COPY_AND_ASSIGN(TextfieldWithMargin);
textfield_with_margin.cc 22 TextfieldWithMargin::TextfieldWithMargin() {
26 TextfieldWithMargin::TextfieldWithMargin(views::Textfield::StyleFlags style)
31 void TextfieldWithMargin::Layout() {
38 bool TextfieldWithMargin::OnKeyPressed(const views::KeyEvent& e) {
existing_user_view.cc 29 class UserEntryTextfield : public TextfieldWithMargin {
33 : TextfieldWithMargin(style),
48 return TextfieldWithMargin::OnKeyPressed(e);
captcha_view.cc 39 class CaptchaField : public TextfieldWithMargin {
42 : TextfieldWithMargin() {
screen_lock_view.cc 39 class PasswordField : public TextfieldWithMargin {
42 : TextfieldWithMargin(views::Textfield::STYLE_PASSWORD),
password_changed_view.cc 114 old_password_field_ = new TextfieldWithMargin(Textfield::STYLE_PASSWORD);
new_user_view.cc 64 class UsernameField : public chromeos::TextfieldWithMargin {
92 return TextfieldWithMargin::OnKeyPressed(e);
173 password_field_ = new TextfieldWithMargin(views::Textfield::STYLE_PASSWORD);

Completed in 69 milliseconds