OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdentityTokenCacheValue
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc
212
IdentityTokenCacheValue
cache_entry = id_api->GetCachedToken(*token_key_);
213
IdentityTokenCacheValue
::CacheValueStatus cache_status =
218
case
IdentityTokenCacheValue
::CACHE_STATUS_NOTFOUND:
243
case
IdentityTokenCacheValue
::CACHE_STATUS_TOKEN:
248
case
IdentityTokenCacheValue
::CACHE_STATUS_ADVICE:
258
if (cache_status ==
IdentityTokenCacheValue
::CACHE_STATUS_TOKEN) {
269
IdentityTokenCacheValue
token(access_token,
311
IdentityTokenCacheValue
(issue_advice));
373
IdentityTokenCacheValue
token_value(
615
IdentityTokenCacheValue
::IdentityTokenCacheValue(
[
all
...]
identity_api.h
224
class
IdentityTokenCacheValue
{
226
IdentityTokenCacheValue
();
227
explicit
IdentityTokenCacheValue
(const IssueAdviceInfo& issue_advice);
228
IdentityTokenCacheValue
(const std::string& token,
230
~
IdentityTokenCacheValue
();
257
typedef std::map<ExtensionTokenKey,
IdentityTokenCacheValue
> CachedTokens;
267
const
IdentityTokenCacheValue
& token_data);
271
const
IdentityTokenCacheValue
& GetCachedToken(const ExtensionTokenKey& key);
identity_apitest.cc
379
void SetCachedToken(const
IdentityTokenCacheValue
& token_data) {
384
const
IdentityTokenCacheValue
& GetCachedToken() {
483
EXPECT_EQ(
IdentityTokenCacheValue
::CACHE_STATUS_ADVICE,
525
EXPECT_EQ(
IdentityTokenCacheValue
::CACHE_STATUS_TOKEN,
781
EXPECT_EQ(
IdentityTokenCacheValue
::CACHE_STATUS_TOKEN,
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui.cc
71
const extensions::
IdentityTokenCacheValue
& token_cache_value);
76
const extensions::
IdentityTokenCacheValue
& token_cache_value);
84
const extensions::
IdentityTokenCacheValue
& token_cache_value);
183
const extensions::
IdentityTokenCacheValue
& token_cache_value) {
185
case extensions::
IdentityTokenCacheValue
::CACHE_STATUS_ADVICE:
187
case extensions::
IdentityTokenCacheValue
::CACHE_STATUS_NOTFOUND:
190
case extensions::
IdentityTokenCacheValue
::CACHE_STATUS_TOKEN:
199
const extensions::
IdentityTokenCacheValue
& token_cache_value) {
206
const extensions::
IdentityTokenCacheValue
& token_cache_value) {
identity_internals_ui_browsertest.cc
50
extensions::
IdentityTokenCacheValue
token_cache_value =
51
extensions::
IdentityTokenCacheValue
(token_id,
Completed in 279 milliseconds