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

  /external/chromium_org/chrome/browser/services/gcm/
gcm_account_tracker.cc 109 iter->second.state == ACCOUNT_REMOVED);
111 // ACCOUNT_REMOVED state.
133 iter->second.state == ACCOUNT_REMOVED);
135 // ACCOUNT_REMOVED state.
154 bool account_removed = false; local
159 case ACCOUNT_REMOVED:
162 account_removed = true;
190 if (!account_tokens.empty() || account_removed) {
236 } else if (iter->second.state == ACCOUNT_REMOVED) {
250 iter->second.state = ACCOUNT_REMOVED;
    [all...]
gcm_account_tracker.h 28 // GETTING_TOKEN -> ACCOUNT_REMOVED - account was removed.
29 // TOKEN_NEEDED -> ACCOUNT_REMOVED - account was removed.
30 // TOKEN_PRESENT -> ACCOUNT_REMOVED - account was removed.
36 ACCOUNT_REMOVED, // Account was removed, and we didn't report it yet.

Completed in 1262 milliseconds