Home
last modified time | relevance | path

Searched refs:GetPromoURLWithContinueURL (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/signin/
Dsignin_promo_unittest.cc13 GURL promo_url = GetPromoURLWithContinueURL(SOURCE_MENU, in TEST()
22 GURL promo_url = GetPromoURLWithContinueURL(SOURCE_MENU, in TEST()
Dsignin_promo.h74 GURL GetPromoURLWithContinueURL(Source source,
Dsignin_promo.cc177 return GetPromoURLWithContinueURL(source, auto_close, is_constrained, GURL()); in GetPromoURL()
180 GURL GetPromoURLWithContinueURL(Source source, in GetPromoURLWithContinueURL() function
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
Dwebstore_private_api.cc775 signin::GetPromoURLWithContinueURL(signin::SOURCE_WEBSTORE_INSTALL, in RunAsync()