Searched defs:google_transaction_id (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.h112 const std::string& google_transaction_id,
126 std::string google_transaction_id; member in struct:autofill::wallet::WalletClient::FullWalletRequest
155 // The |google_transaction_id| is provided in the response to the
160 const std::string& google_transaction_id);
210 const std::string& google_transaction_id);
H A Dwallet_items.cc409 const std::string& google_transaction_id,
414 google_transaction_id_(google_transaction_id),
443 std::string google_transaction_id; local
444 if (!dictionary.GetString("google_transaction_id", &google_transaction_id) &&
467 google_transaction_id,
408 WalletItems(const std::vector<RequiredAction>& required_actions, const std::string& google_transaction_id, const std::string& default_instrument_id, const std::string& default_address_id, AmexPermission amex_permission) argument
H A Dwallet_items.h254 const std::string& google_transaction_id() const { function in class:autofill::wallet::WalletItems
290 const std::string& google_transaction_id,
H A Dwallet_client.cc220 const char kGoogleTransactionIdKey[] = "google_transaction_id";
249 const std::string& google_transaction_id,
254 google_transaction_id(google_transaction_id),
278 const std::string& google_transaction_id) {
286 DoAcceptLegalDocuments(document_ids, google_transaction_id);
329 full_wallet_request.google_transaction_id);
503 const std::string& google_transaction_id) {
506 request_dict.SetString(kGoogleTransactionIdKey, google_transaction_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
276 AcceptLegalDocuments( const std::vector<WalletItems::LegalDocument*>& documents, const std::string& google_transaction_id) argument
501 DoAcceptLegalDocuments( const std::vector<std::string>& document_ids, const std::string& google_transaction_id) argument
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc454 const std::string google_transaction_id = local

Completed in 4600 milliseconds