Home
last modified time | relevance | path

Searched refs:resetter_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dreset_profile_settings_handler.cc39 resetter_.reset(new ProfileResetter(profile)); in InitializeHandler()
47 base::FundamentalValue(resetter_->IsActive())); in InitializePage()
170 DCHECK(resetter_); in ResetProfile()
171 DCHECK(!resetter_->IsActive()); in ResetProfile()
189 resetter_->Reset( in ResetProfile()
Dreset_profile_settings_handler.h71 scoped_ptr<ProfileResetter> resetter_; variable
/external/chromium_org/chrome/browser/profile_resetter/
Dprofile_resetter_test_base.cc34 resetter_->Reset(resettable_flags, in ResetAndWait()
46 resetter_->Reset(resettable_flags, in ResetAndWait()
Dautomatic_profile_resetter_unittest.cc522 resetter_.reset( in SetUp()
559 resetter_->Initialize(); in UnleashResetterAndWait()
560 resetter_->SetDelegateForTesting( in UnleashResetterAndWait()
562 resetter_->SetTaskRunnerForWaitingForTesting(waiting_task_runner_); in UnleashResetterAndWait()
564 resetter_->SetProgramForTesting(testing_program_); in UnleashResetterAndWait()
565 resetter_->SetHashSeedForTesting(testing_hash_seed_); in UnleashResetterAndWait()
567 resetter_->Activate(); in UnleashResetterAndWait()
605 resetter_->Shutdown(); in VerifyExpectationsThenShutdownResetter()
606 resetter_.reset(); in VerifyExpectationsThenShutdownResetter()
625 AutomaticProfileResetterUnderTest& resetter() { return *resetter_; } in resetter()
[all …]
Dprofile_resetter_test_base.h48 scoped_ptr<ProfileResetter> resetter_; variable
Dprofile_resetter_browsertest.cc159 resetter_.reset(new ProfileResetter(browser()->profile())); in SetUpOnMainThread()
Dprofile_resetter_unittest.cc104 resetter_.reset(new ProfileResetter(profile())); in SetUp()
126 resetter_.reset(new ProfileResetter(profile())); in SetUp()