Home | History | Annotate | Download | only in webui

Lines Matching refs:it2

334     for (std::map<std::string, std::string>::const_iterator it2 =
336 it2 != it->second.values.end();
337 ++it2) {
338 if (!it2->second.empty()) {
339 if (it2->first == "szDescription") {
340 AddPair(list, ASCIIToUTF16("Graphics card"), it2->second);
341 } else if (it2->first == "szDriverNodeStrongName") {
342 AddPair(list, ASCIIToUTF16("Driver name (strong)"), it2->second);
343 } else if (it2->first == "szDriverName") {
344 AddPair(list, ASCIIToUTF16("Driver display name"), it2->second);