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

  /external/chromium_org/chrome/browser/profile_resetter/
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...]
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...]
automatic_profile_resetter_delegate.h 35 class ResettableSettingsSnapshot;
188 scoped_ptr<ResettableSettingsSnapshot> old_settings_snapshot);
profile_resetter_unittest.cc 858 ResettableSettingsSnapshot empty_snap(profile());
    [all...]
automatic_profile_resetter_delegate.cc 354 scoped_ptr<ResettableSettingsSnapshot> old_settings_snapshot;
356 old_settings_snapshot.reset(new ResettableSettingsSnapshot(profile_));
382 scoped_ptr<ResettableSettingsSnapshot> old_settings_snapshot) {
385 ResettableSettingsSnapshot new_settings_snapshot(profile_);
  /external/chromium_org/chrome/browser/ui/webui/options/
reset_profile_settings_handler.h 23 class ResettableSettingsSnapshot;
85 scoped_ptr<ResettableSettingsSnapshot> setting_snapshot_;
reset_profile_settings_handler.cc 122 ResettableSettingsSnapshot current_snapshot(profile);
145 new ResettableSettingsSnapshot(Profile::FromWebUI(web_ui())));
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_reset_bubble_view.h 32 class ResettableSettingsSnapshot;
107 scoped_ptr<ResettableSettingsSnapshot> snapshot_;
profile_reset_bubble_view.cc 198 snapshot_.reset(new ResettableSettingsSnapshot(profile_));

Completed in 85 milliseconds