Searched refs:SetSuperMac (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/prefs/tracked/
H A Dhash_store_contents.h55 // Retrieves the super MAC value previously stored by SetSuperMac. May be
60 virtual void SetSuperMac(const std::string& super_mac) = 0;
H A Ddictionary_hash_store_contents.h40 virtual void SetSuperMac(const std::string& super_mac) OVERRIDE;
H A Dpref_service_hash_store_contents.h63 virtual void SetSuperMac(const std::string& super_mac) OVERRIDE;
H A Ddictionary_hash_store_contents.cc97 void DictionaryHashStoreContents::SetSuperMac(const std::string& super_mac) { function in class:DictionaryHashStoreContents
H A Dpref_service_hash_store_contents.cc143 void PrefServiceHashStoreContents::SetSuperMac(const std::string& super_mac) { function in class:PrefServiceHashStoreContents
H A Dpref_service_hash_store_contents_unittest.cc116 contents.SetSuperMac("0123456789");
/external/chromium_org/chrome/browser/prefs/
H A Dpref_hash_store_impl_unittest.cc83 CreateHashStoreContents()->SetSuperMac(std::string(64, 'A'));
158 CreateHashStoreContents()->SetSuperMac(std::string());
370 CreateHashStoreContents()->SetSuperMac(std::string(64, 'A'));
H A Dpref_hash_store_impl.cc118 contents()->SetSuperMac(outer_->pref_hash_calculator_.Calculate(

Completed in 670 milliseconds