Home
last modified time | relevance | path

Searched refs:SetIntegerWithoutPathExpansion (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/json/
Djson_writer_unittest.cc94 period_dict.SetIntegerWithoutPathExpansion("a.b", 3); in TEST()
95 period_dict.SetIntegerWithoutPathExpansion("c", 2); in TEST()
97 period_dict2->SetIntegerWithoutPathExpansion("g.h.i.j", 1); in TEST()
104 period_dict3.SetIntegerWithoutPathExpansion("a.b", 1); in TEST()
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc417 cur_dict->SetIntegerWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()
/external/libchrome/base/
Dvalues.h262 void SetIntegerWithoutPathExpansion(StringPiece path, int in_value);
Dvalues.cc696 void DictionaryValue::SetIntegerWithoutPathExpansion(StringPiece path, in SetIntegerWithoutPathExpansion() function in base::DictionaryValue
/external/libmojo/mojo/common/
Dcommon_custom_types_unittest.cc310 dict->SetIntegerWithoutPathExpansion("non_nested.int", 10); in TEST_F()