Home
last modified time | relevance | path

Searched refs:scoped_nested_dictionary (Results 1 – 2 of 2) sorted by relevance

/external/libweave/third_party/chromium/base/
Dvalues_unittest.cc416 scoped_ptr<DictionaryValue> scoped_nested_dictionary(new DictionaryValue()); in TEST() local
417 Value* original_nested_dictionary = scoped_nested_dictionary.get(); in TEST()
418 scoped_nested_dictionary->SetString("key", "value"); in TEST()
419 original_dict.Set("dictionary", std::move(scoped_nested_dictionary)); in TEST()
/external/libchrome/base/
Dvalues_unittest.cc434 scoped_ptr<DictionaryValue> scoped_nested_dictionary(new DictionaryValue()); in TEST() local
435 Value* original_nested_dictionary = scoped_nested_dictionary.get(); in TEST()
436 scoped_nested_dictionary->SetString("key", "value"); in TEST()
437 original_dict.Set("dictionary", std::move(scoped_nested_dictionary)); in TEST()