Home
last modified time | relevance | path

Searched refs:SetIntegerWithoutPathExpansion (Results 1 – 4 of 4) 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(const std::string& path, int in_value);
Dvalues.cc445 void DictionaryValue::SetIntegerWithoutPathExpansion( in SetIntegerWithoutPathExpansion() function in base::DictionaryValue