Home
last modified time | relevance | path

Searched refs:ProfileSyncServiceObserverMock (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_test_util.cc10 ProfileSyncServiceObserverMock::ProfileSyncServiceObserverMock() {} in ProfileSyncServiceObserverMock() function in ProfileSyncServiceObserverMock
12 ProfileSyncServiceObserverMock::~ProfileSyncServiceObserverMock() {} in ~ProfileSyncServiceObserverMock()
Dprofile_sync_test_util.h37 class ProfileSyncServiceObserverMock : public ProfileSyncServiceObserver {
39 ProfileSyncServiceObserverMock();
40 virtual ~ProfileSyncServiceObserverMock();
Dprofile_sync_service_startup_unittest.cc90 ProfileSyncServiceObserverMock observer_;
Dprofile_sync_service_autofill_unittest.cc1044 ProfileSyncServiceObserverMock observer; in TEST_F()