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

  /external/chromium_org/chrome/browser/services/gcm/
gcm_account_tracker.h 27 // GETTING_TOKEN -> TOKEN_PRESENT - access token fetching succeeded.
30 // TOKEN_PRESENT -> ACCOUNT_REMOVED - account was removed.
35 TOKEN_PRESENT, // We have a token for the account.
46 // OAuth2 access token, when |state| is TOKEN_PRESENT.
gcm_account_tracker.cc 113 iter->second.state = TOKEN_PRESENT;
168 case TOKEN_PRESENT:

Completed in 1138 milliseconds