Home
last modified time | relevance | path

Searched defs:htmlEscape (Results 1 – 2 of 2) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DHtmlUrlValidateFunction.java31 private final HtmlEscapeFunction htmlEscape; field in HtmlUrlValidateFunction
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizGrapher.java225 protected String htmlEscape(String str) { in htmlEscape() method in GraphvizGrapher
229 protected List<String> htmlEscape(List<String> elements) { in htmlEscape() method in GraphvizGrapher