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 109 FullWalletRequest(const std::string& instrument_id,
118 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 253 const char kInstrumentIdKey[] = "instrument_id";
280 const std::string& instrument_id,
285 : instrument_id(instrument_id),
321 const std::string& instrument_id,
326 instrument_id,
337 request_dict.SetString(kInstrumentIdKey, instrument_id);
373 full_wallet_request.instrument_id);
786 std::string instrument_id; local
787 response_dict->GetString(kInstrumentIdKey, &instrument_id);
    [all...]

Completed in 1062 milliseconds