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

  /external/chromium_org/chrome/browser/extensions/token_cache/
token_cache_service_factory.cc 13 extensions::TokenCacheService*
15 return static_cast<extensions::TokenCacheService*>(
26 "TokenCacheService",
35 return new extensions::TokenCacheService(static_cast<Profile*>(profile));
token_cache_service_factory.h 15 class TokenCacheService;
20 static extensions::TokenCacheService* GetForProfile(Profile* profile);
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);
token_cache_service_unittest.cc 41 TokenCacheService::TokenCacheData token_data;
49 TokenCacheService cache_;
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 173 TokenCacheService* token_cache =
207 TokenCacheService* token_cache =

Completed in 32 milliseconds