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

  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.h 81 struct AccountState {
86 void NotifyAccountAdded(const AccountState& account);
87 void NotifyAccountRemoved(const AccountState& account);
88 void NotifySignInChanged(const AccountState& account);
100 std::map<std::string, AccountState> accounts_;
account_tracker.cc 83 void AccountTracker::NotifyAccountAdded(const AccountState& account) {
89 void AccountTracker::NotifyAccountRemoved(const AccountState& account) {
95 void AccountTracker::NotifySignInChanged(const AccountState& account) {
110 AccountState& account = accounts_[account_key];
125 AccountState account_state;
135 AccountState& account = accounts_[account_key];
164 AccountState& account = accounts_[account_key];

Completed in 432 milliseconds