ResettableSettingsSnapshot  333 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc   scoped_ptr<ResettableSettingsSnapshot> old_settings_snapshot;
ResettableSettingsSnapshot  335 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc     old_settings_snapshot.reset(new ResettableSettingsSnapshot(profile_));
ResettableSettingsSnapshot  361 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc     scoped_ptr<ResettableSettingsSnapshot> old_settings_snapshot) {
ResettableSettingsSnapshot  364 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc     ResettableSettingsSnapshot new_settings_snapshot(profile_);
ResettableSettingsSnapshot   21 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h class ResettableSettingsSnapshot;
ResettableSettingsSnapshot  182 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h       scoped_ptr<ResettableSettingsSnapshot> old_settings_snapshot);
ResettableSettingsSnapshot  861 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ResettableSettingsSnapshot empty_snap(profile());
ResettableSettingsSnapshot  893 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ResettableSettingsSnapshot nonorganic_snap(profile());
ResettableSettingsSnapshot  897 chrome/browser/profile_resetter/profile_resetter_unittest.cc   int diff_fields = ResettableSettingsSnapshot::ALL_FIELDS;
ResettableSettingsSnapshot  899 chrome/browser/profile_resetter/profile_resetter_unittest.cc     diff_fields &= ~ResettableSettingsSnapshot::SHORTCUTS;
ResettableSettingsSnapshot  909 chrome/browser/profile_resetter/profile_resetter_unittest.cc   EXPECT_EQ(ResettableSettingsSnapshot::ExtensionList(),
ResettableSettingsSnapshot  920 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ResettableSettingsSnapshot organic_snap(profile());
ResettableSettingsSnapshot  933 chrome/browser/profile_resetter/profile_resetter_unittest.cc   EXPECT_EQ(ResettableSettingsSnapshot::ExtensionList(
ResettableSettingsSnapshot  965 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ResettableSettingsSnapshot nonorganic_snap(profile());
ResettableSettingsSnapshot  970 chrome/browser/profile_resetter/profile_resetter_unittest.cc   COMPILE_ASSERT(ResettableSettingsSnapshot::ALL_FIELDS == 31,
ResettableSettingsSnapshot  972 chrome/browser/profile_resetter/profile_resetter_unittest.cc   for (int field_mask = 0; field_mask <= ResettableSettingsSnapshot::ALL_FIELDS;
ResettableSettingsSnapshot  992 chrome/browser/profile_resetter/profile_resetter_unittest.cc     EXPECT_EQ(!!(field_mask & ResettableSettingsSnapshot::STARTUP_MODE),
ResettableSettingsSnapshot  994 chrome/browser/profile_resetter/profile_resetter_unittest.cc     EXPECT_EQ(!!(field_mask & ResettableSettingsSnapshot::STARTUP_MODE),
ResettableSettingsSnapshot  996 chrome/browser/profile_resetter/profile_resetter_unittest.cc     EXPECT_EQ(!!(field_mask & ResettableSettingsSnapshot::HOMEPAGE),
ResettableSettingsSnapshot  998 chrome/browser/profile_resetter/profile_resetter_unittest.cc     EXPECT_EQ(!!(field_mask & ResettableSettingsSnapshot::HOMEPAGE),
ResettableSettingsSnapshot 1000 chrome/browser/profile_resetter/profile_resetter_unittest.cc     EXPECT_EQ(!!(field_mask & ResettableSettingsSnapshot::DSE_URL),
ResettableSettingsSnapshot 1002 chrome/browser/profile_resetter/profile_resetter_unittest.cc     EXPECT_EQ(!!(field_mask & ResettableSettingsSnapshot::EXTENSIONS),
ResettableSettingsSnapshot 1004 chrome/browser/profile_resetter/profile_resetter_unittest.cc     EXPECT_EQ(!!(field_mask & ResettableSettingsSnapshot::SHORTCUTS),
ResettableSettingsSnapshot 1011 chrome/browser/profile_resetter/profile_resetter_unittest.cc                    const ResettableSettingsSnapshot& snapshot) {
ResettableSettingsSnapshot 1055 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ResettableSettingsSnapshot snapshot(profile());
ResettableSettingsSnapshot 1093 chrome/browser/profile_resetter/profile_resetter_unittest.cc   scoped_ptr<ResettableSettingsSnapshot> deleted_snapshot(
ResettableSettingsSnapshot 1094 chrome/browser/profile_resetter/profile_resetter_unittest.cc       new ResettableSettingsSnapshot(profile()));
ResettableSettingsSnapshot   54 chrome/browser/profile_resetter/resettable_settings_snapshot.cc ResettableSettingsSnapshot::ResettableSettingsSnapshot(
ResettableSettingsSnapshot   88 chrome/browser/profile_resetter/resettable_settings_snapshot.cc ResettableSettingsSnapshot::~ResettableSettingsSnapshot() {
ResettableSettingsSnapshot   94 chrome/browser/profile_resetter/resettable_settings_snapshot.cc void ResettableSettingsSnapshot::Subtract(
ResettableSettingsSnapshot   95 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     const ResettableSettingsSnapshot& snapshot) {
ResettableSettingsSnapshot  102 chrome/browser/profile_resetter/resettable_settings_snapshot.cc int ResettableSettingsSnapshot::FindDifferentFields(
ResettableSettingsSnapshot  103 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     const ResettableSettingsSnapshot& snapshot) const {
ResettableSettingsSnapshot  124 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   COMPILE_ASSERT(ResettableSettingsSnapshot::ALL_FIELDS == 31,
ResettableSettingsSnapshot  130 chrome/browser/profile_resetter/resettable_settings_snapshot.cc void ResettableSettingsSnapshot::RequestShortcuts(
ResettableSettingsSnapshot  140 chrome/browser/profile_resetter/resettable_settings_snapshot.cc       base::Bind(&ResettableSettingsSnapshot::SetShortcutsAndReport,
ResettableSettingsSnapshot  145 chrome/browser/profile_resetter/resettable_settings_snapshot.cc void ResettableSettingsSnapshot::SetShortcutsAndReport(
ResettableSettingsSnapshot  157 chrome/browser/profile_resetter/resettable_settings_snapshot.cc std::string SerializeSettingsReport(const ResettableSettingsSnapshot& snapshot,
ResettableSettingsSnapshot  162 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   if (field_mask & ResettableSettingsSnapshot::STARTUP_MODE) {
ResettableSettingsSnapshot  172 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   if (field_mask & ResettableSettingsSnapshot::HOMEPAGE) {
ResettableSettingsSnapshot  177 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   if (field_mask & ResettableSettingsSnapshot::DSE_URL)
ResettableSettingsSnapshot  180 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   if (field_mask & ResettableSettingsSnapshot::EXTENSIONS) {
ResettableSettingsSnapshot  182 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     const ResettableSettingsSnapshot::ExtensionList& extensions =
ResettableSettingsSnapshot  184 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     for (ResettableSettingsSnapshot::ExtensionList::const_iterator i =
ResettableSettingsSnapshot  194 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   if (field_mask & ResettableSettingsSnapshot::SHORTCUTS) {
ResettableSettingsSnapshot  208 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   COMPILE_ASSERT(ResettableSettingsSnapshot::ALL_FIELDS == 31,
ResettableSettingsSnapshot  243 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     const ResettableSettingsSnapshot& snapshot) {
ResettableSettingsSnapshot  339 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   const ResettableSettingsSnapshot::ExtensionList& extensions =
ResettableSettingsSnapshot  342 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   for (ResettableSettingsSnapshot::ExtensionList::const_iterator i =
ResettableSettingsSnapshot   24 chrome/browser/profile_resetter/resettable_settings_snapshot.h class ResettableSettingsSnapshot {
ResettableSettingsSnapshot   40 chrome/browser/profile_resetter/resettable_settings_snapshot.h   explicit ResettableSettingsSnapshot(Profile* profile);
ResettableSettingsSnapshot   41 chrome/browser/profile_resetter/resettable_settings_snapshot.h   ~ResettableSettingsSnapshot();
ResettableSettingsSnapshot   68 chrome/browser/profile_resetter/resettable_settings_snapshot.h   void Subtract(const ResettableSettingsSnapshot& snapshot);
ResettableSettingsSnapshot   75 chrome/browser/profile_resetter/resettable_settings_snapshot.h   int FindDifferentFields(const ResettableSettingsSnapshot& snapshot) const;
ResettableSettingsSnapshot  109 chrome/browser/profile_resetter/resettable_settings_snapshot.h   base::WeakPtrFactory<ResettableSettingsSnapshot> weak_ptr_factory_;
ResettableSettingsSnapshot  111 chrome/browser/profile_resetter/resettable_settings_snapshot.h   DISALLOW_COPY_AND_ASSIGN(ResettableSettingsSnapshot);
ResettableSettingsSnapshot  122 chrome/browser/profile_resetter/resettable_settings_snapshot.h std::string SerializeSettingsReport(const ResettableSettingsSnapshot& snapshot,
ResettableSettingsSnapshot  135 chrome/browser/profile_resetter/resettable_settings_snapshot.h     const ResettableSettingsSnapshot& snapshot);
ResettableSettingsSnapshot  197 chrome/browser/ui/views/profile_reset_bubble_view.cc   snapshot_.reset(new ResettableSettingsSnapshot(profile_));
ResettableSettingsSnapshot   32 chrome/browser/ui/views/profile_reset_bubble_view.h class ResettableSettingsSnapshot;
ResettableSettingsSnapshot  107 chrome/browser/ui/views/profile_reset_bubble_view.h   scoped_ptr<ResettableSettingsSnapshot> snapshot_;
ResettableSettingsSnapshot  121 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc     ResettableSettingsSnapshot current_snapshot(profile);
ResettableSettingsSnapshot  144 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc         new ResettableSettingsSnapshot(Profile::FromWebUI(web_ui())));
ResettableSettingsSnapshot   23 chrome/browser/ui/webui/options/reset_profile_settings_handler.h class ResettableSettingsSnapshot;
ResettableSettingsSnapshot   85 chrome/browser/ui/webui/options/reset_profile_settings_handler.h   scoped_ptr<ResettableSettingsSnapshot> setting_snapshot_;