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