HomeSort by relevance Sort by last modified time
    Searched full:resetter_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_test_base.cc 34 resetter_->Reset(resettable_flags,
46 resetter_->Reset(resettable_flags,
profile_resetter_test_base.h 16 // resetter_->Reset(ProfileResetter::ALL,
48 scoped_ptr<ProfileResetter> resetter_; member in class:ProfileResetterTestBase
profile_resetter_browsertest.cc 159 resetter_.reset(new ProfileResetter(browser()->profile()));
profile_resetter_unittest.cc 101 resetter_.reset(new ProfileResetter(profile()));
123 resetter_.reset(new ProfileResetter(profile()));
  /external/chromium_org/chrome/browser/ui/webui/options/
reset_profile_settings_handler.cc 40 resetter_.reset(new ProfileResetter(profile));
124 DCHECK(resetter_);
125 DCHECK(!resetter_->IsActive());
143 resetter_->Reset(
reset_profile_settings_handler.h 56 scoped_ptr<ProfileResetter> resetter_; member in class:options::ResetProfileSettingsHandler

Completed in 477 milliseconds