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

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_factory_mock.cc21 ON_CALL(*this, CreateBookmarkSyncComponents(_, _)).
H A Dprofile_sync_factory.h91 virtual SyncComponents CreateBookmarkSyncComponents(
H A Dprofile_sync_factory_impl.h46 virtual SyncComponents CreateBookmarkSyncComponents(
H A Dprofile_sync_factory_mock.h48 MOCK_METHOD2(CreateBookmarkSyncComponents,
H A Dprofile_sync_factory_impl.cc222 ProfileSyncFactoryImpl::CreateBookmarkSyncComponents( function in class:ProfileSyncFactoryImpl
H A Dprofile_sync_service_unittest.cc139 EXPECT_CALL(factory_, CreateBookmarkSyncComponents(_, _)).Times(0);
/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_data_type_controller.cc67 CreateBookmarkSyncComponents(sync_service_, this);
H A Dbookmark_data_type_controller_unittest.cc74 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
158 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
175 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
H A Dfrontend_data_type_controller_unittest.cc56 CreateBookmarkSyncComponents(sync_service_, this);
104 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)).

Completed in 623 milliseconds