Searched refs:period_dict3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/json/
H A Djson_writer_unittest.cc91 DictionaryValue period_dict3; local
92 period_dict3.Set("a.b", Value::CreateIntegerValue(2));
93 period_dict3.SetWithoutPathExpansion("a.b", Value::CreateIntegerValue(1));
94 JSONWriter::Write(&period_dict3, false, &output_js);
/external/chromium_org/base/json/
H A Djson_writer_unittest.cc91 DictionaryValue period_dict3; local
92 period_dict3.Set("a.b", new FundamentalValue(2));
93 period_dict3.SetWithoutPathExpansion("a.b", new FundamentalValue(1));
94 JSONWriter::Write(&period_dict3, &output_js);

Completed in 140 milliseconds