HomeSort by relevance Sort by last modified time
    Searched refs:IsSuperMACValid (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_transaction.h 88 virtual bool IsSuperMACValid() const = 0;
pref_hash_store_impl_unittest.cc 109 ASSERT_FALSE(transaction->IsSuperMACValid());
134 ASSERT_TRUE(transaction->IsSuperMACValid());
153 ASSERT_TRUE(transaction->IsSuperMACValid());
164 ASSERT_FALSE(transaction->IsSuperMACValid());
182 ASSERT_FALSE(transaction->IsSuperMACValid());
200 ASSERT_FALSE(transaction->IsSuperMACValid());
211 ASSERT_TRUE(transaction->IsSuperMACValid());
225 ASSERT_TRUE(transaction->IsSuperMACValid());
240 ASSERT_TRUE(transaction->IsSuperMACValid());
pref_hash_store_impl.cc 38 virtual bool IsSuperMACValid() const OVERRIDE;
302 bool PrefHashStoreImpl::PrefHashStoreTransactionImpl::IsSuperMACValid() const {
pref_hash_filter.cc 195 hash_store_transaction->IsSuperMACValid());
pref_hash_filter_unittest.cc 111 // PrefHashStoreTransaction::IsSuperMACValid().
190 virtual bool IsSuperMACValid() const OVERRIDE;
342 bool MockPrefHashStore::MockPrefHashStoreTransaction::IsSuperMACValid() const {
    [all...]

Completed in 229 milliseconds