Home
last modified time | relevance | path

Searched refs:OnUserCancelledDialog (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_mock.h32 MOCK_METHOD0(OnUserCancelledDialog, void());
Dprofile_sync_service.h222 virtual void OnUserCancelledDialog();
Dsync_setup_flow.cc223 service_->OnUserCancelledDialog(); in OnDialogClosed()
Dsync_setup_wizard_unittest.cc61 virtual void OnUserCancelledDialog() { in OnUserCancelledDialog() function in ProfileSyncServiceForWizardTest
Dprofile_sync_service.cc858 void ProfileSyncService::OnUserCancelledDialog() { in OnUserCancelledDialog() function in ProfileSyncService
/external/chromium/chrome/browser/
Dbrowser_signin.cc283 GetProfileSyncService()->OnUserCancelledDialog(); in Cancel()