Searched defs:super_mac (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/prefs/tracked/
H A Ddictionary_hash_store_contents.cc16 const char kSuperMACPref[] = "protection.super_mac";
97 void DictionaryHashStoreContents::SetSuperMac(const std::string& super_mac) { argument
98 storage_->SetString(kSuperMACPref, super_mac);
H A Dpref_service_hash_store_contents.cc143 void PrefServiceHashStoreContents::SetSuperMac(const std::string& super_mac) { argument
145 ->SetStringWithoutPathExpansion(hash_store_id_, super_mac);

Completed in 608 milliseconds