OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FullWallet
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.cc
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
>();
[
all
...]
full_wallet.h
30
//
FullWallet
contains all the information a merchant requires from a user for
35
class
FullWallet
{
37
~
FullWallet
();
41
static scoped_ptr<
FullWallet
>
46
static scoped_ptr<
FullWallet
>
60
// The type of the card that this
FullWallet
contains and the last four digits
64
bool operator==(const
FullWallet
& other) const;
65
bool operator!=(const
FullWallet
& other) const;
86
friend scoped_ptr<
FullWallet
> GetTestFullWalletWithRequiredActions(
88
friend scoped_ptr<
FullWallet
> GetTestFullWalletInstrumentOnly()
[
all
...]
Completed in 493 milliseconds