Searched defs:module_dictionary (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate.cc103 const base::DictionaryValue* module_dictionary = NULL; local
104 if (!module_list.GetDictionary(i, &module_dictionary))
108 if (!module_dictionary->GetInteger(
114 if (!module_dictionary->GetString("name", &module_name))

Completed in 992 milliseconds