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

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

Completed in 68 milliseconds