Searched refs:account_ids_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dfake_oauth2_token_service.cc20 return std::vector<std::string>(account_ids_.begin(), account_ids_.end());
52 return account_ids_.count(account_id) != 0;
56 account_ids_.insert(account_id);
61 account_ids_.erase(account_id);
H A Dfake_oauth2_token_service.h80 std::set<std::string> account_ids_; member in class:FakeOAuth2TokenService

Completed in 256 milliseconds