Home
last modified time | relevance | path

Searched refs:is_credit_card_field (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_manager.cc150 bool is_credit_card_field = current_type_group == AutofillType::CREDIT_CARD; in FindSectionBounds() local
151 bool is_appropriate_type = is_credit_card_field == is_filling_credit_card; in FindSectionBounds()