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

  /external/chromium/crypto/
nss_util.h 96 virtual void GetTokenInfo(std::string* token_name,
nss_util.cc 248 tpm_token_info_delegate_->GetTokenInfo(token_name, user_pin);
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.h 48 // Invoked on a successful response to the GetTokenInfo request.
104 void GetTokenInfo(const std::string& oauth_access_token,
gaia_oauth_client.cc 55 void GetTokenInfo(const std::string& oauth_access_token,
156 void GaiaOAuthClient::Core::GetTokenInfo(const std::string& oauth_access_token,
331 void GaiaOAuthClient::GetTokenInfo(const std::string& access_token,
334 return core_->GetTokenInfo(access_token, max_retries, delegate);
gaia_oauth_client_unittest.cc 314 TEST_F(GaiaOAuthClientTest, GetTokenInfo) {
325 auth.GetTokenInfo("access_token", 1, &delegate);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service.cc 127 gaia_oauth_client_->GetTokenInfo(
  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 556 virtual void GetTokenInfo(std::string* token_name,
567 void RealTPMTokenInfoDelegate::GetTokenInfo(std::string* token_name,

Completed in 2179 milliseconds