Home | History | Annotate | Download | only in autofill

Lines Matching defs:AutofillDialogControllerTest

398 class AutofillDialogControllerTest : public ChromeRenderViewHostTestHarness {
400 AutofillDialogControllerTest(): form_structure_(NULL) {}
452 base::Bind(&AutofillDialogControllerTest::FinishedCallback,
685 TEST_F(AutofillDialogControllerTest, RefuseToShowWithNoAutocompleteAttributes) {
702 TEST_F(AutofillDialogControllerTest, RefuseToShowWithNoCcField) {
722 TEST_F(AutofillDialogControllerTest, DefaultValidityMessage) {
731 TEST_F(AutofillDialogControllerTest, ValidityCheck) {
744 TEST_F(AutofillDialogControllerTest, PhoneNumberValidation) {
818 TEST_F(AutofillDialogControllerTest, ExpirationDateValidity) {
859 TEST_F(AutofillDialogControllerTest, BillingNameValidation) {
913 TEST_F(AutofillDialogControllerTest, CreditCardNumberValidation) {
962 TEST_F(AutofillDialogControllerTest, AutofillProfiles) {
1005 TEST_F(AutofillDialogControllerTest, AutofillProfilesPopInvalidIntoEdit) {
1039 TEST_F(AutofillDialogControllerTest, AutofillProfilesRevalidateAfterRulesLoad) {
1069 TEST_F(AutofillDialogControllerTest, AutofillProfileDefaults) {
1108 TEST_F(AutofillDialogControllerTest, NewAutofillProfileIsDefault) {
1149 TEST_F(AutofillDialogControllerTest, AutofillProfileVariants) {
1173 TEST_F(AutofillDialogControllerTest, SuggestValidEmail) {
1188 TEST_F(AutofillDialogControllerTest, DoNotSuggestInvalidEmail) {
1200 TEST_F(AutofillDialogControllerTest, SuggestValidAddress) {
1210 TEST_F(AutofillDialogControllerTest, DoNotSuggestInvalidAddress) {
1218 TEST_F(AutofillDialogControllerTest, DoNotSuggestIncompleteAddress) {
1230 TEST_F(AutofillDialogControllerTest, DoSuggestShippingAddressWithoutEmail) {
1243 TEST_F(AutofillDialogControllerTest, AutofillCreditCards) {
1274 TEST_F(AutofillDialogControllerTest, DontUseBillingAsShipping) {
1319 TEST_F(AutofillDialogControllerTest, UseBillingAsShipping) {
1337 TEST_F(AutofillDialogControllerTest, UseBillingAsShippingManualInput) {
1354 TEST_F(AutofillDialogControllerTest, BillingVsShippingPhoneNumber) {
1401 TEST_F(AutofillDialogControllerTest, BillingVsShippingStreetAddress) {
1472 TEST_F(AutofillDialogControllerTest, NamePieces) {
1536 TEST_F(AutofillDialogControllerTest, AcceptLegalDocuments) {
1571 TEST_F(AutofillDialogControllerTest, RejectLegalDocuments) {
1598 TEST_F(AutofillDialogControllerTest, AcceptLocationDisclosure) {
1663 TEST_F(AutofillDialogControllerTest, LegalDocumentOverflow) {
1688 TEST_F(AutofillDialogControllerTest, WalletDefaultItems) {
1718 TEST_F(AutofillDialogControllerTest, SelectInstrument) {
1783 TEST_F(AutofillDialogControllerTest, SaveAddress) {
1808 TEST_F(AutofillDialogControllerTest, SaveInstrument) {
1823 TEST_F(AutofillDialogControllerTest, SaveInstrumentWithInvalidInstruments) {
1839 TEST_F(AutofillDialogControllerTest, SaveInstrumentAndAddress) {
1862 TEST_F(AutofillDialogControllerTest, BillingForShipping) {
1878 TEST_F(AutofillDialogControllerTest, BillingForShippingHasMatch) {
1903 TEST_F(AutofillDialogControllerTest, SaveInstrumentSameAsBilling) {
1939 TEST_F(AutofillDialogControllerTest, CancelNoSave) {
1952 TEST_F(AutofillDialogControllerTest, ManageItem) {
1984 TEST_F(AutofillDialogControllerTest, AddAutofillProfile) {
2021 TEST_F(AutofillDialogControllerTest, VerifyCvv) {
2061 TEST_F(AutofillDialogControllerTest, ErrorDuringSubmit) {
2075 TEST_F(AutofillDialogControllerTest, ErrorDuringVerifyCvv) {
2095 TEST_F(AutofillDialogControllerTest, WalletServerSideValidation) {
2118 TEST_F(AutofillDialogControllerTest, WalletServerSideValidationUnrecoverable) {
2144 TEST_F(AutofillDialogControllerTest, WalletBanners) {
2187 TEST_F(AutofillDialogControllerTest, ViewCancelDoesntSetPref) {
2200 TEST_F(AutofillDialogControllerTest, SubmitWithSigninErrorDoesntSetPref) {
2213 TEST_F(AutofillDialogControllerTest, WalletFirstRun) {
2228 TEST_F(AutofillDialogControllerTest, ViewSubmitSetsPref) {
2277 TEST_F(AutofillDialogControllerTest, HideWalletEmail) {
2322 TEST_F(AutofillDialogControllerTest, AutofillTypes) {
2341 TEST_F(AutofillDialogControllerTest, SaveDetailsInChrome) {
2369 TEST_F(AutofillDialogControllerTest, DisabledAutofill) {
2408 TEST_F(AutofillDialogControllerTest, UpgradeMinimalAddress) {
2429 AutofillDialogControllerTest, RiskNeverLoadsWithPendingLegalDocuments) {
2439 TEST_F(AutofillDialogControllerTest, RiskLoadsAfterAcceptingLegalDocuments) {
2458 TEST_F(AutofillDialogControllerTest, NoManageMenuItemForNewWalletUsers) {
2485 TEST_F(AutofillDialogControllerTest, ShippingSectionCanBeHidden) {
2511 TEST_F(AutofillDialogControllerTest, ShippingSectionCanBeHiddenForWallet) {
2538 TEST_F(AutofillDialogControllerTest, NotProdNotification) {
2553 TEST_F(AutofillDialogControllerTest, NoNotProdNotification) {
2569 TEST_F(AutofillDialogControllerTest, WalletExpiredCard) {
2604 TEST_F(AutofillDialogControllerTest, ChooseAnotherInstrumentOrAddress) {
2623 TEST_F(AutofillDialogControllerTest, NewCardBubbleShown) {
2633 TEST_F(AutofillDialogControllerTest, GeneratedCardBubbleShown) {
2646 TEST_F(AutofillDialogControllerTest, ReloadWalletItemsOnActivation) {
2703 TEST_F(AutofillDialogControllerTest,
2760 TEST_F(AutofillDialogControllerTest, ReloadWithEmptyWalletItems) {
2777 TEST_F(AutofillDialogControllerTest, SaveInChromeByDefault) {
2785 TEST_F(AutofillDialogControllerTest,
2794 TEST_F(AutofillDialogControllerTest,
2804 TEST_F(AutofillDialogControllerTest,
2830 TEST_F(AutofillDialogControllerTest,
2856 TEST_F(AutofillDialogControllerTest, SubmitButtonIsDisabled_NoSpinner) {
2874 TEST_F(AutofillDialogControllerTest, IconsForFields_NoCreditCard) {
2881 TEST_F(AutofillDialogControllerTest, IconsForFields_CreditCardNumberOnly) {
2890 TEST_F(AutofillDialogControllerTest, IconsForFields_CvcOnly) {
2899 TEST_F(AutofillDialogControllerTest, IconsForFields_BothCreditCardAndCvc) {
2910 TEST_F(AutofillDialogControllerTest, FieldControlsIcons) {
2916 TEST_F(AutofillDialogControllerTest, SaveCreditCardIncludesName_NoBilling) {
2936 TEST_F(AutofillDialogControllerTest, SaveCreditCardIncludesName_WithBilling) {
2959 TEST_F(AutofillDialogControllerTest, InputEditability) {
3035 TEST_F(AutofillDialogControllerTest, HideWalletInOtherCountries) {
3100 TEST_F(AutofillDialogControllerTest, DontGetWalletTillNecessary) {
3124 TEST_F(AutofillDialogControllerTest, MultiAccountSwitch) {
3142 TEST_F(AutofillDialogControllerTest, PassiveAuthFailure) {
3152 TEST_F(AutofillDialogControllerTest, WalletShippingSameAsBilling) {
3196 TEST_F(AutofillDialogControllerTest
3226 TEST_F(AutofillDialogControllerTest, CountryChangeUpdatesSection) {
3266 TEST_F(AutofillDialogControllerTest, CorrectCountryFromInputs) {
3282 TEST_F(AutofillDialogControllerTest, ValidationRulesLoadedOnCountryChange) {
3297 TEST_F(AutofillDialogControllerTest, UsValidationRulesLoadedForJpOnlyProfile) {
3308 TEST_F(AutofillDialogControllerTest, InvalidWhenRulesNotReady) {
3329 TEST_F(AutofillDialogControllerTest, ValidButUnverifiedWhenRulesFail) {
3368 TEST_F(AutofillDialogControllerTest, LimitedCountryChoices) {
3449 TEST_F(AutofillDialogControllerTest, WalletUnsupportedCountries) {
3510 TEST_F(AutofillDialogControllerTest, NoCountryChoices) {
3537 TEST_F(AutofillDialogControllerTest, LimitedCcChoices) {
3600 TEST_F(AutofillDialogControllerTest, SuggestCountrylessProfiles) {
3622 TEST_F(AutofillDialogControllerTest, SwitchFromWalletWithFirstName) {
3633 TEST_F(AutofillDialogControllerTest, WalletBillingCountry) {