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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 112 const std::string& google_transaction_id,
128 std::string google_transaction_id; member in struct:autofill::wallet::WalletClient::FullWalletRequest
151 // The |google_transaction_id| is provided in the response to the
156 const std::string& google_transaction_id,
179 // where the purchase occured, and |google_transaction_id| is the same as the
186 const std::string& google_transaction_id);
210 const std::string& google_transaction_id,
wallet_items.cc 386 const std::string& google_transaction_id,
391 google_transaction_id_(google_transaction_id),
419 std::string google_transaction_id; local
420 if (!dictionary.GetString("google_transaction_id", &google_transaction_id) &&
439 google_transaction_id,
wallet_items.h 240 const std::string& google_transaction_id() const { function in class:autofill::wallet::WalletItems
264 const std::string& google_transaction_id,
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 366 const std::string google_transaction_id = local
415 callback_.Run(&form_structure_, google_transaction_id);

Completed in 72 milliseconds