Searched refs:google_transaction_id (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/components/autofill/content/browser/wallet/ |
D | wallet_client.h | 112 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);
|
D | wallet_client.cc | 249 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()
|
D | wallet_items.cc | 409 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()
|
D | mock_wallet_client.h | 34 const std::string& google_transaction_id));
|
D | wallet_items.h | 254 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/ |
D | autofill_dialog_controller_android.cc | 454 const std::string google_transaction_id = in DialogContinue() local
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_dialog_controller_impl.cc | 3718 wallet_items_->google_transaction_id()); in AcceptLegalTerms() 3826 wallet_items_->google_transaction_id(), in GetFullWallet()
|