Searched defs:captcha_token (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dprexmppauth.h52 const std::string& captcha_token() const { return captcha_token_; } function in class:buzz::CaptchaChallenge
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.cc425 std::string* captcha_token) {
441 captcha_token->assign(i->second);
742 std::string captcha_token; local
743 ParseClientLoginFailure(data, &error, &url, &captcha_url, &captcha_token);
748 captcha_token,
421 ParseClientLoginFailure(const std::string& data, std::string* error, std::string* error_url, std::string* captcha_url, std::string* captcha_token) argument
H A Dgaia_auth_fetcher_unittest.cc128 const std::string& captcha_token) {
142 EXPECT_EQ(captcha_token, out_captcha_token);
124 RunErrorParsingTest(const std::string& data, const std::string& error, const std::string& error_url, const std::string& captcha_url, const std::string& captcha_token) argument
H A Dgoogle_service_auth_error.cc92 const std::string& captcha_token,
95 return GoogleServiceAuthError(CAPTCHA_REQUIRED, captcha_token, GURL(),
245 const std::string& captcha_token,
252 captcha_(captcha_token, captcha_audio_url, captcha_image_url,
91 FromClientLoginCaptchaChallenge( const std::string& captcha_token, const GURL& captcha_image_url, const GURL& captcha_unlock_url) argument
243 GoogleServiceAuthError( State s, const std::string& captcha_token, const GURL& captcha_audio_url, const GURL& captcha_image_url, const GURL& captcha_unlock_url, int image_width, int image_height) argument

Completed in 592 milliseconds