Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_writer_unittest.cc92 period_dict.SetIntegerWithoutPathExpansion("a.b", 3); in TEST()
93 period_dict.SetIntegerWithoutPathExpansion("c", 2); in TEST()
95 period_dict2->SetIntegerWithoutPathExpansion("g.h.i.j", 1); in TEST()
102 period_dict3.SetIntegerWithoutPathExpansion("a.b", 1); in TEST()
/external/libweave/third_party/chromium/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.cc415 cur_dict->SetIntegerWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()
/external/libweave/third_party/chromium/base/
Dvalues.h256 void SetIntegerWithoutPathExpansion(const std::string& path, int in_value);
Dvalues.cc454 void DictionaryValue::SetIntegerWithoutPathExpansion( in SetIntegerWithoutPathExpansion() function in base::DictionaryValue
/external/libchrome/base/
Dvalues.h263 void SetIntegerWithoutPathExpansion(const std::string& path, int in_value);
Dvalues.cc474 void DictionaryValue::SetIntegerWithoutPathExpansion( in SetIntegerWithoutPathExpansion() function in base::DictionaryValue