HomeSort by relevance Sort by last modified time
    Searched full:account_state (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/google_apis/gaia/
account_tracker.cc 185 AccountState account_state; local
186 account_state.ids.account_key = account_key;
187 account_state.ids.email = account_key;
188 account_state.is_signed_in = false;
189 accounts_.insert(make_pair(account_key, account_state));

Completed in 185 milliseconds