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

  /external/chromium_org/content/test/data/dom_serializer/
nonstandard_htmlentities.htm 1 <HTML><BODY title="&percnt;&nsup;&sup1;&apos;">&percnt;&nsup;&sup1;&apos;</BODY></HTML>
  /external/chromium_org/third_party/WebKit/Source/web/
WebEntities.h 42 // &apos;, &percnt;, &nsup;, &supl; are not defined by the HTML standards.
46 // - Both of IE and Firefox don't support &percnt;, &nsup; and &supl;.
52 // reference for &apos;, and don't use entity references for &percnt;, &nsup;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 393 private NamespaceSupport2 nsup; field in class:PrefixForUriEnumerator
397 PrefixForUriEnumerator(NamespaceSupport2 nsup,String uri, Enumeration allPrefixes)
399 this.nsup=nsup;
412 if(uri.equals(nsup.getURI(prefix)))
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 650 // Unescaped string for "&percnt;&nsup;&sup1;&apos;".
666 ASSERT_EQ(std::string::npos, serialized_contents.find("&nsup;"));
    [all...]
  /external/chromium_org/content/renderer/
dom_serializer_browsertest.cc 576 // Unescaped string for "&percnt;&nsup;&sup1;&apos;".
592 ASSERT_EQ(std::string::npos, serialized_contents.find("&nsup;"));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityNames.in 1510 "nsup;","U+02285"
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLSchema.java     [all...]

Completed in 249 milliseconds