OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scopes_entry
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/google_apis/gaia/
oauth2_mint_token_flow.cc
259
const base::DictionaryValue*
scopes_entry
= NULL;
local
262
if (!scopes_list->GetDictionary(index, &
scopes_entry
) ||
263
!
scopes_entry
->GetString(kDescriptionKey, &entry.description) ||
264
!
scopes_entry
->GetString(kDetailKey, &detail)) {
Completed in 1059 milliseconds