Home | History | Annotate | Download | only in login

Lines Matching refs:captcha_view_

703       captcha_view_(NULL),
883 captcha_view_->SetVisible(false);
890 secondary_view_.reset(captcha_view_);
951 if (captcha_view_) {
952 captcha_view_->SetCaptchaURL(captcha_url);
954 captcha_view_ = new CaptchaView(captcha_url, true);
955 captcha_view_->Init();
956 captcha_view_->set_delegate(this);
962 grab_container_->SetScreenLockView(captcha_view_);
963 background_container_->SetScreenLockView(captcha_view_);
964 captcha_view_->SetVisible(true);