Home | History | Annotate | Download | only in wallet

Lines Matching defs:FullWallet

26 FullWallet::FullWallet(int expiration_month,
43 FullWallet::~FullWallet() {}
46 scoped_ptr<FullWallet>
47 FullWallet::CreateFullWallet(const DictionaryValue& dictionary) {
58 return scoped_ptr<FullWallet>();
64 return scoped_ptr<FullWallet>(new FullWallet(-1,
79 return scoped_ptr<FullWallet>();
85 return scoped_ptr<FullWallet>();
91 return scoped_ptr<FullWallet>();
97 return scoped_ptr<FullWallet>();
103 return scoped_ptr<FullWallet>();
110 return scoped_ptr<FullWallet>();
122 return scoped_ptr<FullWallet>(new FullWallet(expiration_month,
132 scoped_ptr<FullWallet>
133 FullWallet::CreateFullWalletFromClearText(
144 scoped_ptr<FullWallet> wallet(new FullWallet(
157 base::string16 FullWallet::GetInfo(const AutofillType& type) {
210 bool FullWallet::HasRequiredAction(RequiredAction action) const {
217 base::string16 FullWallet::TypeAndLastFourDigits() {
224 bool FullWallet::operator==(const FullWallet& other) const {
257 bool FullWallet::operator!=(const FullWallet& other) const {
261 void FullWallet::DecryptCardInfo() {
310 const std::string& FullWallet::GetPan() {
316 const std::string& FullWallet::GetCvn() {