Searched refs:withXsltDebug (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libxslt/win32/
H A Dconfigure.js43 var withXsltDebug = true; variable
103 txt += " xslt_debug: Enable XSLT debbugging module (" + (withXsltDebug? "yes" : "no") + ")\n";
190 vf.WriteLine("WITH_DEBUG=" + (withXsltDebug? "1" : "0"));
238 of.WriteLine(s.replace(/\@WITH_XSLT_DEBUG\@/, withXsltDebug? "1" : "0"));
335 withXsltDebug = strToBool(arg.substring(opt.length + 1, arg.length));
487 txtOut += " Debugging module: " + boolToStr(withXsltDebug) + "\n";

Completed in 71 milliseconds