Searched refs:namespace_dict (Results 1 – 1 of 1) sorted by relevance
1310 DictionaryValue* namespace_dict = new DictionaryValue(); in OnGetServiceProviders() local1311 namespace_dict->SetString("name", namespace_providers[i].name); in OnGetServiceProviders()1312 namespace_dict->SetBoolean("active", namespace_providers[i].active); in OnGetServiceProviders()1313 namespace_dict->SetInteger("version", namespace_providers[i].version); in OnGetServiceProviders()1314 namespace_dict->SetInteger("type", namespace_providers[i].type); in OnGetServiceProviders()1316 namespace_list->Append(namespace_dict); in OnGetServiceProviders()