Searched refs:createElementNS (Results 1 – 25 of 129) sorted by relevance
123456
/external/webkit/LayoutTests/fast/dom/Node/script-tests/ |
D | initial-values.js | 112 element = document.createElementNS("http://www.w3.org/1999/xhtml", "html:pre"); 121 element = document.createElementNS("http://www.w3.org/2000/svg", "svg"); 130 element = document.createElementNS("http://www.webkit.org", "foo:svg"); 139 element = document.createElementNS("http://www.w3.org/1999/xhtml", "pre"); 160 element = xmlDoc.createElementNS("http://www.w3.org/1999/xhtml", "html:pre");
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | nodeinsertbefore22.js | 101 element = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body"); 102 refNode = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:a"); 103 ancestor = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:p");
|
D | nodereplacechild30.js | 109 parent = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html"); 110 oldChild = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:head"); 111 newElement = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body");
|
D | nodeisequalnode06.js | 100 elem1 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html"); 101 elem2 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
|
D | nodeissamenode04.js | 98 element1 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:br"); 99 element2 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:br");
|
D | nodeisdefaultnamespace10.js | 101 parent = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body"); 102 child = doc.createElementNS("http://www.w3.org/1999/xhtml","p");
|
D | nodereplacechild29.js | 102 oldChild = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:br"); 103 newChild = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:span");
|
D | nodeisequalnode07.js | 111 elem1 = doc1.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html"); 112 elem2 = doc2.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
|
D | nodecomparedocumentposition34.js | 103 elemMain = doc.createElementNS("http://www.w3.org/1999/xhtml","p"); 104 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","br");
|
D | nodeinsertbefore23.js | 114 element = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body"); 115 refNode = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:p");
|
D | noderemovechild21.js | 106 parent = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p"); 107 child = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:br");
|
D | nodereplacechild14.js | 111 elem = doc.createElementNS("http://www.w3.org/DOM/Test","dom3:doc1elem"); 114 elem2 = newDoc.createElementNS("http://www.w3.org/DOM/Test","dom3:doc2elem");
|
D | wellformed02.js | 104 elem = doc.createElementNS("http://www.example.org/domts/wellformed02","LegalNameࢎ"); 128 elem = doc.createElementNS("http://www.example.org/domts/wellformed02","LegalNameࢎ");
|
D | nodereplacechild15.js | 111 elem = doc.createElementNS(rootNS,rootName); 114 elem2 = doc.createElementNS(rootNS,rootName);
|
D | nodeinsertbefore13.js | 127 elem = doc.createElementNS(rootNS,rootTagname); 128 elemAlt = docAlt.createElementNS(rootNS,rootTagname);
|
D | wellformed01.js | 108 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ"); 132 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ");
|
D | infoset06.js | 108 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ"); 132 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ");
|
D | canonicalform06.js | 109 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ"); 133 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ");
|
D | nodegetbaseuri06.js | 100 newElement = doc.createElementNS("http://www.w3.org/1999/xhtml","br");
|
D | nodeisequalnode20.js | 98 elem1 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
|
D | nodeisequalnode04.js | 98 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:p");
|
D | nodelookupprefix10.js | 101 parent = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
|
/external/webkit/LayoutTests/fast/dom/Node/ |
D | initial-values-expected.txt | 15 Attribute creation using createElementNS on an HTML doc: 33 Attribute creation using createElementNS on an XHTML doc: 83 Prefixed element creation using createElementNS on an HTML doc: 90 SVG Element creation using createElementNS on an HTML doc: 97 Unknown Element creation using createElementNS on an HTML doc: 104 Element creation using createElementNS on an HTML doc: 118 Element creation using createElementNS on an XHTML doc:
|
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/ |
D | htmlMathML.js | 14 document.createElementNS("http://www.w3.org/1998/Math/MathML", 32 if (document.createElementNS) {
|
/external/webkit/Source/WebCore/dom/ |
D | xml_expat_tokenizer.cpp | 444 RefPtr<Element> newElement = m_doc->createElementNS(uri, qName, ec); in startElementNs() 823 RefPtr<Element> reportElement = doc->createElementNS(xhtmlNamespaceURI, "parsererror", ec); in createXHTMLParserErrorHeader() 826 RefPtr<Element> h3 = doc->createElementNS(xhtmlNamespaceURI, "h3", ec); in createXHTMLParserErrorHeader() 830 RefPtr<Element> fixed = doc->createElementNS(xhtmlNamespaceURI, "div", ec); in createXHTMLParserErrorHeader() 835 h3 = doc->createElementNS(xhtmlNamespaceURI, "h3", ec); in createXHTMLParserErrorHeader() 853 RefPtr<Node> rootElement = doc->createElementNS(xhtmlNamespaceURI, "html", ec); in insertErrorMessageBlock() 855 RefPtr<Node> body = doc->createElementNS(xhtmlNamespaceURI, "body", ec); in insertErrorMessageBlock()
|
123456