Home | History | Annotate | Download | only in autofill

Lines Matching full:year

965     // HTML5 input="month" consists of year-month.
966 string16 year = credit_card->GetInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR);
968 if (!year.empty() && !month.empty()) {
969 // Fill the value only if |credit_card| includes both year and month
971 field->value = year + ASCIIToUTF16("-") + month;