Searched refs:CreateBookmarkSyncComponents (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/sync/glue/ |
D | bookmark_data_type_controller_unittest.cc | 74 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)); in SetAssociateExpectations() 158 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)); in TEST_F() 175 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)); in TEST_F()
|
D | bookmark_data_type_controller.cc | 67 CreateBookmarkSyncComponents(sync_service_, this); in CreateSyncComponents()
|
D | frontend_data_type_controller_unittest.cc | 56 CreateBookmarkSyncComponents(sync_service_, this); in CreateSyncComponents() 104 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)). in SetStartExpectations()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_factory_mock.cc | 21 ON_CALL(*this, CreateBookmarkSyncComponents(_, _)). in ProfileSyncFactoryMock()
|
D | profile_sync_factory_impl.h | 46 virtual SyncComponents CreateBookmarkSyncComponents(
|
D | profile_sync_factory_mock.h | 48 MOCK_METHOD2(CreateBookmarkSyncComponents,
|
D | profile_sync_factory.h | 91 virtual SyncComponents CreateBookmarkSyncComponents(
|
D | profile_sync_factory_impl.cc | 222 ProfileSyncFactoryImpl::CreateBookmarkSyncComponents( in CreateBookmarkSyncComponents() function in ProfileSyncFactoryImpl
|
D | profile_sync_service_unittest.cc | 139 EXPECT_CALL(factory_, CreateBookmarkSyncComponents(_, _)).Times(0); in TEST_F()
|