HomeSort by relevance Sort by last modified time
    Searched defs:profile_sync_factory_ (Results 1 - 22 of 22) sorted by null

  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller.h 98 ProfileSyncFactory* const profile_sync_factory_; member in class:browser_sync::FrontendDataTypeController
password_data_type_controller.h 70 ProfileSyncFactory* profile_sync_factory_; member in class:browser_sync::PasswordDataTypeController
autofill_data_type_controller.h 72 ProfileSyncFactory* profile_sync_factory_; member in class:browser_sync::AutofillDataTypeController
bookmark_data_type_controller_unittest.cc 55 profile_sync_factory_.reset(
59 new BookmarkDataTypeController(profile_sync_factory_.get(),
74 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
90 scoped_ptr<ProfileSyncFactoryMock> profile_sync_factory_; member in class:BookmarkDataTypeControllerTest
158 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
175 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
extension_data_type_controller_unittest.cc 41 profile_sync_factory_.reset(new ProfileSyncFactoryMock());
43 new ExtensionDataTypeController(profile_sync_factory_.get(),
51 EXPECT_CALL(*profile_sync_factory_, CreateExtensionSyncComponents(_, _)).
78 scoped_ptr<ProfileSyncFactoryMock> profile_sync_factory_; member in class:ExtensionDataTypeControllerTest
preference_data_type_controller_unittest.cc 42 profile_sync_factory_.reset(new ProfileSyncFactoryMock());
44 new PreferenceDataTypeController(profile_sync_factory_.get(),
53 EXPECT_CALL(*profile_sync_factory_, CreatePreferenceSyncComponents(_, _)).
79 scoped_ptr<ProfileSyncFactoryMock> profile_sync_factory_; member in class:PreferenceDataTypeControllerTest
theme_data_type_controller_unittest.cc 41 profile_sync_factory_.reset(new ProfileSyncFactoryMock());
43 new ThemeDataTypeController(profile_sync_factory_.get(),
51 EXPECT_CALL(*profile_sync_factory_, CreateThemeSyncComponents(_, _)).
77 scoped_ptr<ProfileSyncFactoryMock> profile_sync_factory_; member in class:ThemeDataTypeControllerTest
typed_url_data_type_controller.h 101 ProfileSyncFactory* profile_sync_factory_; member in class:browser_sync::TypedUrlDataTypeController
autofill_data_type_controller_unittest.cc 94 new AutofillDataTypeController(&profile_sync_factory_,
117 EXPECT_CALL(profile_sync_factory_,
151 ProfileSyncFactoryMock profile_sync_factory_; member in class:__anon4882::AutofillDataTypeControllerTest
212 EXPECT_CALL(profile_sync_factory_,
252 EXPECT_CALL(profile_sync_factory_,
frontend_data_type_controller_unittest.cc 55 profile_sync_factory_->
90 profile_sync_factory_.reset(new ProfileSyncFactoryMock());
93 new FrontendDataTypeControllerFake(profile_sync_factory_.get(),
104 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)).
139 scoped_ptr<ProfileSyncFactoryMock> profile_sync_factory_; member in class:FrontendDataTypeControllerTest
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.h 106 ProfileSyncComponentsFactory* const profile_sync_factory_; member in class:browser_sync::FrontendDataTypeController
non_ui_data_type_controller.h 129 ProfileSyncComponentsFactory* const profile_sync_factory_; member in class:browser_sync::NonUIDataTypeController
ui_data_type_controller.h 90 ProfileSyncComponentsFactory* const profile_sync_factory_; member in class:browser_sync::UIDataTypeController
search_engine_data_type_controller_unittest.cc 48 profile_sync_factory_.reset(new ProfileSyncComponentsFactoryMock());
52 new SearchEngineDataTypeController(profile_sync_factory_.get(),
73 EXPECT_CALL(*profile_sync_factory_,
76 EXPECT_CALL(*profile_sync_factory_, CreateSharedChangeProcessor()).
78 EXPECT_CALL(*profile_sync_factory_,
105 scoped_ptr<ProfileSyncComponentsFactoryMock> profile_sync_factory_; member in class:browser_sync::__anon8219::SyncSearchEngineDataTypeControllerTest
128 EXPECT_CALL(*profile_sync_factory_, CreateSharedChangeProcessor()).
frontend_data_type_controller_unittest.cc 54 profile_sync_factory_->
91 profile_sync_factory_.reset(new ProfileSyncComponentsFactoryMock());
94 new FrontendDataTypeControllerFake(profile_sync_factory_.get(),
106 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)).
157 scoped_ptr<ProfileSyncComponentsFactoryMock> profile_sync_factory_; member in class:SyncFrontendDataTypeControllerTest
non_frontend_data_type_controller.h 164 ProfileSyncComponentsFactory* const profile_sync_factory_; member in class:browser_sync::NonFrontendDataTypeController
ui_data_type_controller_unittest.cc 48 profile_sync_factory_.reset(new ProfileSyncComponentsFactoryMock());
51 profile_sync_factory_.get(),
69 EXPECT_CALL(*profile_sync_factory_, GetSyncableServiceForType(type_)).
71 EXPECT_CALL(*profile_sync_factory_, CreateSharedChangeProcessor()).
73 EXPECT_CALL(*profile_sync_factory_,
102 scoped_ptr<ProfileSyncComponentsFactoryMock> profile_sync_factory_; member in class:browser_sync::__anon8238::SyncUIDataTypeControllerTest
autofill_data_type_controller_unittest.cc 164 EXPECT_CALL(profile_sync_factory_,
172 new AutofillDataTypeController(&profile_sync_factory_,
206 ProfileSyncComponentsFactoryMock profile_sync_factory_; member in class:browser_sync::__anon8202::SyncAutofillDataTypeControllerTest
bookmark_data_type_controller_unittest.cc 88 profile_sync_factory_.reset(
91 bookmark_dtc_ = new BookmarkDataTypeController(profile_sync_factory_.get(),
124 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
150 scoped_ptr<ProfileSyncComponentsFactoryMock> profile_sync_factory_; member in class:SyncBookmarkDataTypeControllerTest
255 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
277 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
non_frontend_data_type_controller_unittest.cc 120 profile_sync_factory_.reset(
126 new NonFrontendDataTypeControllerFake(profile_sync_factory_.get(),
146 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)).
212 scoped_ptr<ProfileSyncComponentsFactoryMock> profile_sync_factory_; member in class:SyncNonFrontendDataTypeControllerTest
non_ui_data_type_controller_unittest.cc 161 profile_sync_factory_.reset(
168 new NonUIDataTypeControllerFake(profile_sync_factory_.get(),
194 EXPECT_CALL(*profile_sync_factory_,
248 scoped_ptr<ProfileSyncComponentsFactoryMock> profile_sync_factory_; member in class:browser_sync::__anon8218::SyncNonUIDataTypeControllerTest
291 EXPECT_CALL(*profile_sync_factory_,
420 Mock::VerifyAndClearExpectations(&profile_sync_factory_);
460 Mock::VerifyAndClearExpectations(&profile_sync_factory_);
  /external/chromium/chrome/browser/profiles/
profile_impl.h 228 scoped_ptr<ProfileSyncFactory> profile_sync_factory_; member in class:ProfileImpl

Completed in 1626 milliseconds