Home | History | Annotate | Download | only in common

Lines Matching refs:dict_value

769     base::DictionaryValue* dict_value = new base::DictionaryValue();
770 dict_value->SetBoolean("three", true);
771 root.Append(dict_value); // Pass ownership to root.
781 dict_value = new base::DictionaryValue();
782 dict_value->SetBoolean("two", true);
783 root.Append(dict_value); // Pass ownership to root.
827 base::DictionaryValue* dict_value = new base::DictionaryValue();
828 dict_value->Set("List", list_value); // Pass ownership to dict_value.
829 root.Append(dict_value); // Pass ownership to root.