Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/win32/
Dconfigure.js34 var withHttp = true; variable
119 txt += " http: Enable HTTP client (" + (withHttp? "yes" : "no") + ")\n";
229 vf.WriteLine("WITH_HTTP=" + (withHttp? "1" : "0"));
308 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"));
453 withHttp = strToBool(arg.substring(opt.length + 1, arg.length));
647 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";