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

/external/chromium/chrome/browser/autofill/
H A Dautofill_manager.cc151 bool is_appropriate_type = is_credit_card_field == is_filling_credit_card; local
153 if (already_saw_current_type || !is_appropriate_type) {
165 if (is_appropriate_type) {

Completed in 21 milliseconds