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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_common.cc 150 case SECTION_CC:
182 case SECTION_CC:
202 case SECTION_CC:
autofill_dialog_controller_browsertest.cc 725 controller()->RequestedFieldsForSection(SECTION_CC);
804 controller()->RequestedFieldsForSection(SECTION_CC);
838 ui::MenuModel* model = controller()->MenuModelForSection(SECTION_CC);
842 EXPECT_FALSE(controller()->IsEditingExistingData(SECTION_CC));
846 EXPECT_TRUE(controller()->IsEditingExistingData(SECTION_CC));
    [all...]
mock_autofill_dialog_view_delegate.cc 38 // SECTION_CC *must* have a CREDIT_CARD_VERIFICATION_CODE field.
45 ON_CALL(*this, RequestedFieldsForSection(SECTION_CC))
autofill_dialog_types.h 65 SECTION_CC = SECTION_MIN,
autofill_dialog_controller_unittest.cc 431 // Fills the inputs in SECTION_CC with data.
435 controller()->RequestedFieldsForSection(SECTION_CC);
440 controller()->GetView()->SetUserInput(SECTION_CC, cc_outputs);
462 // |data_model|. If |section| is SECTION_CC, also fills in '123' for the CVC.
776 ValidateCCNumber(SECTION_CC, kTestCCNumberVisa, true);
777 ValidateCCNumber(SECTION_CC, kTestCCNumberMaster, true);
778 ValidateCCNumber(SECTION_CC, kTestCCNumberDiscover, true);
779 ValidateCCNumber(SECTION_CC, kTestCCNumberAmex, true);
780 ValidateCCNumber(SECTION_CC, kTestCCNumberIncomplete, false);
781 ValidateCCNumber(SECTION_CC, kTestCCNumberInvalid, false)
    [all...]
autofill_dialog_controller_impl.cc 239 case SECTION_CC:
606 common::BuildInputsForSection(SECTION_CC,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc     [all...]

Completed in 349 milliseconds