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

  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_delegate.cc 125 // AutomaticProfileResetterDelegateImpl --------------------------------------
127 AutomaticProfileResetterDelegateImpl::AutomaticProfileResetterDelegateImpl(
155 AutomaticProfileResetterDelegateImpl::~AutomaticProfileResetterDelegateImpl() {
160 void AutomaticProfileResetterDelegateImpl::EnumerateLoadedModulesIfNeeded() {
170 void AutomaticProfileResetterDelegateImpl::
177 void AutomaticProfileResetterDelegateImpl::LoadTemplateURLServiceIfNeeded() {
182 void AutomaticProfileResetterDelegateImpl::
189 void AutomaticProfileResetterDelegateImpl:
    [all...]
automatic_profile_resetter_delegate.h 118 class AutomaticProfileResetterDelegateImpl
120 public base::SupportsWeakPtr<AutomaticProfileResetterDelegateImpl>,
124 explicit AutomaticProfileResetterDelegateImpl(
127 virtual ~AutomaticProfileResetterDelegateImpl();
236 DISALLOW_COPY_AND_ASSIGN(AutomaticProfileResetterDelegateImpl);
automatic_profile_resetter_delegate_unittest.cc 66 : public AutomaticProfileResetterDelegateImpl {
69 : AutomaticProfileResetterDelegateImpl(
280 new AutomaticProfileResetterDelegateImpl(profile(),
339 new AutomaticProfileResetterDelegateImpl(profile(),
automatic_profile_resetter.cc 408 delegate_.reset(new AutomaticProfileResetterDelegateImpl(

Completed in 43 milliseconds