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

  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 350 const std::string google_transaction_id = local
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 107 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);
wallet_items.cc 424 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,
wallet_items.h 257 const std::string& google_transaction_id() const { function in class:autofill::wallet::WalletItems
290 const std::string& google_transaction_id,

Completed in 27 milliseconds