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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 105 FullWalletRequest(const std::string& instrument_id,
114 std::string instrument_id; member in struct:autofill::wallet::WalletClient::FullWalletRequest
157 // with |instrument_id|. |obfuscated_gaia_id| is used as a key when escrowing
161 const std::string& instrument_id,
wallet_client.cc 217 const char kInstrumentIdKey[] = "instrument_id";
241 const std::string& instrument_id,
246 : instrument_id(instrument_id),
284 const std::string& instrument_id,
289 request_dict.SetString(kInstrumentIdKey, instrument_id);
317 full_wallet_request.instrument_id);
689 std::string instrument_id; local
690 response_dict->GetString(kInstrumentIdKey, &instrument_id);
698 if (instrument_id.empty() && shipping_address_id.empty() &
    [all...]

Completed in 25 milliseconds