Searched refs:CreditCardDescription (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dnew_credit_card_bubble_controller.h29 struct CreditCardDescription { struct in namespace:autofill
30 CreditCardDescription();
31 ~CreditCardDescription();
73 const CreditCardDescription& CardDescription() const;
130 struct CreditCardDescription card_desc_;
H A Dnew_credit_card_bubble_controller.cc29 CreditCardDescription::CreditCardDescription() {} function in class:autofill::CreditCardDescription
30 CreditCardDescription::~CreditCardDescription() {}
50 const CreditCardDescription& NewCreditCardBubbleController::CardDescription()
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dnew_credit_card_bubble_views.cc85 const CreditCardDescription& card_desc = controller_->CardDescription();

Completed in 176 milliseconds