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

  /external/chromium/chrome/browser/chromeos/login/
captcha_view.cc 82 captcha_textfield_(NULL),
89 delegate_->OnCaptchaEntered(UTF16ToUTF8(captcha_textfield_->text()));
99 captcha_textfield_->SetText(string16());
120 captcha_textfield_->RequestFocus();
125 if (sender == captcha_textfield_ &&
139 captcha_textfield_->RequestFocus();
178 captcha_textfield_ = new CaptchaField();
179 captcha_textfield_->SetController(this);
181 captcha_textfield_->set_background(new CopyBackground(this));
182 layout->AddView(captcha_textfield_);
    [all...]
captcha_view.h 88 views::Textfield* captcha_textfield_; member in class:chromeos::CaptchaView

Completed in 1591 milliseconds