Home
last modified time | relevance | path

Searched refs:SetWithoutPathExpansion (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/
Dvalues.cc50 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 …]
Dvalues.h255 void SetWithoutPathExpansion(const std::string& key,
258 void SetWithoutPathExpansion(const std::string& key, Value* in_value);
Dvalues_unittest.cc330 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/
Dtrace_event_argument.cc366 cur_dict->SetWithoutPathExpansion(ReadKeyName(it), in ToBaseValue()
391 cur_dict->SetWithoutPathExpansion(ReadKeyName(it), in ToBaseValue()
/external/libchrome/base/json/
Djson_writer_unittest.cc98 period_dict.SetWithoutPathExpansion("d.e.f", std::move(period_dict2)); in TEST()
Djson_parser.cc538 dict->SetWithoutPathExpansion(key.AsString(), value); in ConsumeDictionary()
/external/libchrome/dbus/
Dvalues_util.cc62 dictionary_value->SetWithoutPathExpansion(key_string, std::move(value)); in PopDictionaryEntries()
/external/libmojo/ipc/
Dipc_message_utils.cc226 value->SetWithoutPathExpansion(key, subval); in ReadDictionaryValue()