/external/chromium_org/chrome/browser/ui/android/autofill/ |
autofill_dialog_result.h | 15 namespace wallet { namespace in namespace:autofill 26 // Converts the requested information to wallet::FullWallet. 28 // regardless if the information was obtained from Autofill or Google Wallet. 29 static scoped_ptr<wallet::FullWallet> ConvertFromJava( 30 JNIEnv* env, jobject wallet); 34 static base::string16 GetWalletEmail(JNIEnv* env, jobject wallet); 38 static std::string GetWalletGoogleTransactionId(JNIEnv* env, jobject wallet);
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_common.h | 16 namespace wallet { namespace
|
data_model_wrapper.h | 11 #include "components/autofill/content/browser/wallet/wallet_items.h" 26 namespace wallet { namespace in namespace:autofill 154 // A DataModelWrapper for Wallet addresses. 157 explicit WalletAddressWrapper(const wallet::Address* address); 167 const wallet::Address* address_; 172 // A DataModelWrapper for Wallet instruments. 176 const wallet::WalletItems::MaskedInstrument* instrument); 187 const wallet::WalletItems::MaskedInstrument* instrument_; 195 explicit FullWalletBillingWrapper(wallet::FullWallet* full_wallet); 203 wallet::FullWallet* full_wallet_ [all...] |
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_service_url.h | 13 namespace wallet { namespace in namespace:autofill 45 // Whether calls to Online Wallet are hitting the production server rather than 49 } // namespace wallet
|
wallet_test_util.h | 11 #include "components/autofill/content/browser/wallet/wallet_items.h" 14 namespace wallet { namespace in namespace:autofill 62 } // namespace wallet
|
mock_wallet_client.h | 11 #include "components/autofill/content/browser/wallet/instrument.h" 12 #include "components/autofill/content/browser/wallet/wallet_address.h" 13 #include "components/autofill/content/browser/wallet/wallet_client.h" 14 #include "components/autofill/content/browser/wallet/wallet_items.h" 18 namespace wallet { namespace in namespace:autofill 60 } // namespace wallet
|
mock_wallet_client.cc | 5 #include "components/autofill/content/browser/wallet/mock_wallet_client.h" 8 namespace wallet { namespace in namespace:autofill 11 wallet::WalletClientDelegate* delegate, 13 : wallet::WalletClient(context, delegate, source_url) {} 28 } // namespace wallet
|
wallet_client_delegate.h | 11 #include "components/autofill/content/browser/wallet/form_field_error.h" 12 #include "components/autofill/content/browser/wallet/wallet_client.h" 18 namespace wallet { namespace in namespace:autofill 25 // WalletClientDelegate with the response from the Online Wallet backend. 33 // Wallet metrics. 40 // Wallet. 47 // Callbacks called with responses from the Online Wallet backend. 82 } // namespace wallet
|
wallet_signin_helper_delegate.h | 14 namespace wallet { namespace in namespace:autofill 28 // Called when the Google Wallet cookie value has been retrieved. 32 } // namespace wallet
|
instrument.cc | 5 #include "components/autofill/content/browser/wallet/instrument.h" 12 #include "components/autofill/content/browser/wallet/wallet_address.h" 19 namespace wallet { namespace in namespace:autofill 124 } // namespace wallet
|
instrument_unittest.cc | 7 #include "components/autofill/content/browser/wallet/instrument.h" 8 #include "components/autofill/content/browser/wallet/wallet_address.h" 9 #include "components/autofill/content/browser/wallet/wallet_test_util.h" 21 namespace wallet { namespace in namespace:autofill 65 } // namespace wallet
|
required_action.cc | 5 #include "components/autofill/content/browser/wallet/required_action.h" 11 namespace wallet { namespace in namespace:autofill 65 } // namespace wallet
|
wallet_signin_helper.h | 24 namespace wallet { namespace in namespace:autofill 28 // Authenticates the user against the Online Wallet service. 41 // Initiates an attempt to passively sign the user into the Online Wallet. 43 // and it succeeds as long as the Online Wallet service could safely accept 50 // Initiates the fetch of the user's Google Wallet cookie. 63 // Callback for when the Google Wallet cookie has been retrieved. 80 } // namespace wallet
|
form_field_error.cc | 5 #include "components/autofill/content/browser/wallet/form_field_error.h" 13 namespace wallet { namespace in namespace:autofill 153 } // namespace wallet
|
gaia_account.cc | 5 #include "components/autofill/content/browser/wallet/gaia_account.h" 12 namespace wallet { namespace in namespace:autofill 83 } // namespace wallet
|
gaia_account.h | 17 namespace wallet { namespace in namespace:autofill 56 } // namespace wallet
|
required_action.h | 11 namespace wallet { namespace in namespace:autofill 15 // use Google Wallet (happens on first use or when the ToS are updated) or 41 } // namespace wallet
|
wallet_service_url_unittest.cc | 6 #include "components/autofill/content/browser/wallet/wallet_service_url.h" 12 namespace wallet { namespace in namespace:autofill 18 EXPECT_EQ("https://wallet-web.sandbox.google.com/online/v2/u/1/wallet/" 21 EXPECT_EQ("https://wallet-web.sandbox.google.com/online-secure/v2/u/1/" 24 EXPECT_EQ("https://wallet-web.sandbox.google.com/manage/w/1/paymentMethods", 26 EXPECT_EQ("https://wallet-web.sandbox.google.com/manage/w/1/settings/" 29 EXPECT_EQ("https://wallet-web.sandbox.google.com/online/v2/u/1/wallet/" 32 EXPECT_EQ("https://wallet-web.sandbox.google.com/online-secure/v2/u/2/ [all...] |
full_wallet_unittest.cc | 11 #include "components/autofill/content/browser/wallet/full_wallet.h" 12 #include "components/autofill/content/browser/wallet/required_action.h" 13 #include "components/autofill/content/browser/wallet/wallet_test_util.h" 351 namespace wallet { namespace in namespace:autofill 529 } // namespace wallet
|
wallet_address_unittest.cc | 10 #include "components/autofill/content/browser/wallet/wallet_address.h" 158 namespace wallet { namespace in namespace:autofill 477 } // namespace wallet
|
wallet_signin_helper_unittest.cc | 5 #include "components/autofill/content/browser/wallet/wallet_signin_helper.h" 12 #include "components/autofill/content/browser/wallet/wallet_service_url.h" 13 #include "components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h" 33 namespace wallet { namespace in namespace:autofill 79 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl(0).spec(), 86 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl(0).spec(), 93 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl(0).spec(), 168 } // namespace wallet
|
form_field_error.h | 16 namespace wallet { namespace in namespace:autofill 18 // Class for representing a single Wallet server side validation error. 30 // Wallet sends this when ZIP is invalid for the given city. 33 // invalid card number. Wallet should only send us this error for invalid 36 // Wallet sends this when ZIP is invalid for the given state. 76 // The type of error as defined by the Wallet server. 79 // The location of the error as defined by the Wallet server. 85 } // namespace wallet
|
full_wallet.h | 15 #include "components/autofill/content/browser/wallet/required_action.h" 16 #include "components/autofill/content/browser/wallet/wallet_address.h" 26 namespace wallet { namespace in namespace:autofill 34 // - a proxy card for the backing card selected from a user's wallet items 39 // Returns an empty scoped_ptr if the input invalid, an empty wallet with 40 // required actions if there are any, or a valid wallet. 44 // Returns a wallet built from the provided clear-text data. 139 // issued to them by the Online Wallet service. 148 } // namespace wallet
|
instrument.h | 22 namespace wallet { namespace in namespace:autofill 27 // user's Google Wallet using WalletClient::SaveInstrument or 95 // Externalized Online Wallet id for this instrument. 101 } // namespace wallet
|
wallet_items_unittest.cc | 10 #include "components/autofill/content/browser/wallet/gaia_account.h" 11 #include "components/autofill/content/browser/wallet/required_action.h" 12 #include "components/autofill/content/browser/wallet/wallet_items.h" 389 namespace wallet { namespace in namespace:autofill 486 EXPECT_EQ("https://wallet.google.com/legaldocument?docId=doc_id", 619 } // namespace wallet
|