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

/external/chromium_org/chromeos/network/
H A Dnetwork_sms_handler.cc315 base::DictionaryValue new_dictionary; local
319 new_dictionary.SetString(kNumberKey, number);
321 new_dictionary.SetString(kTextKey, text);
325 new_dictionary.SetString(kTimestampKey, timestamp);
326 host_->MessageReceived(new_dictionary);
/external/chromium_org/v8/src/
H A Dobjects.cc12137 Handle<SeededNumberDictionary> new_dictionary = local
12140 if (*dictionary != *new_dictionary) {
12142 elements->set(1, *new_dictionary);
12144 object->set_elements(*new_dictionary);
12146 dictionary = new_dictionary;

Completed in 176 milliseconds