Searched refs:scoped_nested_dictionary (Results 1 – 2 of 2) sorted by relevance
416 scoped_ptr<DictionaryValue> scoped_nested_dictionary(new DictionaryValue()); in TEST() local417 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()
434 scoped_ptr<DictionaryValue> scoped_nested_dictionary(new DictionaryValue()); in TEST() local435 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()