/external/chromium_org/content/test/data/dom_serializer/ |
nonstandard_htmlentities.htm | 1 <HTML><BODY title="%⊅¹'">%⊅¹'</BODY></HTML>
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebEntities.h | 42 // ', %, ⊅, &supl; are not defined by the HTML standards. 46 // - Both of IE and Firefox don't support %, ⊅ and &supl;. 52 // reference for ', and don't use entity references for %, ⊅
|
/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 "%⊅¹'". 666 ASSERT_EQ(std::string::npos, serialized_contents.find("⊅")); [all...] |
/external/chromium_org/content/renderer/ |
dom_serializer_browsertest.cc | 576 // Unescaped string for "%⊅¹'". 592 ASSERT_EQ(std::string::npos, serialized_contents.find("⊅")); [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...] |