Searched refs:token_map_ (Results 1 – 2 of 2) sorted by relevance
63 token_map_[service] = token; in Initialize()87 token_map_.clear(); in ResetCredentialsInMemory()143 return token_map_.count(service) > 0; in HasTokenForService()149 if (token_map_.count(service) > 0) { in GetTokenForService()151 return (*token_map_.find(service)).second; in GetTokenForService()185 token_map_[service] = auth_token; in IssueAuthTokenForTest()193 token_map_[service] = auth_token; in OnIssueAuthTokenSuccess()218 LoadTokensIntoMemory(token_result->GetValue(), &token_map_); in OnWebDataServiceRequestDone()
186 std::map<std::string, std::string> token_map_; variable