• Home
  • Raw
  • Download

Lines Matching refs:in_value

127   explicit FundamentalValue(bool in_value);
128 explicit FundamentalValue(int in_value);
129 explicit FundamentalValue(double in_value);
152 explicit StringValue(const std::string& in_value);
155 explicit StringValue(const string16& in_value);
242 void Set(const std::string& path, scoped_ptr<Value> in_value);
244 void Set(const std::string& path, Value* in_value);
248 void SetBoolean(const std::string& path, bool in_value);
249 void SetInteger(const std::string& path, int in_value);
250 void SetDouble(const std::string& path, double in_value);
251 void SetString(const std::string& path, const std::string& in_value);
252 void SetString(const std::string& path, const string16& in_value);
257 scoped_ptr<Value> in_value);
259 void SetWithoutPathExpansion(const std::string& key, Value* in_value);
262 void SetBooleanWithoutPathExpansion(const std::string& path, bool in_value);
263 void SetIntegerWithoutPathExpansion(const std::string& path, int in_value);
264 void SetDoubleWithoutPathExpansion(const std::string& path, double in_value);
266 const std::string& in_value);
268 const string16& in_value);
414 bool Set(size_t index, Value* in_value);
416 bool Set(size_t index, scoped_ptr<Value> in_value);
462 void Append(scoped_ptr<Value> in_value);
464 void Append(Value* in_value);
467 void AppendBoolean(bool in_value);
468 void AppendInteger(int in_value);
469 void AppendDouble(double in_value);
470 void AppendString(const std::string& in_value);
471 void AppendString(const string16& in_value);
478 bool AppendIfNotPresent(Value* in_value);
482 bool Insert(size_t index, Value* in_value);