OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefHashStore
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/prefs/
pref_hash_store.h
16
class
PrefHashStore
{
18
virtual ~
PrefHashStore
() {}
pref_hash_store_impl.h
21
class PrefHashStoreImpl : public
PrefHashStore
{
24
// No hashes have been stored in this
PrefHashStore
yet.
26
// The hashes in this
PrefHashStore
were stored before the introduction
29
// The hashes in this
PrefHashStore
were stored using the latest algorithm.
49
// Clears the contents of this
PrefHashStore
. |IsInitialized()| will return
53
//
PrefHashStore
implementation.
pref_hash_filter.h
20
class
PrefHashStore
;
36
// using a
PrefHashStore
. Keeps the
PrefHashStore
contents up to date as values
71
scoped_ptr<
PrefHashStore
> pref_hash_store,
91
// Initializes the
PrefHashStore
with hashes of the tracked preferences in
93
// to
PrefHashStore
::BeginTransaction().
121
scoped_ptr<
PrefHashStore
> pref_hash_store_;
profile_pref_store_manager.h
18
class
PrefHashStore
;
103
// Returns a
PrefHashStore
for the managed profile. Should only be called
108
scoped_ptr<
PrefHashStore
> GetPrefHashStore(bool use_super_mac);
chrome_pref_service_factory.h
26
class
PrefHashStore
;
profile_pref_store_manager.cc
215
new PrefHashFilter(pref_hash_store_impl.PassAs<
PrefHashStore
>(),
227
scoped_ptr<
PrefHashStore
> ProfilePrefStoreManager::GetPrefHashStore(
231
return scoped_ptr<
PrefHashStore
>(new PrefHashStoreImpl(
pref_hash_filter.cc
46
scoped_ptr<
PrefHashStore
> pref_hash_store,
pref_hash_filter_unittest.cc
75
// A
PrefHashStore
that allows simulation of CheckValue results and captures
77
class MockPrefHashStore : public
PrefHashStore
{
155
//
PrefHashStore
implementation.
393
temp_mock_pref_hash_store.PassAs<
PrefHashStore
>(),
632
// NULL values are always trusted by the
PrefHashStore
.
[
all
...]
/external/chromium_org/chrome/browser/prefs/tracked/
tracked_preferences_migration.h
17
class
PrefHashStore
;
42
scoped_ptr<
PrefHashStore
> unprotected_pref_hash_store,
43
scoped_ptr<
PrefHashStore
> protected_pref_hash_store,
tracked_preferences_migration.cc
35
scoped_ptr<
PrefHashStore
> unprotected_pref_hash_store,
36
scoped_ptr<
PrefHashStore
> protected_pref_hash_store,
78
scoped_ptr<
PrefHashStore
> unprotected_pref_hash_store_;
79
scoped_ptr<
PrefHashStore
> protected_pref_hash_store_;
121
PrefHashStore
* origin_pref_hash_store,
140
PrefHashStore
* new_hash_store,
217
scoped_ptr<
PrefHashStore
> unprotected_pref_hash_store,
218
scoped_ptr<
PrefHashStore
> protected_pref_hash_store,
352
scoped_ptr<
PrefHashStore
> unprotected_pref_hash_store,
353
scoped_ptr<
PrefHashStore
> protected_pref_hash_store
[
all
...]
tracked_preferences_migration_unittest.cc
127
scoped_ptr<
PrefHashStore
>(
129
scoped_ptr<
PrefHashStore
>(
172
scoped_ptr<
PrefHashStore
> pref_hash_store;
196
scoped_ptr<
PrefHashStore
> pref_hash_store(
[
all
...]
Completed in 2439 milliseconds