Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/win32/
Dconfigure.js35 var withHtml = true; variable
120 txt += " html: Enable HTML processor (" + (withHtml? "yes" : "no") + ")\n";
230 vf.WriteLine("WITH_HTML=" + (withHtml? "1" : "0"));
310 of.WriteLine(s.replace(/\@WITH_HTML\@/, withHtml? "1" : "0"));
455 withHtml = strToBool(arg.substring(opt.length + 1, arg.length));
648 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";