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

  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 103 // 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)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 428 bool is_filling_credit_card = (type.group() == CREDIT_CARD); local
429 if (is_filling_credit_card) {
448 else if (is_filling_credit_card && !FormIsHTTPS(*form_structure))
473 if (!is_filling_credit_card)
    [all...]

Completed in 165 milliseconds