Lines Matching refs:in_value
416 Value* Set(StringPiece path, std::unique_ptr<Value> in_value);
421 Value* SetBoolean(StringPiece path, bool in_value);
423 Value* SetInteger(StringPiece path, int in_value);
425 Value* SetDouble(StringPiece path, double in_value);
427 Value* SetString(StringPiece path, StringPiece in_value);
429 Value* SetString(StringPiece path, const string16& in_value);
432 std::unique_ptr<DictionaryValue> in_value);
434 ListValue* SetList(StringPiece path, std::unique_ptr<ListValue> in_value);
440 std::unique_ptr<Value> in_value);
626 bool Set(size_t index, std::unique_ptr<Value> in_value);
683 void Append(std::unique_ptr<Value> in_value);
687 void AppendBoolean(bool in_value);
688 void AppendInteger(int in_value);
689 void AppendDouble(double in_value);
690 void AppendString(StringPiece in_value);
691 void AppendString(const string16& in_value);
699 bool AppendIfNotPresent(std::unique_ptr<Value> in_value);
704 bool Insert(size_t index, std::unique_ptr<Value> in_value);