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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.h534 bool ShouldDisallowCcType(const base::string16& type) const;
H A Dautofill_dialog_controller_impl.cc858 if (ShouldDisallowCcType(CreditCard::TypeForDisplay(kMasterCard)))
3079 !ShouldDisallowCcType(cards[i]->TypeForDisplay()));
3569 ShouldDisallowCcType(CreditCard::TypeForDisplay(
3648 bool AutofillDialogControllerImpl::ShouldDisallowCcType( function in class:autofill::AutofillDialogControllerImpl

Completed in 246 milliseconds