Home | History | Annotate | Download | only in browser

Lines Matching refs:description

105 // update the list in PreparePathMappings. Filename, Description/Signer, and
107 // Entries without any Description, Signer info, or Location will never be
344 GenerateHash(WideToUTF8(module.description), &description_hash);
512 entry.description = layered_providers[i].name;
546 module->description = version_info_win->file_description();
833 data->SetString("description", module->description);
950 std::string filename, location, description, signer;
953 GenerateHash(WideToUTF8(module.description), &description);
958 ASCIIToUTF16(description), ASCIIToUTF16(signer));