/external/chromium/chrome/browser/sync/ |
profile_sync_factory_mock.cc | 21 ON_CALL(*this, CreateBookmarkSyncComponents(_, _)).
|
profile_sync_factory_impl.h | 46 virtual SyncComponents CreateBookmarkSyncComponents(
|
profile_sync_factory.h | 91 virtual SyncComponents CreateBookmarkSyncComponents(
|
profile_sync_factory_mock.h | 48 MOCK_METHOD2(CreateBookmarkSyncComponents,
|
profile_sync_factory_impl.cc | 222 ProfileSyncFactoryImpl::CreateBookmarkSyncComponents(
|
profile_sync_service_unittest.cc | 139 EXPECT_CALL(factory_, CreateBookmarkSyncComponents(_, _)).Times(0);
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_components_factory_mock.cc | 20 ON_CALL(*this, CreateBookmarkSyncComponents(_, _)).
|
profile_sync_components_factory.h | 110 virtual SyncComponents CreateBookmarkSyncComponents(
|
profile_sync_components_factory_impl.h | 59 virtual SyncComponents CreateBookmarkSyncComponents(
|
profile_sync_components_factory_mock.h | 55 MOCK_METHOD2(CreateBookmarkSyncComponents,
|
profile_sync_components_factory_impl.cc | 463 ProfileSyncComponentsFactoryImpl::CreateBookmarkSyncComponents(
|
/external/chromium/chrome/browser/sync/glue/ |
bookmark_data_type_controller.cc | 67 CreateBookmarkSyncComponents(sync_service_, this);
|
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(_, _));
|
frontend_data_type_controller_unittest.cc | 56 CreateBookmarkSyncComponents(sync_service_, this); 104 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)).
|
/external/chromium_org/chrome/browser/sync/glue/ |
bookmark_data_type_controller.cc | 84 profile_sync_factory_->CreateBookmarkSyncComponents(sync_service_,
|
bookmark_data_type_controller_unittest.cc | 125 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)); 256 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)); 278 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
|
frontend_data_type_controller_unittest.cc | 55 CreateBookmarkSyncComponents(sync_service_, this); 107 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)).
|
non_frontend_data_type_controller_unittest.cc | 75 CreateBookmarkSyncComponents(profile_sync_service(), this); 147 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)).
|