Home | History | Annotate | Download | only in autofill

Lines Matching refs:AutofillDialogControllerTest

397 class AutofillDialogControllerTest : public ChromeRenderViewHostTestHarness {
399 AutofillDialogControllerTest(): form_structure_(NULL) {}
451 base::Bind(&AutofillDialogControllerTest::FinishedCallback,
682 TEST_F(AutofillDialogControllerTest, RefuseToShowWithNoAutocompleteAttributes) {
699 TEST_F(AutofillDialogControllerTest, RefuseToShowWithNoCcField) {
719 TEST_F(AutofillDialogControllerTest, DefaultValidityMessage) {
728 TEST_F(AutofillDialogControllerTest, ValidityCheck) {
741 TEST_F(AutofillDialogControllerTest, PhoneNumberValidation) {
815 TEST_F(AutofillDialogControllerTest, ExpirationDateValidity) {
856 TEST_F(AutofillDialogControllerTest, BillingNameValidation) {
910 TEST_F(AutofillDialogControllerTest, CreditCardNumberValidation) {
951 TEST_F(AutofillDialogControllerTest, AutofillProfiles) {
994 TEST_F(AutofillDialogControllerTest, AutofillProfilesPopInvalidIntoEdit) {
1030 TEST_F(AutofillDialogControllerTest, AutofillProfilesRevalidateAfterRulesLoad) {
1062 TEST_F(AutofillDialogControllerTest, AutofillProfileDefaults) {
1101 TEST_F(AutofillDialogControllerTest, NewAutofillProfileIsDefault) {
1142 TEST_F(AutofillDialogControllerTest, AutofillProfileVariants) {
1166 TEST_F(AutofillDialogControllerTest, SuggestValidEmail) {
1181 TEST_F(AutofillDialogControllerTest, DoNotSuggestInvalidEmail) {
1193 TEST_F(AutofillDialogControllerTest, SuggestValidAddress) {
1203 TEST_F(AutofillDialogControllerTest, DoNotSuggestInvalidAddress) {
1211 TEST_F(AutofillDialogControllerTest, DoNotSuggestIncompleteAddress) {
1223 TEST_F(AutofillDialogControllerTest, DoSuggestShippingAddressWithoutEmail) {
1236 TEST_F(AutofillDialogControllerTest, AutofillCreditCards) {
1267 TEST_F(AutofillDialogControllerTest, DontUseBillingAsShipping) {
1312 TEST_F(AutofillDialogControllerTest, UseBillingAsShipping) {
1330 TEST_F(AutofillDialogControllerTest, UseBillingAsShippingManualInput) {
1347 TEST_F(AutofillDialogControllerTest, BillingVsShippingPhoneNumber) {
1394 TEST_F(AutofillDialogControllerTest, BillingVsShippingStreetAddress) {
1465 TEST_F(AutofillDialogControllerTest, NamePieces) {
1525 TEST_F(AutofillDialogControllerTest, AcceptLegalDocuments) {
1560 TEST_F(AutofillDialogControllerTest, RejectLegalDocuments) {
1587 TEST_F(AutofillDialogControllerTest, AcceptLocationDisclosure) {
1652 TEST_F(AutofillDialogControllerTest, LegalDocumentOverflow) {
1677 TEST_F(AutofillDialogControllerTest, WalletDefaultItems) {
1707 TEST_F(AutofillDialogControllerTest, SelectInstrument) {
1772 TEST_F(AutofillDialogControllerTest, SaveAddress) {
1797 TEST_F(AutofillDialogControllerTest, SaveInstrument) {
1812 TEST_F(AutofillDialogControllerTest, SaveInstrumentWithInvalidInstruments) {
1828 TEST_F(AutofillDialogControllerTest, SaveInstrumentAndAddress) {
1851 TEST_F(AutofillDialogControllerTest, BillingForShipping) {
1867 TEST_F(AutofillDialogControllerTest, BillingForShippingHasMatch) {
1892 TEST_F(AutofillDialogControllerTest, SaveInstrumentSameAsBilling) {
1928 TEST_F(AutofillDialogControllerTest, CancelNoSave) {
1941 TEST_F(AutofillDialogControllerTest, ManageItem) {
1973 TEST_F(AutofillDialogControllerTest, AddAutofillProfile) {
2010 TEST_F(AutofillDialogControllerTest, VerifyCvv) {
2050 TEST_F(AutofillDialogControllerTest, ErrorDuringSubmit) {
2064 TEST_F(AutofillDialogControllerTest, ErrorDuringVerifyCvv) {
2084 TEST_F(AutofillDialogControllerTest, WalletServerSideValidation) {
2107 TEST_F(AutofillDialogControllerTest, WalletServerSideValidationUnrecoverable) {
2133 TEST_F(AutofillDialogControllerTest, WalletBanners) {
2176 TEST_F(AutofillDialogControllerTest, ViewCancelDoesntSetPref) {
2189 TEST_F(AutofillDialogControllerTest, SubmitWithSigninErrorDoesntSetPref) {
2202 TEST_F(AutofillDialogControllerTest, WalletFirstRun) {
2217 TEST_F(AutofillDialogControllerTest, ViewSubmitSetsPref) {
2266 TEST_F(AutofillDialogControllerTest, HideWalletEmail) {
2311 TEST_F(AutofillDialogControllerTest, AutofillTypes) {
2330 TEST_F(AutofillDialogControllerTest, SaveDetailsInChrome) {
2358 TEST_F(AutofillDialogControllerTest, DisabledAutofill) {
2397 TEST_F(AutofillDialogControllerTest, UpgradeMinimalAddress) {
2418 TEST_F(AutofillDialogControllerTest, RiskNeverLoadsWithPendingLegalDocuments) {
2428 TEST_F(AutofillDialogControllerTest, RiskLoadsAfterAcceptingLegalDocuments) {
2447 TEST_F(AutofillDialogControllerTest, NoManageMenuItemForNewWalletUsers) {
2474 TEST_F(AutofillDialogControllerTest, ShippingSectionCanBeHidden) {
2500 TEST_F(AutofillDialogControllerTest, ShippingSectionCanBeHiddenForWallet) {
2527 TEST_F(AutofillDialogControllerTest, NotProdNotification) {
2542 TEST_F(AutofillDialogControllerTest, NoNotProdNotification) {
2558 TEST_F(AutofillDialogControllerTest, WalletExpiredCard) {
2593 TEST_F(AutofillDialogControllerTest, ChooseAnotherInstrumentOrAddress) {
2612 TEST_F(AutofillDialogControllerTest, NewCardBubbleShown) {
2622 TEST_F(AutofillDialogControllerTest, GeneratedCardBubbleShown) {
2635 TEST_F(AutofillDialogControllerTest, ReloadWalletItemsOnActivation) {
2692 TEST_F(AutofillDialogControllerTest,
2749 TEST_F(AutofillDialogControllerTest, ReloadWithEmptyWalletItems) {
2766 TEST_F(AutofillDialogControllerTest, SaveInChromeByDefault) {
2774 TEST_F(AutofillDialogControllerTest,
2783 TEST_F(AutofillDialogControllerTest,
2793 TEST_F(AutofillDialogControllerTest,
2819 TEST_F(AutofillDialogControllerTest,
2845 TEST_F(AutofillDialogControllerTest, SubmitButtonIsDisabled_NoSpinner) {
2863 TEST_F(AutofillDialogControllerTest, IconsForFields_NoCreditCard) {
2870 TEST_F(AutofillDialogControllerTest, IconsForFields_CreditCardNumberOnly) {
2879 TEST_F(AutofillDialogControllerTest, IconsForFields_CvcOnly) {
2888 TEST_F(AutofillDialogControllerTest, IconsForFields_BothCreditCardAndCvc) {
2899 TEST_F(AutofillDialogControllerTest, FieldControlsIcons) {
2905 TEST_F(AutofillDialogControllerTest, SaveCreditCardIncludesName_NoBilling) {
2925 TEST_F(AutofillDialogControllerTest, SaveCreditCardIncludesName_WithBilling) {
2948 TEST_F(AutofillDialogControllerTest, InputEditability) {
3024 TEST_F(AutofillDialogControllerTest, HideWalletInOtherCountries) {
3089 TEST_F(AutofillDialogControllerTest, DontGetWalletTillNecessary) {
3113 TEST_F(AutofillDialogControllerTest, MultiAccountSwitch) {
3131 TEST_F(AutofillDialogControllerTest, PassiveAuthFailure) {
3141 TEST_F(AutofillDialogControllerTest, WalletShippingSameAsBilling) {
3185 TEST_F(AutofillDialogControllerTest, IconReservedForCreditCardField) {
3215 TEST_F(AutofillDialogControllerTest, CountryChangeUpdatesSection) {
3255 TEST_F(AutofillDialogControllerTest, CorrectCountryFromInputs) {
3271 TEST_F(AutofillDialogControllerTest, ValidationRulesLoadedOnCountryChange) {
3286 TEST_F(AutofillDialogControllerTest, UsValidationRulesLoadedForJpOnlyProfile) {
3297 TEST_F(AutofillDialogControllerTest, InvalidWhenRulesNotReady) {
3318 TEST_F(AutofillDialogControllerTest, ValidButUnverifiedWhenRulesFail) {
3357 TEST_F(AutofillDialogControllerTest, LimitedCountryChoices) {
3439 TEST_F(AutofillDialogControllerTest, NoCountryChoices) {
3466 TEST_F(AutofillDialogControllerTest, LimitedCcChoices) {
3527 TEST_F(AutofillDialogControllerTest, SuggestCountrylessProfiles) {
3549 TEST_F(AutofillDialogControllerTest, SwitchFromWalletWithFirstName) {
3560 TEST_F(AutofillDialogControllerTest, WalletBillingCountry) {