Searched defs:CaptchaView (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dcaptcha_view.h27 class CaptchaView : public views::View, class in namespace:chromeos
43 // |is_standalone| is true when CaptchaView is not presented as dialog.
44 CaptchaView(const GURL& captcha_url, bool is_standalone);
45 virtual ~CaptchaView() {}
74 // Is used when same CaptchaView is reused.
97 DISALLOW_COPY_AND_ASSIGN(CaptchaView);
H A Dcaptcha_view.cc78 CaptchaView::CaptchaView(const GURL& captcha_url, bool is_standalone) function in class:chromeos::CaptchaView
87 bool CaptchaView::Accept() {
93 std::wstring CaptchaView::GetWindowTitle() const {
97 void CaptchaView::SetCaptchaURL(const GURL& captcha_url) {
105 gfx::Size CaptchaView::GetPreferredSize() {
115 void CaptchaView::ViewHierarchyChanged(bool is_add,
123 bool CaptchaView::HandleKeyEvent(views::Textfield* sender,
136 void CaptchaView::OnImageDecoded(const ImageDecoder*,
143 void CaptchaView
[all...]

Completed in 63 milliseconds