Searched defs:TestPersonalDataManager (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dtest_personal_data_manager.cc11 TestPersonalDataManager::TestPersonalDataManager() function in class:autofill::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
[all...]
H A Dtest_personal_data_manager.h17 class TestPersonalDataManager : public PersonalDataManager { class in namespace:autofill
19 TestPersonalDataManager();
20 virtual ~TestPersonalDataManager();
H A Dautofill_metrics_unittest.cc76 class TestPersonalDataManager : public PersonalDataManager { class in namespace:autofill::__anon6323
78 TestPersonalDataManager() function in class:autofill::__anon6323::TestPersonalDataManager
138 DISALLOW_COPY_AND_ASSIGN(TestPersonalDataManager);
169 TestPersonalDataManager* personal_manager)
244 scoped_ptr<TestPersonalDataManager> personal_data_;
260 personal_data_.reset(new TestPersonalDataManager());
H A Dautofill_manager_unittest.cc56 class TestPersonalDataManager : public PersonalDataManager { class in namespace:autofill::__anon6317
58 TestPersonalDataManager() : PersonalDataManager("en-US") { function in class:autofill::__anon6317::TestPersonalDataManager
179 DISALLOW_COPY_AND_ASSIGN(TestPersonalDataManager);
384 TestPersonalDataManager* personal_data)
484 TestPersonalDataManager* personal_data_;
604 // Remove the AutofillWebDataService so TestPersonalDataManager does not
676 TestPersonalDataManager personal_data_;
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate_unittest.cc33 class TestPersonalDataManager : public PersonalDataManager { class in namespace:autofill::__anon2939
35 TestPersonalDataManager() : PersonalDataManager("en-US") {} function in class:autofill::__anon2939::TestPersonalDataManager
48 DISALLOW_COPY_AND_ASSIGN(TestPersonalDataManager);
64 scoped_ptr<TestPersonalDataManager> personal_data_;
81 personal_data_.reset(new TestPersonalDataManager());
101 base::IgnoreResult(&TestPersonalDataManager::SaveImportedCreditCard),

Completed in 1460 milliseconds