OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOKEN_NEEDED
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/services/gcm/
gcm_account_tracker.cc
65
iter->account_key, AccountInfo(iter->email,
TOKEN_NEEDED
)));
137
iter->second.state =
TOKEN_NEEDED
;
180
case
TOKEN_NEEDED
:
210
if (iter->second.state ==
TOKEN_NEEDED
)
217
DCHECK_EQ(account_iter->second.state,
TOKEN_NEEDED
);
235
std::make_pair(ids.account_key, AccountInfo(ids.email,
TOKEN_NEEDED
)));
237
iter->second.state =
TOKEN_NEEDED
;
gcm_account_tracker.h
24
//
TOKEN_NEEDED
- account info was created.
25
//
TOKEN_NEEDED
-> GETTING_TOKEN - access token was requested.
26
// GETTING_TOKEN ->
TOKEN_NEEDED
- access token fetching failed.
29
//
TOKEN_NEEDED
-> ACCOUNT_REMOVED - account was removed.
32
TOKEN_NEEDED
, // Needs a token (AccountInfo was recently created or
102
// |state ==
TOKEN_NEEDED
|.
Completed in 1336 milliseconds