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

  /external/chromium/chrome/browser/autofill/
autofill_manager.h 246 // web database. This is overridden by the AutofillManagerTest.
255 // Should be set to true in AutofillManagerTest and other tests, false in
277 friend class AutofillManagerTest;
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)
    [all...]
autofill_manager_unittest.cc 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)
    [all...]
  /external/chromium/chrome/browser/
autocomplete_history_manager.h 51 friend class AutofillManagerTest;

Completed in 1148 milliseconds