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

  /external/chromium_org/chrome/test/base/
profile_mock.cc 7 ProfileMock::ProfileMock() {}
9 ProfileMock::~ProfileMock() {}
profile_mock.h 12 class ProfileMock : public TestingProfile {
14 ProfileMock();
15 virtual ~ProfileMock();
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.h 73 static void SetDefaultExpectationsForWorkerCreation(ProfileMock* profile);
75 static void SetHistoryServiceExpectations(ProfileMock* profile);
test_profile_sync_service.cc 135 SetDefaultExpectationsForWorkerCreation(ProfileMock* profile) {
141 ProfileMock* profile) {
profile_sync_service_autofill_unittest.cc 192 ProfileMock* profile,
206 ProfileMock* profile,
227 ProfileMock* profile,
465 ProfileMock profile_;
    [all...]
profile_sync_service_typed_url_unittest.cc 284 ProfileMock profile_;
profile_sync_service_password_unittest.cc 308 ProfileMock profile_;
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui_unittest.cc 56 profile_.reset(new NiceMock<ProfileMock>());
68 NiceMock<ProfileMock>* GetProfileMock() {
69 return static_cast<NiceMock<ProfileMock>*>(profile());
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.h 80 static void SetHistoryServiceExpectations(ProfileMock* profile);
profile_sync_service_autofill_unittest.cc 380 ProfileMock* profile,
393 ProfileMock* profile,
415 ProfileMock* profile,
506 profile_.reset(new ProfileMock());
760 scoped_ptr<ProfileMock> profile_;
    [all...]
profile_sync_service_password_unittest.cc 157 profile_.reset(new ProfileMock());
317 scoped_ptr<ProfileMock> profile_;
profile_sync_service_typed_url_unittest.cc 187 profile_.reset(new ProfileMock());
325 scoped_ptr<ProfileMock> profile_;
    [all...]
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller_unittest.cc 91 ProfileMock profile_;
extension_data_type_controller_unittest.cc 79 ProfileMock profile_;
frontend_data_type_controller_unittest.cc 141 ProfileMock profile_;
preference_data_type_controller_unittest.cc 80 ProfileMock profile_;
theme_data_type_controller_unittest.cc 78 ProfileMock profile_;
autofill_data_type_controller_unittest.cc 152 ProfileMock profile_;
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc 208 ProfileMock profile_;
ui_data_type_controller_unittest.cc 101 ProfileMock profile_;
bookmark_data_type_controller_unittest.cc 151 ProfileMock profile_;
frontend_data_type_controller_unittest.cc 159 ProfileMock profile_;
non_frontend_data_type_controller_unittest.cc 214 ProfileMock profile_;
non_ui_data_type_controller_unittest.cc 247 ProfileMock profile_;
session_model_associator_unittest.cc 84 NiceMock<ProfileMock> profile_;

Completed in 246 milliseconds