Searched refs:SaveImportedProfile (Results 1 – 4 of 4) sorted by relevance
77 virtual void SaveImportedProfile(const AutofillProfile& profile) OVERRIDE;96 void PersonalDataManagerMock::SaveImportedProfile( in SaveImportedProfile() function in __anona4485d3b0111::PersonalDataManagerMock
213 virtual void SaveImportedProfile(const AutofillProfile& imported_profile);
341 SaveImportedProfile(*imported_profile); in ImportFormData()874 void PersonalDataManager::SaveImportedProfile( in SaveImportedProfile() function in PersonalDataManager
61 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()