HomeSort by relevance Sort by last modified time
    Searched full:legal_docs (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.cc 504 const ListValue* legal_docs; local
505 if (dictionary.GetList("required_legal_document", &legal_docs)) {
506 for (size_t i = 0; i < legal_docs->GetSize(); ++i) {
508 if (legal_docs->GetDictionary(i, &legal_doc_dict)) {
518 if (!legal_docs->empty()) {

Completed in 3369 milliseconds