HomeSort by relevance Sort by last modified time
    Searched full:withxpath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/patches/
icu-win32 19 @@ -40,6 +40,7 @@ var withXpath = true;
61 @@ -646,6 +653,7 @@ txtOut += " XPath support: " + boolToStr(withXpath) + "\n";
  /external/chromium_org/third_party/libxml/src/win32/
configure.js 39 var withXpath = true;
124 txt += " xpath: Enable XPath support (" + (withXpath? "yes" : "no") + ")\n";
234 vf.WriteLine("WITH_XPATH=" + (withXpath? "1" : "0"));
318 of.WriteLine(s.replace(/\@WITH_XPATH\@/, withXpath? "1" : "0"));
463 withXpath = strToBool(arg.substring(opt.length + 1, arg.length));
652 txtOut += " XPath support: " + boolToStr(withXpath) + "\n";

Completed in 241 milliseconds