Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_mock.h66 MOCK_METHOD0(UnsuppressAndStart, void());
Dprofile_sync_service_unittest.cc422 service()->UnsuppressAndStart(); in TEST_F()
450 service()->UnsuppressAndStart(); in TEST_F()
Dprofile_sync_service_android.cc142 sync_service_->UnsuppressAndStart(); in EnableSync()
172 sync_service_->UnsuppressAndStart(); in SignInSync()
Dprofile_sync_service.h712 virtual void UnsuppressAndStart();
Dprofile_sync_service.cc2495 void ProfileSyncService::UnsuppressAndStart() { in UnsuppressAndStart() function in ProfileSyncService
/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler.cc319 service->UnsuppressAndStart(); in DisplayConfigureSync()