HomeSort by relevance Sort by last modified time
    Searched refs:google_transaction_id (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 112 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);
mock_wallet_client.h 34 const std::string& google_transaction_id));
wallet_client.cc 220 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);
wallet_items.h 254 const std::string& google_transaction_id() const { function in class:autofill::wallet::WalletItems
290 const std::string& google_transaction_id,
wallet_items.cc 409 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,
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 454 const std::string google_transaction_id = local
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc     [all...]

Completed in 254 milliseconds