Searched refs:json_value (Results 1 – 3 of 3) sorted by relevance
82 base::DictionaryValue json_value; in ReplyWithJson() local84 json_value.SetString(pair.first, pair.second); in ReplyWithJson()86 ReplyWithJson(status_code, &json_value); in ReplyWithJson()
46 auto json_value = CreateDictionaryValue(json); variable47 return IsEqualValue(*json_value, arg);
355 unique_ptr<base::Value> json_value; in Open() local358 json_value.reset( in Open()360 if (!json_value) { in Open()367 if (!json_value->GetAsDictionary(&root_dictionary)) { in Open()