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

  /external/chromium_org/chrome/browser/signin/
signin_manager_unittest.cc 52 const char kUberAuthTokenURLFormat[] = "?source=%s&issueuberauth=1";
186 base::StringPrintf(kUberAuthTokenURLFormat, "source"));
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.h 203 static const char kUberAuthTokenURLFormat[];
gaia_auth_fetcher.cc 105 const char GaiaAuthFetcher::kUberAuthTokenURLFormat[] =
183 base::StringPrintf(kUberAuthTokenURLFormat, source.c_str()))),
    [all...]

Completed in 102 milliseconds