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

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.cc 15 : token(t), image_url(img), unlock_url(unlock) {}
23 captcha_.unlock_url == b.captcha_.unlock_url);
92 captcha_value->SetString("unlockUrl", captcha_.unlock_url.spec());
google_service_auth_error.h 86 GURL unlock_url; // Pretty unlock page containing above captcha. member in struct:GoogleServiceAuthError::Captcha
gaia_auth_fetcher_unittest.cc 326 GURL unlock_url("http://www.google.com/login/captcha");
331 EXPECT_EQ(error.captcha().unlock_url, unlock_url);
gaia_auth_fetcher.cc 340 GURL unlock_url(url);
342 captcha_token, image_url, unlock_url);

Completed in 287 milliseconds