HomeSort by relevance Sort by last modified time
    Searched defs:PrefHashStoreImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_impl.h 19 // Implements PrefHashStoreImpl by storing preference hashes in a
21 class PrefHashStoreImpl : public PrefHashStore {
33 // Constructs a PrefHashStoreImpl that calculates hashes using
38 PrefHashStoreImpl(const std::string& seed,
42 virtual ~PrefHashStoreImpl();
64 DISALLOW_COPY_AND_ASSIGN(PrefHashStoreImpl);
pref_hash_store_impl.cc 13 class PrefHashStoreImpl::PrefHashStoreTransactionImpl
17 // members of its |outer| PrefHashStoreImpl.
18 PrefHashStoreTransactionImpl(PrefHashStoreImpl* outer,
57 PrefHashStoreImpl* outer_;
66 PrefHashStoreImpl::PrefHashStoreImpl(const std::string& seed,
73 PrefHashStoreImpl::~PrefHashStoreImpl() {
76 void PrefHashStoreImpl::set_legacy_hash_store_contents(
81 scoped_ptr<PrefHashStoreTransaction> PrefHashStoreImpl::BeginTransaction
    [all...]

Completed in 958 milliseconds