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

  /external/chromium_org/chrome/browser/sync/glue/
search_engine_data_type_controller_unittest.cc 38 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::__anon9393::SyncSearchEngineDataTypeControllerTest
device_info_data_type_controller_unittest.cc 43 &profile_sync_factory_,
95 ProfileSyncComponentsFactoryMock profile_sync_factory_; member in class:browser_sync::__anon9385::DeviceInfoDataTypeControllerTest
bookmark_data_type_controller_unittest.cc 106 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(_, _));
frontend_data_type_controller_unittest.cc 55 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
bookmark_data_type_controller.cc 92 profile_sync_factory_->CreateBookmarkSyncComponents(sync_service_,
frontend_data_type_controller.h 117 ProfileSyncComponentsFactory* const profile_sync_factory_; member in class:browser_sync::FrontendDataTypeController
autofill_data_type_controller_unittest.cc 147 EXPECT_CALL(profile_sync_factory_,
156 &profile_sync_factory_, &profile_);
185 ProfileSyncComponentsFactoryMock profile_sync_factory_; member in class:browser_sync::__anon9382::SyncAutofillDataTypeControllerTest
non_frontend_data_type_controller.cc 170 profile_sync_factory_(profile_sync_factory),
177 DCHECK(profile_sync_factory_);
307 profile_sync_factory_(NULL),
415 return profile_sync_factory_;
non_frontend_data_type_controller.h 179 ProfileSyncComponentsFactory* const profile_sync_factory_; member in class:browser_sync::NonFrontendDataTypeController
non_frontend_data_type_controller_unittest.cc 123 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
frontend_data_type_controller.cc 34 profile_sync_factory_(profile_sync_factory),
158 profile_sync_factory_(NULL),
  /external/chromium_org/chrome/browser/sync/sessions/
session_data_type_controller_unittest.cc 103 &profile_sync_factory_,
162 ProfileSyncComponentsFactoryMock profile_sync_factory_; member in class:browser_sync::__anon9416::SessionDataTypeControllerTest

Completed in 273 milliseconds