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

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.cc 19 ProfileSyncServiceMock::ProfileSyncServiceMock(Profile* profile)
31 ProfileSyncServiceMock::ProfileSyncServiceMock(
43 ProfileSyncServiceMock::~ProfileSyncServiceMock() {
47 TestingProfile* ProfileSyncServiceMock::MakeSignedInTestingProfile() {
54 KeyedService* ProfileSyncServiceMock::BuildMockProfileSyncService(
56 return new ProfileSyncServiceMock(static_cast<Profile*>(profile));
about_sync_util_unittest.cc 24 ProfileSyncServiceMock::MakeSignedInTestingProfile());
25 NiceMock<ProfileSyncServiceMock> service(profile.get());
profile_sync_service_mock.h 25 class ProfileSyncServiceMock : public ProfileSyncService {
27 explicit ProfileSyncServiceMock(Profile* profile);
28 ProfileSyncServiceMock(
30 virtual ~ProfileSyncServiceMock();
sync_ui_util_unittest.cc 53 void VerifySyncGlobalErrorResult(NiceMock<ProfileSyncServiceMock>* service,
85 ProfileSyncServiceMock::MakeSignedInTestingProfile());
86 NiceMock<ProfileSyncServiceMock> service(profile.get());
105 ProfileSyncServiceMock::MakeSignedInTestingProfile());
106 NiceMock<ProfileSyncServiceMock> service(profile.get());
134 ProfileSyncServiceMock::MakeSignedInTestingProfile());
135 NiceMock<ProfileSyncServiceMock> service(profile.get());
199 // Loads a ProfileSyncServiceMock to emulate one of a number of distinct cases
201 void GetDistinctCase(ProfileSyncServiceMock& service,
342 ProfileSyncServiceMock service(profile.get())
    [all...]
sync_global_error_unittest.cc 64 profile_.reset(ProfileSyncServiceMock::MakeSignedInTestingProfile());
79 void VerifySyncGlobalErrorResult(NiceMock<ProfileSyncServiceMock>* service,
125 NiceMock<ProfileSyncServiceMock> service(profile());
sync_startup_tracker_unittest.cc 34 mock_pss_ = static_cast<ProfileSyncServiceMock*>(
37 ProfileSyncServiceMock::BuildMockProfileSyncService));
67 ProfileSyncServiceMock* mock_pss_;
sync_error_notifier_ash_unittest.cc 117 service_.reset(new NiceMock<ProfileSyncServiceMock>(profile_));
177 scoped_ptr<NiceMock<ProfileSyncServiceMock> > service_;
backend_migrator_unittest.cc 106 NiceMock<ProfileSyncServiceMock> service_;
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper_unittest.cc 87 ProfileSyncServiceMock::BuildMockProfileSyncService);
103 ProfileSyncServiceMock* sync_service = static_cast<ProfileSyncServiceMock*>(
216 ProfileSyncServiceMock* sync_service = static_cast<ProfileSyncServiceMock*>(
239 ProfileSyncServiceMock* sync_service = static_cast<ProfileSyncServiceMock*>(
  /external/chromium_org/chrome/browser/sync/glue/
search_engine_data_type_controller_unittest.cc 37 service_.reset(new ProfileSyncServiceMock(&profile_));
84 scoped_ptr<ProfileSyncServiceMock> service_;
autofill_data_type_controller_unittest.cc 187 ProfileSyncServiceMock service_;
typed_url_model_associator_unittest.cc 73 ProfileSyncServiceMock* mock) {
417 ProfileSyncServiceMock mock(&profile);
bookmark_data_type_controller_unittest.cc 172 ProfileSyncServiceMock service_;
frontend_data_type_controller_unittest.cc 158 ProfileSyncServiceMock service_;
non_frontend_data_type_controller_unittest.cc 216 ProfileSyncServiceMock service_;
  /external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
signed_in_devices_api_unittest.cc 136 public ProfileSyncServiceMock {
139 : ProfileSyncServiceMock(p) {}
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc 137 return new ProfileSyncServiceMock(
152 ProfileSyncServiceMock* service = static_cast<ProfileSyncServiceMock*>(
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 294 mock_pss_ = static_cast<ProfileSyncServiceMock*>(
297 ProfileSyncServiceMock::BuildMockProfileSyncService));
370 // It's difficult to notify sync listeners when using a ProfileSyncServiceMock
384 ProfileSyncServiceMock* mock_pss_;
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model_unittest.cc 163 testing::NiceMock<ProfileSyncServiceMock> sync_service_;

Completed in 2207 milliseconds