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

/external/chromium_org/chrome/browser/prefs/tracked/
H A Dhash_store_contents.h57 virtual std::string GetSuperMac() const = 0;
H A Dpref_service_hash_store_contents_unittest.cc113 ASSERT_TRUE(contents.GetSuperMac().empty());
115 ASSERT_TRUE(contents.GetSuperMac().empty());
117 ASSERT_EQ("0123456789", contents.GetSuperMac());
121 ASSERT_EQ("0123456789", contents.GetSuperMac());
124 ASSERT_TRUE(other_contents.GetSuperMac().empty());
H A Ddictionary_hash_store_contents.h39 virtual std::string GetSuperMac() const OVERRIDE;
H A Dpref_service_hash_store_contents.h62 virtual std::string GetSuperMac() const OVERRIDE;
H A Ddictionary_hash_store_contents.cc91 std::string DictionaryHashStoreContents::GetSuperMac() const { function in class:DictionaryHashStoreContents
H A Dpref_service_hash_store_contents.cc130 std::string PrefServiceHashStoreContents::GetSuperMac() const { function in class:PrefServiceHashStoreContents
/external/chromium_org/chrome/browser/prefs/
H A Dpref_hash_store_impl_unittest.cc66 ASSERT_FALSE(CreateHashStoreContents()->GetSuperMac().empty());
263 ASSERT_TRUE(CreateHashStoreContents()->GetSuperMac().empty());
H A Dpref_hash_store_impl.cc103 std::string super_mac = contents()->GetSuperMac();

Completed in 764 milliseconds