Home
last modified time | relevance | path

Searched refs:document_ids (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_client.cc282 std::vector<std::string> document_ids; in AcceptLegalDocuments() local
284 document_ids.push_back(documents[i]->id()); in AcceptLegalDocuments()
286 DoAcceptLegalDocuments(document_ids, google_transaction_id); in AcceptLegalDocuments()
502 const std::vector<std::string>& document_ids, in DoAcceptLegalDocuments() argument
510 for (std::vector<std::string>::const_iterator it = document_ids.begin(); in DoAcceptLegalDocuments()
511 it != document_ids.end(); ++it) { in DoAcceptLegalDocuments()
Dwallet_client.h209 const std::vector<std::string>& document_ids,