Searched refs:supported_currency_list (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_items.cc171 const ListValue* supported_currency_list; local
172 if (dictionary.GetList("supported_currency", &supported_currency_list)) {
173 for (size_t i = 0; i < supported_currency_list->GetSize(); ++i) {
175 if (supported_currency_list->GetString(i, &currency))

Completed in 380 milliseconds