Home
last modified time | relevance | path

Searched refs:CreateTypedUrlSyncComponents (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory.h108 virtual SyncComponents CreateTypedUrlSyncComponents(
Dprofile_sync_components_factory_mock.h65 MOCK_METHOD3(CreateTypedUrlSyncComponents,
Dprofile_sync_components_factory_impl.h77 virtual SyncComponents CreateTypedUrlSyncComponents(
Dprofile_sync_components_factory_impl.cc690 ProfileSyncComponentsFactoryImpl::CreateTypedUrlSyncComponents( in CreateTypedUrlSyncComponents() function in ProfileSyncComponentsFactoryImpl
Dprofile_sync_service_typed_url_unittest.cc269 EXPECT_CALL(*components, CreateTypedUrlSyncComponents(_, _, _)). in StartSyncService()
/external/chromium_org/chrome/browser/sync/glue/
Dtyped_url_data_type_controller.cc148 return profile_sync_factory()->CreateTypedUrlSyncComponents( in CreateSyncComponents()