/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_controller_impl.h | 23 #include "components/autofill/content/browser/wallet/wallet_client.h" 24 #include "components/autofill/content/browser/wallet/wallet_client_delegate.h" 25 #include "components/autofill/content/browser/wallet/wallet_items.h" 26 #include "components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h" 63 namespace wallet { namespace in namespace:autofill 75 public wallet::WalletClientDelegate, 76 public wallet::WalletSigninHelperDelegate, 185 // wallet::WalletClientDelegate implementation. 193 scoped_ptr<wallet::FullWallet> full_wallet) OVERRIDE; 195 scoped_ptr<wallet::WalletItems> wallet_items) OVERRIDE [all...] |
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...] |
autofill_dialog_controller_impl.cc | 48 #include "components/autofill/content/browser/wallet/form_field_error.h" 49 #include "components/autofill/content/browser/wallet/full_wallet.h" 50 #include "components/autofill/content/browser/wallet/gaia_account.h" 51 #include "components/autofill/content/browser/wallet/instrument.h" 52 #include "components/autofill/content/browser/wallet/wallet_address.h" 53 #include "components/autofill/content/browser/wallet/wallet_items.h" 54 #include "components/autofill/content/browser/wallet/wallet_service_url.h" 55 #include "components/autofill/content/browser/wallet/wallet_signin_helper.h" 100 // URLs for Wallet error messages. 102 "https://wallet.google.com/manage/settings" [all...] |
account_chooser_model_unittest.cc | 67 // When "Pay without wallet" is false, use Wallet by default. 77 // When the user chose to "Pay without wallet", use Autofill. 145 // 0. "Unknown" wallet account, we don't know if the user is signed-in yet. 154 // 1. "Known" wallet account (e.g. after active/passive/automatic sign-in). 219 // Setting the wallet accounts forces the switch to wallet.
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
full_wallet.cc | 5 #include "components/autofill/content/browser/wallet/full_wallet.h" 24 namespace wallet { namespace in namespace:autofill 56 DLOG(ERROR) << "Response from Google wallet with bad required action:" 73 DVLOG(1) << "Response from Google wallet missing required actions"; 78 DLOG(ERROR) << "Response from Google wallet missing expiration month"; 84 DLOG(ERROR) << "Response from Google wallet missing expiration year"; 90 DLOG(ERROR) << "Response from Google wallet missing iin"; 96 DLOG(ERROR) << "Response from Google wallet missing rest"; 102 DLOG(ERROR) << "Response from Google wallet missing billing address"; 109 DLOG(ERROR) << "Response from Google wallet has malformed billing address" [all...] |
required_action.cc | 5 #include "components/autofill/content/browser/wallet/required_action.h" 11 namespace wallet { namespace in namespace:autofill 65 } // 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_signin_helper.cc | 5 #include "components/autofill/content/browser/wallet/wallet_signin_helper.h" 15 #include "components/autofill/content/browser/wallet/wallet_service_url.h" 16 #include "components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h" 29 namespace wallet { namespace in namespace:autofill 35 // Callback for retrieving Google Wallet cookies. |callback| is passed the 37 // Wallet cookies. 45 std::string host = wallet::GetPassiveAuthUrl(0).host(); 59 // Gets Google Wallet cookies. Must be called on the IO thread. 83 wallet::GetPassiveAuthUrl(0).GetWithEmptyPath(), 105 const GURL& url = wallet::GetPassiveAuthUrl(user_index) [all...] |
wallet_items.cc | 5 #include "components/autofill/content/browser/wallet/wallet_items.h" 11 #include "components/autofill/content/browser/wallet/gaia_account.h" 22 namespace wallet { namespace in namespace:autofill 27 "https://wallet.google.com/legaldocument?docId="; 28 const char kPrivacyNoticeUrl[] = "https://wallet.google.com/files/privacy.html"; 133 DLOG(ERROR) << "Response from Google Wallet missing card type"; 139 DLOG(ERROR) << "Response from Google Wallet missing last four digits"; 148 DLOG(ERROR) << "Response from Google Wallet missing status"; 154 DLOG(ERROR) << "Response from Google Wallet missing object id"; 160 DLOG(ERROR) << "Response from Google wallet missing address" [all...] |
wallet_client.h | 17 #include "components/autofill/content/browser/wallet/full_wallet.h" 18 #include "components/autofill/content/browser/wallet/wallet_items.h" 31 namespace wallet { namespace in namespace:autofill 38 // WalletClient is responsible for making calls to the Online Wallet backend on 40 // 1) GetWalletItems should be called to retrieve the user's Wallet. 41 // a) If the user does not have a Wallet, they must AcceptLegalDocuments and 44 // Wallet, they must AcceptLegalDocuments. 58 // WalletClient is designed so only one request to Online Wallet can be outgoing 71 // The type of error returned by Online Wallet. 77 // unsupported by Online Wallet [all...] |
gaia_account.cc | 5 #include "components/autofill/content/browser/wallet/gaia_account.h" 12 namespace wallet { namespace in namespace:autofill 83 } // namespace 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
|
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.h | 17 #include "components/autofill/content/browser/wallet/required_action.h" 18 #include "components/autofill/content/browser/wallet/wallet_address.h" 37 namespace wallet { namespace in namespace:autofill 48 // construct a full wallet. However, it also provides a transaction ID which 51 // using Online Wallet and those actions are present in the object as well. 166 // Externalized Online Wallet id for this instrument. 173 // can use Online Wallet. 204 // Externalized Online Wallet id for the document, or an empty string for 216 // Returns null on invalid input, an empty wallet items with required 217 // actions if any are present, and a populated wallet items otherwise. Calle [all...] |
gaia_account.h | 17 namespace wallet { namespace in namespace:autofill 56 } // namespace wallet
|
wallet_service_url.cc | 5 #include "components/autofill/content/browser/wallet/wallet_service_url.h" 22 const char kProdWalletServiceUrl[] = "https://wallet.google.com/"; 26 "https://wallet-web.sandbox.google.com/"; 30 "https://wallet-web.sandbox.google.com/"; 58 return GetBaseWalletUrl(user_index).Resolve("wallet/autocheckout/v1/"); 86 namespace wallet { namespace in namespace:autofill 157 GURL final_url = wallet::GetSignInContinueUrl(); 189 } // 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
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_metrics.h | 43 // The saved details to Online Wallet on submit. 64 // the Wallet server. 70 // Signed in, no Wallet items, no verified Autofill profiles. 72 // Signed in, no Wallet items, has verified Autofill profiles. 74 // Signed in, has Wallet items, no verified Autofill profiles. 76 // Signed in, has Wallet items, has verified Autofill profiles. 114 // Switched from a Wallet account to local Autofill data. 116 // Switched from local Autofill data to a Wallet account. 118 // Switched from one Wallet account to another one. 254 // For measuring the network request time of various Wallet API calls. Se [all...] |
/external/chromium_org/components/ |
autofill.gypi | 289 'autofill/content/browser/wallet/mock_wallet_client.cc', 290 'autofill/content/browser/wallet/mock_wallet_client.h', 291 'autofill/content/browser/wallet/wallet_test_util.cc', 292 'autofill/content/browser/wallet/wallet_test_util.h', 338 'autofill/content/browser/wallet/form_field_error.cc', 339 'autofill/content/browser/wallet/form_field_error.h', 340 'autofill/content/browser/wallet/full_wallet.cc', 341 'autofill/content/browser/wallet/full_wallet.h', 342 'autofill/content/browser/wallet/gaia_account.cc', 343 'autofill/content/browser/wallet/gaia_account.h' [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
native_backend_kwallet_x.h | 64 // Deserializes a list of PasswordForms from the wallet. 83 // Reads PasswordForms from the wallet that match the given signon_realm. 88 // Reads PasswordForms from the wallet with the given autofillability state. 93 // Reads PasswordForms from the wallet created in the given time range. 102 // Writes a list of PasswordForms to the wallet with the given signon_realm. 109 // Opens the wallet and ensures that the "Chrome Form Data" folder exists. 113 // Serializes a list of PasswordForms to be stored in the wallet. 116 // Deserializes a list of PasswordForms from the wallet. 154 // The name of the wallet we've opened. Set during Init().
|
/frameworks/base/docs/html/reference/com/google/android/gms/wallet/ |
package-summary.html | 86 <title>com.google.android.gms.wallet | Android Developers</title> 439 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"> 440 <span class="en">Wallet</span> 654 <h1>com.google.android.gms.wallet</h1> 663 Contains the Wallet Client for Google Play services. 677 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/wallet/LineItem.Role.html">LineItem.Role</a></td> 681 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/wallet/NotifyTransactionStatusRequest.Status.html">NotifyTransactionStatusRequest.Status</a></td> 682 <td class="jd-descrcol" width="100%">Status received from processing a <code><a href="/reference/com/google/android/gms/wallet/ProxyCard.html">ProxyCard</a></code>. </td> 685 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/wallet/NotifyTransactionStatusRequest.Status.Error.html">NotifyTransactionStatusRequest.Status.Error</a></td> 686 <td class="jd-descrcol" width="100%">Failure statuses received from processing a <code><a href="/reference/com/google/android/gms/wallet/ProxyCard.html">ProxyCard</a></code>. </td [all...] |
MaskedWalletRequest.Builder.html | 438 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"> 439 <span class="en">Wallet</span> 728 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.wallet.MaskedWalletRequest.Builder</td> 744 <p itemprop="articleBody">Builder to create a <code><a href="/reference/com/google/android/gms/wallet/MaskedWalletRequest.html">MaskedWalletRequest</a></code>. 812 <a href="/reference/com/google/android/gms/wallet/MaskedWalletRequest.html">MaskedWalletRequest</a></nobr> 815 <span class="sympad"><a href="/reference/com/google/android/gms/wallet/MaskedWalletRequest.Builder.html#build()">build</a></span>()</nobr> 828 <a href="/reference/com/google/android/gms/wallet/MaskedWalletRequest.Builder.html">MaskedWalletRequest.Builder</a></nobr> 831 <span class="sympad"><a href="/reference/com/google/android/gms/wallet/MaskedWalletRequest.Builder.html#setCart(com.google.android.gms.wallet.Cart)">setCart</a></span>(<a href="/reference/com/google/android/gms/wallet/Cart.html">Cart</a> cart)</nobr [all...] |
/external/chromium/chrome/browser/password_manager/ |
native_backend_kwallet_x.h | 49 // Reads PasswordForms from the wallet that match the given signon_realm. 54 // Reads PasswordForms from the wallet with the given autofillability state. 59 // Reads PasswordForms from the wallet created in the given time range. 68 // Writes a list of PasswordForms to the wallet with the given signon_realm. 80 // Opens the wallet and ensures that the "Chrome Form Data" folder exists. 92 // Serializes a list of PasswordForms to be stored in the wallet. 99 // Deserializes a list of PasswordForms from the wallet. 136 // The name of the wallet we've opened. Set during Init().
|