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.h107 const std::string& google_transaction_id,
121 std::string google_transaction_id; member in struct:autofill::wallet::WalletClient::FullWalletRequest
149 // The |google_transaction_id| is provided in the response to the
154 const std::string& google_transaction_id);
204 const std::string& google_transaction_id);
H A Dwallet_items.cc424 const std::string& google_transaction_id,
429 google_transaction_id_(google_transaction_id),
458 std::string google_transaction_id; local
459 if (!dictionary.GetString("google_transaction_id", &google_transaction_id) &&
482 google_transaction_id,
423 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.h257 const std::string& google_transaction_id() const { function in class:autofill::wallet::WalletItems
290 const std::string& google_transaction_id,
H A Dwallet_client.cc216 const char kGoogleTransactionIdKey[] = "google_transaction_id";
243 const std::string& google_transaction_id,
248 google_transaction_id(google_transaction_id),
272 const std::string& google_transaction_id) {
280 DoAcceptLegalDocuments(document_ids, google_transaction_id);
323 full_wallet_request.google_transaction_id);
494 const std::string& google_transaction_id) {
497 request_dict.SetString(kGoogleTransactionIdKey, google_transaction_id);
240 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
270 AcceptLegalDocuments( const std::vector<WalletItems::LegalDocument*>& documents, const std::string& google_transaction_id) argument
492 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.cc350 const std::string google_transaction_id = local

Completed in 57 milliseconds