Searched refs:SetWithoutPathExpansion (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/base/ |
D | values.cc | 50 copy->SetWithoutPathExpansion(it.key(), std::move(child_copy)); in CopyDictionaryWithoutEmptyChildren() 393 current_dictionary->SetWithoutPathExpansion(key, child_dictionary); in Set() 400 current_dictionary->SetWithoutPathExpansion(current_path, in Set() 430 void DictionaryValue::SetWithoutPathExpansion(const std::string& key, in SetWithoutPathExpansion() function in base::DictionaryValue 435 void DictionaryValue::SetWithoutPathExpansion(const std::string& key, in SetWithoutPathExpansion() function in base::DictionaryValue 437 SetWithoutPathExpansion(key, WrapUnique(in_value)); in SetWithoutPathExpansion() 442 SetWithoutPathExpansion(path, new FundamentalValue(in_value)); in SetBooleanWithoutPathExpansion() 447 SetWithoutPathExpansion(path, new FundamentalValue(in_value)); in SetIntegerWithoutPathExpansion() 452 SetWithoutPathExpansion(path, new FundamentalValue(in_value)); in SetDoubleWithoutPathExpansion() 457 SetWithoutPathExpansion(path, new StringValue(in_value)); in SetStringWithoutPathExpansion() [all …]
|
D | values.h | 255 void SetWithoutPathExpansion(const std::string& key, 258 void SetWithoutPathExpansion(const std::string& key, Value* in_value);
|
D | values_unittest.cc | 330 dict.SetWithoutPathExpansion("this.isnt.expanded", Value::CreateNullValue()); in TEST() 354 dict.SetWithoutPathExpansion("this.isnt.expanded", Value::CreateNullValue()); in TEST() 684 root->SetWithoutPathExpansion("a.b.c.d.e", in TEST()
|
/external/libchrome/base/trace_event/ |
D | trace_event_argument.cc | 366 cur_dict->SetWithoutPathExpansion(ReadKeyName(it), in ToBaseValue() 391 cur_dict->SetWithoutPathExpansion(ReadKeyName(it), in ToBaseValue()
|
/external/libchrome/base/json/ |
D | json_writer_unittest.cc | 98 period_dict.SetWithoutPathExpansion("d.e.f", std::move(period_dict2)); in TEST()
|
D | json_parser.cc | 538 dict->SetWithoutPathExpansion(key.AsString(), value); in ConsumeDictionary()
|
/external/libchrome/dbus/ |
D | values_util.cc | 62 dictionary_value->SetWithoutPathExpansion(key_string, std::move(value)); in PopDictionaryEntries()
|
/external/libmojo/ipc/ |
D | ipc_message_utils.cc | 226 value->SetWithoutPathExpansion(key, subval); in ReadDictionaryValue()
|