Lines Matching refs:in_value
121 explicit FundamentalValue(bool in_value);
122 explicit FundamentalValue(int in_value);
123 explicit FundamentalValue(double in_value);
146 explicit StringValue(const std::string& in_value);
149 explicit StringValue(const string16& in_value);
235 void Set(const std::string& path, Value* in_value);
239 void SetBoolean(const std::string& path, bool in_value);
240 void SetInteger(const std::string& path, int in_value);
241 void SetDouble(const std::string& path, double in_value);
242 void SetString(const std::string& path, const std::string& in_value);
243 void SetString(const std::string& path, const string16& in_value);
247 void SetWithoutPathExpansion(const std::string& key, Value* in_value);
250 void SetBooleanWithoutPathExpansion(const std::string& path, bool in_value);
251 void SetIntegerWithoutPathExpansion(const std::string& path, int in_value);
252 void SetDoubleWithoutPathExpansion(const std::string& path, double in_value);
254 const std::string& in_value);
256 const string16& in_value);
397 bool Set(size_t index, Value* in_value);
443 void Append(Value* in_value);
446 void AppendBoolean(bool in_value);
447 void AppendInteger(int in_value);
448 void AppendDouble(double in_value);
449 void AppendString(const std::string& in_value);
450 void AppendString(const string16& in_value);
457 bool AppendIfNotPresent(Value* in_value);
461 bool Insert(size_t index, Value* in_value);