Searched refs:AppendIfNotPresent (Results 1 – 5 of 5) sorted by relevance
30 value.AppendIfNotPresent(std::unique_ptr<base::Value>(new base::Value())); in H()
39 bool AppendIfNotPresent(std::unique_ptr<Value> in_value);
699 bool AppendIfNotPresent(std::unique_ptr<Value> in_value);
1351 bool ListValue::AppendIfNotPresent(std::unique_ptr<Value> in_value) { in AppendIfNotPresent() function in base::ListValue