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

  /external/chromium_org/chrome/browser/sync/glue/
device_info_data_type_controller_unittest.cc 43 &profile_sync_factory_,
95 ProfileSyncComponentsFactoryMock profile_sync_factory_; member in class:browser_sync::__anon9385::DeviceInfoDataTypeControllerTest
frontend_data_type_controller.h 117 ProfileSyncComponentsFactory* const profile_sync_factory_; member in class:browser_sync::FrontendDataTypeController
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
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
non_frontend_data_type_controller.h 179 ProfileSyncComponentsFactory* const profile_sync_factory_; member in class:browser_sync::NonFrontendDataTypeController
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
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(_, _));
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
  /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 6113 milliseconds