OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetrieveToken
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/token_cache/
token_cache_service_unittest.cc
29
return cache_.
RetrieveToken
(token_name) != std::string();
68
std::string found_token = cache_.
RetrieveToken
("Chopin");
76
std::string found_token = cache_.
RetrieveToken
("Chopin");
81
found_token = cache_.
RetrieveToken
("Chopin");
token_cache_service.h
44
std::string
RetrieveToken
(const std::string& token_name);
token_cache_service.cc
51
std::string TokenCacheService::
RetrieveToken
(const std::string& token_name) {
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc
179
token_cache->
RetrieveToken
(GaiaConstants::kObfuscatedGaiaId);
Completed in 102 milliseconds