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

  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui.cc 69 // Gets a localized status of the access token in |token_cache_value|.
71 const extensions::IdentityTokenCacheValue& token_cache_value);
74 // |token_cache_value|.
76 const extensions::IdentityTokenCacheValue& token_cache_value);
78 // Converts a pair of |token_cache_key| and |token_cache_value| to a
84 const extensions::IdentityTokenCacheValue& token_cache_value);
183 const extensions::IdentityTokenCacheValue& token_cache_value) {
184 switch (token_cache_value.status()) {
199 const extensions::IdentityTokenCacheValue& token_cache_value) {
201 token_cache_value.expiration_time()))
    [all...]
identity_internals_ui_browsertest.cc 49 extensions::IdentityTokenCacheValue token_cache_value = local
54 SetCachedToken(extension_id, scopes, token_cache_value);

Completed in 105 milliseconds