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

  /external/chromium_org/chrome/browser/extensions/token_cache/
token_cache_service.cc 16 TokenCacheService::TokenCacheService(Profile* profile) : profile_(profile) {
22 TokenCacheService::~TokenCacheService() {
25 void TokenCacheService::StoreToken(const std::string& token_name,
51 std::string TokenCacheService::RetrieveToken(const std::string& token_name) {
71 void TokenCacheService::Observe(int type,
token_cache_service.h 29 class TokenCacheService : public BrowserContextKeyedService,
32 explicit TokenCacheService(Profile* profile);
33 virtual ~TokenCacheService();
64 DISALLOW_COPY_AND_ASSIGN(TokenCacheService);

Completed in 29 milliseconds