Home
last modified time | relevance | path

Searched refs:SaveImportedProfile (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_merge_unittest.cc77 virtual void SaveImportedProfile(const AutofillProfile& profile) OVERRIDE;
96 void PersonalDataManagerMock::SaveImportedProfile( in SaveImportedProfile() function in __anona4485d3b0111::PersonalDataManagerMock
Dpersonal_data_manager.h213 virtual void SaveImportedProfile(const AutofillProfile& imported_profile);
Dpersonal_data_manager.cc341 SaveImportedProfile(*imported_profile); in ImportFormData()
874 void PersonalDataManager::SaveImportedProfile( in SaveImportedProfile() function in PersonalDataManager
Dautofill_manager_unittest.cc61 MOCK_METHOD1(SaveImportedProfile, void(const AutofillProfile&));
1997 EXPECT_CALL(*test_personal_data_, SaveImportedProfile(::testing::_)).Times(1); in TEST_F()
2035 EXPECT_CALL(*test_personal_data_, SaveImportedProfile(::testing::_)).Times(1); in TEST_F()