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

  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter.h 19 class AutomaticProfileResetterDelegate;
134 scoped_ptr<AutomaticProfileResetterDelegate> delegate);
260 scoped_ptr<AutomaticProfileResetterDelegate> delegate_;
automatic_profile_resetter_delegate.h 32 class AutomaticProfileResetterDelegate {
34 virtual ~AutomaticProfileResetterDelegate() {}
111 // Implementation for AutomaticProfileResetterDelegate.
113 : public AutomaticProfileResetterDelegate,
130 // AutomaticProfileResetterDelegate:
automatic_profile_resetter.cc 179 InputBuilder(Profile* profile, AutomaticProfileResetterDelegate* delegate)
334 AutomaticProfileResetterDelegate* delegate_;
534 scoped_ptr<AutomaticProfileResetterDelegate> delegate) {
automatic_profile_resetter_delegate_unittest.cc 59 // A testing version of the AutomaticProfileResetterDelegate that differs from
293 scoped_ptr<AutomaticProfileResetterDelegate> late_resetter_delegate(
352 scoped_ptr<AutomaticProfileResetterDelegate> late_resetter_delegate(
486 // No test for a new instance of AutomaticProfileResetterDelegate. That will
automatic_profile_resetter_unittest.cc 75 class MockProfileResetterDelegate : public AutomaticProfileResetterDelegate {
561 mock_delegate_owned_.PassAs<AutomaticProfileResetterDelegate>());
    [all...]

Completed in 120 milliseconds