Searched refs:AutofillManagerTest (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/autofill/ |
D | autofill_manager.h | 277 friend class AutofillManagerTest; variable 279 FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillCreditCardForm); 280 FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, 282 FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillCreditCardFormYearNoMonth); 283 FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillCreditCardFormNoYearMonth); 284 FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillCreditCardFormYearMonth); 285 FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillAddressForm); 286 FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillAddressAndCreditCardForm); 287 FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillFormWithMultipleSections); 288 FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillFormWithMultipleEmails); [all …]
|
D | autofill_manager_unittest.cc | 471 class AutofillManagerTest : public TabContentsWrapperTestHarness { class 475 AutofillManagerTest() {} in AutofillManagerTest() function in AutofillManagerTest 476 virtual ~AutofillManagerTest() { in ~AutofillManagerTest() 574 DISALLOW_COPY_AND_ASSIGN(AutofillManagerTest); 603 TEST_F(AutofillManagerTest, GetProfileSuggestionsEmptyValue) { in TEST_F() argument 645 TEST_F(AutofillManagerTest, GetProfileSuggestionsMatchCharacter) { in TEST_F() argument 680 TEST_F(AutofillManagerTest, GetProfileSuggestionsUnknownFields) { in TEST_F() argument 709 TEST_F(AutofillManagerTest, GetProfileSuggestionsWithDuplicates) { in TEST_F() argument 755 TEST_F(AutofillManagerTest, GetProfileSuggestionsAutofillDisabledByUser) { in TEST_F() argument 772 TEST_F(AutofillManagerTest, GetProfileSuggestionsMethodGet) { in TEST_F() argument [all …]
|
/external/chromium/chrome/browser/ |
D | autocomplete_history_manager.h | 51 friend class AutofillManagerTest; variable
|