HomeSort by relevance Sort by last modified time
    Searched full:mac_dictionary (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/prefs/tracked/
dictionary_hash_store_contents.cc 38 base::DictionaryValue* mac_dictionary = NULL; local
40 if (!storage_->GetDictionary(kPreferenceMACs, &mac_dictionary)) {
41 mac_dictionary = new base::DictionaryValue;
42 storage_->Set(kPreferenceMACs, mac_dictionary);
45 return mac_dictionary;
80 const base::DictionaryValue* mac_dictionary = NULL; local
81 storage_->GetDictionary(kPreferenceMACs, &mac_dictionary);
82 return mac_dictionary;

Completed in 634 milliseconds