Lines Matching defs:val
287 DictionaryValue* val = new DictionaryValue;
288 val->SetString("stat_name", stat_name);
289 val->SetBoolean("stat_value", stat_value);
290 details->Append(val);
295 DictionaryValue* val = new DictionaryValue;
296 val->SetString("stat_name", stat_name);
297 val->SetString("stat_value", base::FormatNumber(stat_value));
298 details->Append(val);
415 DictionaryValue* val = new DictionaryValue;
416 val->SetString("model_type", ModelTypeToString(it->first));
417 val->SetString("group", ModelSafeGroupToString(it->second));
418 routing_info->Append(val);
438 DictionaryValue* val = new DictionaryValue;
439 val->SetString("stat_name", "Autofill Migration Time");
440 val->SetString("stat_value", ConstructTime(info.autofill_migration_time));
441 details->Append(val);