Home | History | Annotate | Download | only in extensions

Lines Matching refs:list_value

845     ListValue* list_value = new ListValue();
848 list_value->Append(Value::CreateStringValue(*iter));
850 SetPref(extension_id, pref_path, list_value, msg);