Searched defs:address_id (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.h111 const std::string& address_id,
123 std::string address_id; member in struct:autofill::wallet::WalletClient::FullWalletRequest
H A Dwallet_client.cc248 const std::string& address_id,
253 address_id(address_id),
324 request_dict.SetString(kSelectedAddressIdKey, full_wallet_request.address_id);
246 FullWalletRequest( const std::string& instrument_id, const std::string& address_id, const std::string& google_transaction_id, const std::vector<RiskCapability> risk_capabilities, bool new_wallet_user) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc2690 const std::string& address_id,
2696 if (!address_id.empty())
2697 active_address_id_ = address_id;
2688 OnDidSaveToWallet( const std::string& instrument_id, const std::string& address_id, const std::vector<wallet::RequiredAction>& required_actions, const std::vector<wallet::FormFieldError>& form_field_errors) argument

Completed in 549 milliseconds