Home
last modified time | relevance | path

Searched refs:CreateAutofillSyncComponents (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dautofill_data_type_controller_unittest.cc118 CreateAutofillSyncComponents(_, _, _, _)). in SetAssociateExpectations()
213 CreateAutofillSyncComponents(_, _, _, _)). in TEST_F()
253 CreateAutofillSyncComponents(_, _, _, _)). in TEST_F()
Dautofill_data_type_controller.cc193 return profile_sync_factory_->CreateAutofillSyncComponents( in CreateSyncComponents()
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl.h34 virtual SyncComponents CreateAutofillSyncComponents(
Dprofile_sync_factory_mock.h36 MOCK_METHOD4(CreateAutofillSyncComponents,
Dprofile_sync_factory.h73 virtual SyncComponents CreateAutofillSyncComponents(
Dprofile_sync_factory_impl.cc184 ProfileSyncFactoryImpl::CreateAutofillSyncComponents( in CreateAutofillSyncComponents() function in ProfileSyncFactoryImpl
Dprofile_sync_service_autofill_unittest.cc218 EXPECT_CALL(*factory, CreateAutofillSyncComponents(_,_,_,_)). in SetExpectation()