Home | History | Annotate | Download | only in browser

Lines Matching defs:TestPersonalDataManager

11 TestPersonalDataManager::TestPersonalDataManager()
14 TestPersonalDataManager::~TestPersonalDataManager() {}
16 void TestPersonalDataManager::AddTestingProfile(AutofillProfile* profile) {
21 void TestPersonalDataManager::AddTestingCreditCard(CreditCard* credit_card) {
26 const std::vector<AutofillProfile*>& TestPersonalDataManager::GetProfiles()
31 const std::vector<AutofillProfile*>& TestPersonalDataManager::web_profiles()
36 const std::vector<CreditCard*>& TestPersonalDataManager::
41 std::string TestPersonalDataManager::SaveImportedProfile(
47 std::string TestPersonalDataManager::SaveImportedCreditCard(
53 std::string TestPersonalDataManager::CountryCodeForCurrentTimezone()
58 const std::string& TestPersonalDataManager::GetDefaultCountryCodeForNewAddress()