HomeSort by relevance Sort by last modified time
    Searched refs:AddTestingProfile (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.cc 17 void TestPersonalDataManager::AddTestingProfile(AutofillProfile* profile) {
test_personal_data_manager.h 23 void AddTestingProfile(AutofillProfile* profile);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 830 controller()->GetTestingManager()->AddTestingProfile(&empty_profile);
839 controller()->GetTestingManager()->AddTestingProfile(&full_profile);
847 controller()->GetTestingManager()->AddTestingProfile(&verified_profile);
859 controller()->GetTestingManager()->AddTestingProfile(&profile);
860 controller()->GetTestingManager()->AddTestingProfile(&profile2);
875 controller()->GetTestingManager()->AddTestingProfile(&profile);
876 controller()->GetTestingManager()->AddTestingProfile(&profile2);
    [all...]
autofill_dialog_controller_browsertest.cc 556 controller()->GetTestingManager()->AddTestingProfile(&full_profile);
609 controller()->GetTestingManager()->AddTestingProfile(&full_profile);
676 controller()->GetTestingManager()->AddTestingProfile(&full_profile);
722 controller()->GetTestingManager()->AddTestingProfile(&full_profile);
    [all...]

Completed in 31 milliseconds