/external/libchrome/base/ |
D | values.cc | 50 copy->SetWithoutPathExpansion(it.key(), std::move(child_copy)); in CopyDictionaryWithoutEmptyChildren() 413 current_dictionary->SetWithoutPathExpansion(key, child_dictionary); in Set() 420 current_dictionary->SetWithoutPathExpansion(current_path, in Set() 450 void DictionaryValue::SetWithoutPathExpansion(const std::string& key, in SetWithoutPathExpansion() function in base::DictionaryValue 464 void DictionaryValue::SetWithoutPathExpansion(const std::string& key, in SetWithoutPathExpansion() function in base::DictionaryValue 466 SetWithoutPathExpansion(key, make_scoped_ptr(in_value)); in SetWithoutPathExpansion() 471 SetWithoutPathExpansion(path, new FundamentalValue(in_value)); in SetBooleanWithoutPathExpansion() 476 SetWithoutPathExpansion(path, new FundamentalValue(in_value)); in SetIntegerWithoutPathExpansion() 481 SetWithoutPathExpansion(path, new FundamentalValue(in_value)); in SetDoubleWithoutPathExpansion() 486 SetWithoutPathExpansion(path, new StringValue(in_value)); in SetStringWithoutPathExpansion() [all …]
|
D | values.h | 256 void SetWithoutPathExpansion(const std::string& key, 259 void SetWithoutPathExpansion(const std::string& key, Value* in_value);
|
D | values_unittest.cc | 327 dict.SetWithoutPathExpansion("this.isnt.expanded", Value::CreateNullValue()); in TEST() 351 dict.SetWithoutPathExpansion("this.isnt.expanded", Value::CreateNullValue()); in TEST() 676 root->SetWithoutPathExpansion("a.b.c.d.e", in TEST()
|
/external/libweave/third_party/chromium/base/ |
D | values.cc | 50 copy->SetWithoutPathExpansion(it.key(), std::move(child_copy)); in CopyDictionaryWithoutEmptyChildren() 398 current_dictionary->SetWithoutPathExpansion(key, child_dictionary); in Set() 405 current_dictionary->SetWithoutPathExpansion(current_path, in Set() 430 void DictionaryValue::SetWithoutPathExpansion(const std::string& key, in SetWithoutPathExpansion() function in base::DictionaryValue 444 void DictionaryValue::SetWithoutPathExpansion(const std::string& key, in SetWithoutPathExpansion() function in base::DictionaryValue 446 SetWithoutPathExpansion(key, make_scoped_ptr(in_value)); in SetWithoutPathExpansion() 451 SetWithoutPathExpansion(path, new FundamentalValue(in_value)); in SetBooleanWithoutPathExpansion() 456 SetWithoutPathExpansion(path, new FundamentalValue(in_value)); in SetIntegerWithoutPathExpansion() 461 SetWithoutPathExpansion(path, new FundamentalValue(in_value)); in SetDoubleWithoutPathExpansion() 466 SetWithoutPathExpansion(path, new StringValue(in_value)); in SetStringWithoutPathExpansion() [all …]
|
D | values.h | 249 void SetWithoutPathExpansion(const std::string& key, 252 void SetWithoutPathExpansion(const std::string& key, Value* in_value);
|
D | values_unittest.cc | 313 dict.SetWithoutPathExpansion("this.isnt.expanded", Value::CreateNullValue()); in TEST() 337 dict.SetWithoutPathExpansion("this.isnt.expanded", Value::CreateNullValue()); in TEST() 636 root->SetWithoutPathExpansion("a.b.c.d.e", in TEST()
|
/external/libchrome/base/trace_event/ |
D | trace_event_argument.cc | 364 cur_dict->SetWithoutPathExpansion(ReadKeyName(it), in ToBaseValue() 389 cur_dict->SetWithoutPathExpansion(ReadKeyName(it), in ToBaseValue()
|
/external/libchrome/base/json/ |
D | json_writer_unittest.cc | 96 period_dict.SetWithoutPathExpansion("d.e.f", std::move(period_dict2)); in TEST()
|
D | json_parser.cc | 534 dict->SetWithoutPathExpansion(key.AsString(), value); in ConsumeDictionary()
|
/external/libweave/third_party/chromium/base/json/ |
D | json_writer_unittest.cc | 98 period_dict.SetWithoutPathExpansion("d.e.f", std::move(period_dict2)); in TEST()
|
D | json_parser.cc | 529 dict->SetWithoutPathExpansion(key.AsString(), value); in ConsumeDictionary()
|
/external/libchrome/dbus/ |
D | values_util.cc | 60 dictionary_value->SetWithoutPathExpansion(key_string, value); in PopDictionaryEntries()
|
/external/libweave/src/privet/ |
D | privet_handler.cc | 323 clone->SetWithoutPathExpansion( in CloneComponent() 326 clone->SetWithoutPathExpansion(it.key(), it.value().DeepCopy()); in CloneComponent() 344 clone->SetWithoutPathExpansion( in CloneComponentTree()
|
/external/libweave/src/ |
D | component_manager_impl.cc | 69 root->SetWithoutPathExpansion(name, dict.release()); in AddComponent() 89 root->SetWithoutPathExpansion(name, array_value); in AddComponentArrayItem()
|