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

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc473 bool is_filling_credit_card = (type.group() == CREDIT_CARD); local
474 if (is_filling_credit_card) {
496 if (is_filling_credit_card && !FormIsHTTPS(*form_structure))
520 if (!is_filling_credit_card)

Completed in 347 milliseconds