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

  /external/chromium_org/google_apis/gaia/
oauth2_mint_token_flow.cc 253 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 43 milliseconds