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

  /external/chromium_org/google_apis/gaia/
gaia_urls.h 33 const std::string& oauth_revoke_token_url() const;
gaia_urls.cc 199 const std::string& GaiaUrls::oauth_revoke_token_url() const { function in class:GaiaUrls
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.cc 360 GURL(GaiaUrls::GetInstance()->oauth_revoke_token_url()),
371 GURL url(GaiaUrls::GetInstance()->oauth_revoke_token_url());
386 GURL url(GaiaUrls::GetInstance()->oauth_revoke_token_url());
gaia_oauth_fetcher_unittest.cc 245 GURL url(GaiaUrls::GetInstance()->oauth_revoke_token_url());

Completed in 470 milliseconds