OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResettableSettingsSnapshot
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc
58
ResettableSettingsSnapshot
::
ResettableSettingsSnapshot
(
92
ResettableSettingsSnapshot
::~
ResettableSettingsSnapshot
() {
98
void
ResettableSettingsSnapshot
::Subtract(
99
const
ResettableSettingsSnapshot
& snapshot) {
106
int
ResettableSettingsSnapshot
::FindDifferentFields(
107
const
ResettableSettingsSnapshot
& snapshot) const {
129
COMPILE_ASSERT(
ResettableSettingsSnapshot
::ALL_FIELDS == 31,
135
void
ResettableSettingsSnapshot
::RequestShortcuts
[
all
...]
resettable_settings_snapshot.h
23
//
ResettableSettingsSnapshot
captures some settings values at constructor. It
25
class
ResettableSettingsSnapshot
{
41
explicit
ResettableSettingsSnapshot
(Profile* profile);
42
~
ResettableSettingsSnapshot
();
71
void Subtract(const
ResettableSettingsSnapshot
& snapshot);
78
int FindDifferentFields(const
ResettableSettingsSnapshot
& snapshot) const;
113
base::WeakPtrFactory<
ResettableSettingsSnapshot
> weak_ptr_factory_;
115
DISALLOW_COPY_AND_ASSIGN(
ResettableSettingsSnapshot
);
118
// The caller of
ResettableSettingsSnapshot
.
125
// mask of
ResettableSettingsSnapshot
::Field values
[
all
...]
Completed in 64 milliseconds