Searched refs:captcha_view_ (Results 1 – 2 of 2) sorted by relevance
703 captcha_view_(NULL), in ScreenLocker()883 captcha_view_->SetVisible(false); in OnCaptchaEntered()890 secondary_view_.reset(captcha_view_); in OnCaptchaEntered()951 if (captcha_view_) { in ShowCaptchaAndErrorMessage()952 captcha_view_->SetCaptchaURL(captcha_url); in ShowCaptchaAndErrorMessage()954 captcha_view_ = new CaptchaView(captcha_url, true); in ShowCaptchaAndErrorMessage()955 captcha_view_->Init(); in ShowCaptchaAndErrorMessage()956 captcha_view_->set_delegate(this); in ShowCaptchaAndErrorMessage()962 grab_container_->SetScreenLockView(captcha_view_); in ShowCaptchaAndErrorMessage()963 background_container_->SetScreenLockView(captcha_view_); in ShowCaptchaAndErrorMessage()[all …]
183 CaptchaView* captcha_view_; variable