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

/external/chromium_org/google_apis/gaia/
H A Doauth2_mint_token_flow.cc253 const base::ListValue* scopes_list = NULL; local
254 if (!consent_dict->GetList(kScopesKey, &scopes_list))
258 for (size_t index = 0; index < scopes_list->GetSize(); ++index) {
262 if (!scopes_list->GetDictionary(index, &scopes_entry) ||

Completed in 56 milliseconds