Searched refs:CreateAutofillSyncComponents (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_data_type_controller_unittest.cc | 118 CreateAutofillSyncComponents(_, _, _, _)). in SetAssociateExpectations() 213 CreateAutofillSyncComponents(_, _, _, _)). in TEST_F() 253 CreateAutofillSyncComponents(_, _, _, _)). in TEST_F()
|
D | autofill_data_type_controller.cc | 193 return profile_sync_factory_->CreateAutofillSyncComponents( in CreateSyncComponents()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_factory_impl.h | 34 virtual SyncComponents CreateAutofillSyncComponents(
|
D | profile_sync_factory_mock.h | 36 MOCK_METHOD4(CreateAutofillSyncComponents,
|
D | profile_sync_factory.h | 73 virtual SyncComponents CreateAutofillSyncComponents(
|
D | profile_sync_factory_impl.cc | 184 ProfileSyncFactoryImpl::CreateAutofillSyncComponents( in CreateAutofillSyncComponents() function in ProfileSyncFactoryImpl
|
D | profile_sync_service_autofill_unittest.cc | 218 EXPECT_CALL(*factory, CreateAutofillSyncComponents(_,_,_,_)). in SetExpectation()
|