Home
last modified time | relevance | path

Searched refs:CreateBookmarkSyncComponents (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dbookmark_data_type_controller_unittest.cc144 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()
Dbookmark_data_type_controller.cc92 profile_sync_factory_->CreateBookmarkSyncComponents(sync_service_, in CreateSyncComponents()
Dfrontend_data_type_controller_unittest.cc56 CreateBookmarkSyncComponents(sync_service_, this); in CreateSyncComponents()
108 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)). in SetStartExpectations()
Dnon_frontend_data_type_controller_unittest.cc77 CreateBookmarkSyncComponents(profile_sync_service(), this); in CreateSyncComponents()
148 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)). in SetStartExpectations()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory_mock.cc29 ON_CALL(*this, CreateBookmarkSyncComponents(_, _)). in ProfileSyncComponentsFactoryMock()
Dprofile_sync_components_factory.h105 virtual SyncComponents CreateBookmarkSyncComponents(
Dprofile_sync_components_factory_mock.h57 MOCK_METHOD2(CreateBookmarkSyncComponents,
Dprofile_sync_components_factory_impl.h74 virtual SyncComponents CreateBookmarkSyncComponents(
Dprofile_sync_components_factory_impl.cc664 ProfileSyncComponentsFactoryImpl::CreateBookmarkSyncComponents( in CreateBookmarkSyncComponents() function in ProfileSyncComponentsFactoryImpl