Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dbookmark_data_type_controller_unittest.cc74 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()
Dbookmark_data_type_controller.cc67 CreateBookmarkSyncComponents(sync_service_, this); in CreateSyncComponents()
Dfrontend_data_type_controller_unittest.cc56 CreateBookmarkSyncComponents(sync_service_, this); in CreateSyncComponents()
104 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)). in SetStartExpectations()
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_mock.cc21 ON_CALL(*this, CreateBookmarkSyncComponents(_, _)). in ProfileSyncFactoryMock()
Dprofile_sync_factory_impl.h46 virtual SyncComponents CreateBookmarkSyncComponents(
Dprofile_sync_factory_mock.h48 MOCK_METHOD2(CreateBookmarkSyncComponents,
Dprofile_sync_factory.h91 virtual SyncComponents CreateBookmarkSyncComponents(
Dprofile_sync_factory_impl.cc222 ProfileSyncFactoryImpl::CreateBookmarkSyncComponents( in CreateBookmarkSyncComponents() function in ProfileSyncFactoryImpl
Dprofile_sync_service_unittest.cc139 EXPECT_CALL(factory_, CreateBookmarkSyncComponents(_, _)).Times(0); in TEST_F()