Searched refs:profile_sync_factory_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsearch_engine_data_type_controller_unittest.cc38 profile_sync_factory_.reset(new ProfileSyncComponentsFactoryMock());
42 profile_sync_factory_.get(), &profile_);
63 syncer::SEARCH_ENGINES, profile_sync_factory_.get())))));
65 EXPECT_CALL(*profile_sync_factory_,
83 scoped_ptr<ProfileSyncComponentsFactoryMock> profile_sync_factory_; member in class:browser_sync::__anon4768::SyncSearchEngineDataTypeControllerTest
H A Ddevice_info_data_type_controller_unittest.cc43 &profile_sync_factory_,
95 ProfileSyncComponentsFactoryMock profile_sync_factory_; member in class:browser_sync::__anon4760::DeviceInfoDataTypeControllerTest
H A Dbookmark_data_type_controller_unittest.cc106 profile_sync_factory_.reset(
109 bookmark_dtc_ = new BookmarkDataTypeController(profile_sync_factory_.get(),
144 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
168 scoped_ptr<ProfileSyncComponentsFactoryMock> profile_sync_factory_; member in class:SyncBookmarkDataTypeControllerTest
278 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
300 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
H A Dfrontend_data_type_controller_unittest.cc55 profile_sync_factory_->
93 profile_sync_factory_.reset(new ProfileSyncComponentsFactoryMock());
96 new FrontendDataTypeControllerFake(profile_sync_factory_.get(),
108 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)).
155 scoped_ptr<ProfileSyncComponentsFactoryMock> profile_sync_factory_; member in class:SyncFrontendDataTypeControllerTest
H A Dbookmark_data_type_controller.cc92 profile_sync_factory_->CreateBookmarkSyncComponents(sync_service_,
H A Dautofill_data_type_controller_unittest.cc147 EXPECT_CALL(profile_sync_factory_,
156 &profile_sync_factory_, &profile_);
185 ProfileSyncComponentsFactoryMock profile_sync_factory_; member in class:browser_sync::__anon4757::SyncAutofillDataTypeControllerTest
H A Dfrontend_data_type_controller.h117 ProfileSyncComponentsFactory* const profile_sync_factory_; member in class:browser_sync::FrontendDataTypeController
H A Dnon_frontend_data_type_controller.cc170 profile_sync_factory_(profile_sync_factory),
177 DCHECK(profile_sync_factory_);
307 profile_sync_factory_(NULL),
415 return profile_sync_factory_;
H A Dnon_frontend_data_type_controller_unittest.cc123 profile_sync_factory_.reset(new ProfileSyncComponentsFactoryMock());
128 new NonFrontendDataTypeControllerFake(profile_sync_factory_.get(),
148 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)).
213 scoped_ptr<ProfileSyncComponentsFactoryMock> profile_sync_factory_; member in class:SyncNonFrontendDataTypeControllerTest
H A Dfrontend_data_type_controller.cc34 profile_sync_factory_(profile_sync_factory),
158 profile_sync_factory_(NULL),
H A Dnon_frontend_data_type_controller.h179 ProfileSyncComponentsFactory* const profile_sync_factory_; member in class:browser_sync::NonFrontendDataTypeController
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsession_data_type_controller_unittest.cc103 &profile_sync_factory_,
162 ProfileSyncComponentsFactoryMock profile_sync_factory_; member in class:browser_sync::__anon4791::SessionDataTypeControllerTest

Completed in 113 milliseconds