Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/win32/
Dconfigure.js59 var withValid = true; variable
142 txt += " valid: Enable DTD validation support (" + (withValid? "yes" : "no") + ")\n";
254 vf.WriteLine("WITH_VALID=" + (withValid? "1" : "0"));
360 of.WriteLine(s.replace(/\@WITH_VALID\@/, withValid? "1" : "0"));
503 withValid = strToBool(arg.substring(opt.length + 1, arg.length));
670 txtOut += "Validation support: " + boolToStr(withValid) + "\n";