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

  /external/chromium_org/chrome/browser/signin/
oauth2_token_service.h 190 bool HasCacheEntry(const ScopeSet& scopes);
193 // Must only be called if HasCacheEntry() returns true.
oauth2_token_service.cc 398 if (HasCacheEntry(scopes))
427 CHECK(HasCacheEntry(scopes));
486 bool OAuth2TokenService::HasCacheEntry(

Completed in 766 milliseconds