Searched refs:SECTION_CC (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_common.cc92 case SECTION_CC:
112 case SECTION_CC:
H A Dmock_autofill_dialog_view_delegate.cc38 // SECTION_CC *must* have a CREDIT_CARD_VERIFICATION_CODE field.
45 ON_CALL(*this, RequestedFieldsForSection(SECTION_CC))
H A Dautofill_dialog_controller_browsertest.cc604 EXPECT_FALSE(controller()->IsManuallyEditingSection(SECTION_CC));
625 EXPECT_FALSE(controller()->IsManuallyEditingSection(SECTION_CC));
820 controller()->RequestedFieldsForSection(SECTION_CC);
899 EXPECT_TRUE(controller()->IsManuallyEditingSection(SECTION_CC));
935 ui::MenuModel* model = controller()->MenuModelForSection(SECTION_CC);
939 EXPECT_FALSE(controller()->IsEditingExistingData(SECTION_CC));
943 EXPECT_TRUE(controller()->IsEditingExistingData(SECTION_CC));
980 view->SetTextContentsOfSuggestionInput(SECTION_CC, ASCIIToUTF16("123"));
1002 view->SetTextContentsOfSuggestionInput(SECTION_CC, ASCIIToUTF16("123"));
1059 EXPECT_FALSE(controller()->IsEditingExistingData(SECTION_CC));
[all...]
H A Dautofill_dialog_types.h65 SECTION_CC = SECTION_MIN, enumerator in enum:autofill::DialogSection
H A Dautofill_dialog_controller_unittest.cc479 // Fills the inputs in SECTION_CC with data.
483 controller()->RequestedFieldsForSection(SECTION_CC);
488 controller()->GetView()->SetUserInput(SECTION_CC, cc_outputs);
510 // |data_model|. If |section| is SECTION_CC, also fills in '123' for the CVC.
918 ValidateCCNumber(SECTION_CC, kTestCCNumberVisa, true);
919 ValidateCCNumber(SECTION_CC, kTestCCNumberMaster, true);
920 ValidateCCNumber(SECTION_CC, kTestCCNumberDiscover, true);
921 ValidateCCNumber(SECTION_CC, kTestCCNumberAmex, true);
922 ValidateCCNumber(SECTION_CC, kTestCCNumberIncomplete, false);
923 ValidateCCNumber(SECTION_CC, kTestCCNumberInvali
[all...]
H A Dautofill_dialog_controller_impl.cc270 case SECTION_CC:
600 case SECTION_CC: {
1531 case SECTION_CC:
1619 case SECTION_CC:
1704 if (section == SECTION_CC ||
1787 if (section == SECTION_CC) {
1815 if (section != SECTION_CC && section != SECTION_CC_BILLING)
1993 if (section != SECTION_CC) {
3222 if (section == SECTION_CC)
3238 if (section == SECTION_CC) {
[all...]
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1221 detail_groups_.insert(std::make_pair(SECTION_CC,
1222 DetailsGroup(SECTION_CC)));
1820 if (delegate_->SectionIsActive(SECTION_CC))
1821 return SECTION_CC;

Completed in 129 milliseconds