Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/win32/
Dconfigure.js37 var withCatalog = true; variable
122 txt += " catalog: Enable catalog support (" + (withCatalog? "yes" : "no") + ")\n";
232 vf.WriteLine("WITH_CATALOG=" + (withCatalog? "1" : "0"));
314 of.WriteLine(s.replace(/\@WITH_CATALOG\@/, withCatalog? "1" : "0"));
459 withCatalog = strToBool(arg.substring(opt.length + 1, arg.length));
650 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";