Home
last modified time | relevance | path

Searched refs:google_transaction_id (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_client.h112 const std::string& google_transaction_id,
126 std::string google_transaction_id; member
160 const std::string& google_transaction_id);
210 const std::string& google_transaction_id);
Dwallet_client.cc249 const std::string& google_transaction_id, in FullWalletRequest() argument
254 google_transaction_id(google_transaction_id), in FullWalletRequest()
278 const std::string& google_transaction_id) { in AcceptLegalDocuments() argument
286 DoAcceptLegalDocuments(document_ids, google_transaction_id); in AcceptLegalDocuments()
329 full_wallet_request.google_transaction_id); in GetFullWallet()
503 const std::string& google_transaction_id) { in DoAcceptLegalDocuments() argument
506 request_dict.SetString(kGoogleTransactionIdKey, google_transaction_id); in DoAcceptLegalDocuments()
Dwallet_items.cc409 const std::string& google_transaction_id, in WalletItems() argument
414 google_transaction_id_(google_transaction_id), in WalletItems()
443 std::string google_transaction_id; in CreateWalletItems() local
444 if (!dictionary.GetString("google_transaction_id", &google_transaction_id) && in CreateWalletItems()
467 google_transaction_id, in CreateWalletItems()
Dmock_wallet_client.h34 const std::string& google_transaction_id));
Dwallet_items.h254 const std::string& google_transaction_id() const { in google_transaction_id() function
290 const std::string& google_transaction_id,
/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_dialog_controller_android.cc454 const std::string google_transaction_id = in DialogContinue() local
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.cc3718 wallet_items_->google_transaction_id()); in AcceptLegalTerms()
3826 wallet_items_->google_transaction_id(), in GetFullWallet()