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

  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 50 ResettableSettingsSnapshot::ResettableSettingsSnapshot(Profile* profile)
80 ResettableSettingsSnapshot::~ResettableSettingsSnapshot() {}
82 void ResettableSettingsSnapshot::Subtract(
83 const ResettableSettingsSnapshot& snapshot) {
89 int ResettableSettingsSnapshot::FindDifferentFields(
90 const ResettableSettingsSnapshot& snapshot) const {
107 COMPILE_ASSERT(ResettableSettingsSnapshot::ALL_FIELDS == 15,
113 std::string SerializeSettingsReport(const ResettableSettingsSnapshot& snapshot
    [all...]
resettable_settings_snapshot.h 15 // ResettableSettingsSnapshot captures some settings values at constructor. It
17 class ResettableSettingsSnapshot {
32 explicit ResettableSettingsSnapshot(Profile* profile);
33 ~ResettableSettingsSnapshot();
52 void Subtract(const ResettableSettingsSnapshot& snapshot);
59 int FindDifferentFields(const ResettableSettingsSnapshot& snapshot) const;
74 DISALLOW_COPY_AND_ASSIGN(ResettableSettingsSnapshot);
77 // The caller of ResettableSettingsSnapshot.
84 // mask of ResettableSettingsSnapshot::Field values.
85 std::string SerializeSettingsReport(const ResettableSettingsSnapshot& snapshot
    [all...]

Completed in 25 milliseconds