Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_data_type_controller.cc37 return profile_sync_factory_->CreateAutofillProfileSyncComponents( in CreateSyncComponents()
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl.h40 virtual SyncComponents CreateAutofillProfileSyncComponents(
Dprofile_sync_factory_mock.h42 MOCK_METHOD4(CreateAutofillProfileSyncComponents,
Dprofile_sync_factory.h82 virtual SyncComponents CreateAutofillProfileSyncComponents(
Dprofile_sync_factory_impl.cc203 ProfileSyncFactoryImpl::CreateAutofillProfileSyncComponents( in CreateAutofillProfileSyncComponents() function in ProfileSyncFactoryImpl
Dprofile_sync_service_autofill_unittest.cc239 EXPECT_CALL(*factory, CreateAutofillProfileSyncComponents(_,_,_,_)). in SetExpectation()