Lines Matching refs:AutofillManagerTest
471 class AutofillManagerTest : public TabContentsWrapperTestHarness {
475 AutofillManagerTest() {}
476 virtual ~AutofillManagerTest() {
574 DISALLOW_COPY_AND_ASSIGN(AutofillManagerTest);
603 TEST_F(AutofillManagerTest, GetProfileSuggestionsEmptyValue) {
645 TEST_F(AutofillManagerTest, GetProfileSuggestionsMatchCharacter) {
680 TEST_F(AutofillManagerTest, GetProfileSuggestionsUnknownFields) {
709 TEST_F(AutofillManagerTest, GetProfileSuggestionsWithDuplicates) {
755 TEST_F(AutofillManagerTest, GetProfileSuggestionsAutofillDisabledByUser) {
772 TEST_F(AutofillManagerTest, GetProfileSuggestionsMethodGet) {
839 TEST_F(AutofillManagerTest, GetCreditCardSuggestionsEmptyValue) {
882 TEST_F(AutofillManagerTest, GetCreditCardSuggestionsMatchCharacter) {
918 TEST_F(AutofillManagerTest, GetCreditCardSuggestionsNonCCNumber) {
961 TEST_F(AutofillManagerTest, GetCreditCardSuggestionsNonHTTPS) {
1026 TEST_F(AutofillManagerTest, GetCreditCardSuggestionsRepeatedObfuscatedNumber) {
1084 TEST_F(AutofillManagerTest, GetAddressAndCreditCardSuggestions) {
1158 TEST_F(AutofillManagerTest, GetAddressAndCreditCardSuggestionsNonHttps) {
1226 TEST_F(AutofillManagerTest, GetCombinedAutofillAndAutocompleteSuggestions) {
1275 TEST_F(AutofillManagerTest, GetFieldSuggestionsWhenFormIsAutofilled) {
1313 TEST_F(AutofillManagerTest, GetFieldSuggestionsForAutocompleteOnly) {
1356 TEST_F(AutofillManagerTest, GetFieldSuggestionsWithDuplicateValues) {
1399 TEST_F(AutofillManagerTest, GetFieldSuggestionsForMultiValuedProfileUnfilled) {
1446 TEST_F(AutofillManagerTest, GetFieldSuggestionsForMultiValuedProfileFilled) {
1496 TEST_F(AutofillManagerTest, FillAddressForm) {
1516 TEST_F(AutofillManagerTest, FillCreditCardForm) {
1537 TEST_F(AutofillManagerTest, FillCreditCardFormNoYearNoMonth) {
1563 TEST_F(AutofillManagerTest, FillCreditCardFormNoYearMonth) {
1588 TEST_F(AutofillManagerTest, FillCreditCardFormYearNoMonth) {
1613 TEST_F(AutofillManagerTest, FillCreditCardFormYearMonth) {
1638 TEST_F(AutofillManagerTest, FillAddressAndCreditCardForm) {
1677 TEST_F(AutofillManagerTest, FillFormWithMultipleSections) {
1749 TEST_F(AutofillManagerTest, FillFormWithMultipleEmails) {
1780 TEST_F(AutofillManagerTest, FillAutofilledForm) {
1845 TEST_F(AutofillManagerTest, FillPhoneNumber) {
1916 TEST_F(AutofillManagerTest, FormChangesRemoveField) {
1945 TEST_F(AutofillManagerTest, FormChangesAddField) {
1977 TEST_F(AutofillManagerTest, FormSubmitted) {
2003 TEST_F(AutofillManagerTest, FormSubmittedServerTypes) {
2041 TEST_F(AutofillManagerTest, AuxiliaryProfilesReset) {