HomeSort by relevance Sort by last modified time
    Searched defs:GetCachedToken (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 176 const IdentityTokenCacheValue& IdentityAPI::GetCachedToken(
487 IdentityTokenCacheValue cache_entry = id_api->GetCachedToken(*token_key_);
    [all...]
identity_apitest.cc 723 const IdentityTokenCacheValue& GetCachedToken(std::string account_id) {
727 return id_api()->GetCachedToken(key);
821 GetCachedToken(std::string()).status());
873 GetCachedToken(std::string()).status());
    [all...]

Completed in 563 milliseconds