OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSuperMACValid
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/prefs/
pref_hash_store_transaction.h
91
virtual bool
IsSuperMACValid
() const = 0;
pref_hash_store_impl_unittest.cc
116
ASSERT_FALSE(transaction->
IsSuperMACValid
());
141
ASSERT_TRUE(transaction->
IsSuperMACValid
());
160
ASSERT_TRUE(transaction->
IsSuperMACValid
());
171
ASSERT_FALSE(transaction->
IsSuperMACValid
());
189
ASSERT_FALSE(transaction->
IsSuperMACValid
());
207
ASSERT_FALSE(transaction->
IsSuperMACValid
());
218
ASSERT_TRUE(transaction->
IsSuperMACValid
());
232
ASSERT_TRUE(transaction->
IsSuperMACValid
());
247
ASSERT_TRUE(transaction->
IsSuperMACValid
());
pref_hash_store_impl.cc
38
virtual bool
IsSuperMACValid
() const OVERRIDE;
311
bool PrefHashStoreImpl::PrefHashStoreTransactionImpl::
IsSuperMACValid
() const {
pref_hash_filter.cc
170
hash_store_transaction->
IsSuperMACValid
());
pref_hash_filter_unittest.cc
172
virtual bool
IsSuperMACValid
() const OVERRIDE;
319
bool MockPrefHashStore::MockPrefHashStoreTransaction::
IsSuperMACValid
() const {
[
all
...]
Completed in 56 milliseconds