Home
last modified time | relevance | path

Searched refs:GetPassiveAuthUrl (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_signin_helper_unittest.cc79 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl(0).spec(), in MockSuccessfulPassiveSignInResponse()
86 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl(0).spec(), in MockFailedPassiveSignInResponseNo()
93 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl(0).spec(), in MockFailedPassiveSignInResponse404()
132 net::CanonicalCookie::Create(GetPassiveAuthUrl(0).GetWithEmptyPath(), in TEST_F()
152 net::CanonicalCookie::Create(GetPassiveAuthUrl(0).GetWithEmptyPath(), in TEST_F()
Dwallet_signin_helper.cc45 std::string host = wallet::GetPassiveAuthUrl(0).host(); in GetGoogleCookiesCallback()
83 wallet::GetPassiveAuthUrl(0).GetWithEmptyPath(), in GetGoogleCookies()
105 const GURL& url = wallet::GetPassiveAuthUrl(user_index); in StartPassiveSignin()
Dwallet_service_url_unittest.cc46 GetPassiveAuthUrl(1).spec()); in TEST()
80 GetPassiveAuthUrl(1).spec()); in TEST()
Dwallet_service_url.cc131 GURL GetPassiveAuthUrl(size_t user_index) { in GetPassiveAuthUrl() function
153 return GetPassiveAuthUrl(0); in GetSignInContinueUrl()
Dwallet_service_url.h26 GURL GetPassiveAuthUrl(size_t user_index);