Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/win32/
Dconfigure.js56 var withWalker = true; variable
139 txt += " walker: Enable xmlDocWalker api (" + (withWalker? "yes" : "no") + ")\n";
251 vf.WriteLine("WITH_WALKER=" + (withWalker? "1" : "0"));
354 of.WriteLine(s.replace(/\@WITH_WALKER\@/, withWalker? "1" : "0"));
497 withWalker = strToBool(arg.substring(opt.length + 1, arg.length));
667 txtOut += " Walker support: " + boolToStr(withWalker) + "\n";