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

/external/chromium/chrome/browser/autofill/
H A Dautofill_manager.cc103 // the initiating field. |is_filling_credit_card| should be true if filling
109 // depending on whether |is_filling_credit_card| is true.
114 bool is_filling_credit_card,
151 bool is_appropriate_type = is_credit_card_field == is_filling_credit_card;
388 bool is_filling_credit_card = local
390 if (is_filling_credit_card) {
410 else if (is_filling_credit_card && !FormIsHTTPS(form_structure))
420 is_filling_credit_card, &section_start, &section_end);
439 if (!is_filling_credit_card)
112 FindSectionBounds(const FormStructure& form, const AutofillField& field, bool is_filling_credit_card, size_t* section_start, size_t* section_end) argument

Completed in 4990 milliseconds