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 108 FullWalletRequest(const std::string& instrument_id,
117 std::string instrument_id; member in struct:autofill::wallet::WalletClient::FullWalletRequest
160 // with |instrument_id|. |obfuscated_gaia_id| is used as a key when escrowing
164 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);
666 std::string instrument_id; local
667 response_dict->GetString(kInstrumentIdKey, &instrument_id);
675 if (instrument_id.empty() && shipping_address_id.empty() &
    [all...]

Completed in 69 milliseconds