Searched refs:CreateBookmarkSyncComponents (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/sync/glue/ |
D | bookmark_data_type_controller_unittest.cc | 144 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)); in SetAssociateExpectations() 278 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)); in TEST_F() 300 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)); in TEST_F()
|
D | bookmark_data_type_controller.cc | 92 profile_sync_factory_->CreateBookmarkSyncComponents(sync_service_, in CreateSyncComponents()
|
D | frontend_data_type_controller_unittest.cc | 56 CreateBookmarkSyncComponents(sync_service_, this); in CreateSyncComponents() 108 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)). in SetStartExpectations()
|
D | non_frontend_data_type_controller_unittest.cc | 77 CreateBookmarkSyncComponents(profile_sync_service(), this); in CreateSyncComponents() 148 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)). in SetStartExpectations()
|
/external/chromium_org/chrome/browser/sync/ |
D | profile_sync_components_factory_mock.cc | 29 ON_CALL(*this, CreateBookmarkSyncComponents(_, _)). in ProfileSyncComponentsFactoryMock()
|
D | profile_sync_components_factory.h | 105 virtual SyncComponents CreateBookmarkSyncComponents(
|
D | profile_sync_components_factory_mock.h | 57 MOCK_METHOD2(CreateBookmarkSyncComponents,
|
D | profile_sync_components_factory_impl.h | 74 virtual SyncComponents CreateBookmarkSyncComponents(
|
D | profile_sync_components_factory_impl.cc | 664 ProfileSyncComponentsFactoryImpl::CreateBookmarkSyncComponents( in CreateBookmarkSyncComponents() function in ProfileSyncComponentsFactoryImpl
|