Home
last modified time | relevance | path

Searched refs:createElementNS (Results 1 – 25 of 129) sorted by relevance

123456

/external/webkit/LayoutTests/fast/dom/Node/script-tests/
Dinitial-values.js112 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/
Dnodeinsertbefore22.js101 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");
Dnodereplacechild30.js109 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");
Dnodeisequalnode06.js100 elem1 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
101 elem2 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
Dnodeissamenode04.js98 element1 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:br");
99 element2 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:br");
Dnodeisdefaultnamespace10.js101 parent = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body");
102 child = doc.createElementNS("http://www.w3.org/1999/xhtml","p");
Dnodereplacechild29.js102 oldChild = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:br");
103 newChild = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:span");
Dnodeisequalnode07.js111 elem1 = doc1.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
112 elem2 = doc2.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
Dnodecomparedocumentposition34.js103 elemMain = doc.createElementNS("http://www.w3.org/1999/xhtml","p");
104 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","br");
Dnodeinsertbefore23.js114 element = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body");
115 refNode = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:p");
Dnoderemovechild21.js106 parent = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
107 child = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:br");
Dnodereplacechild14.js111 elem = doc.createElementNS("http://www.w3.org/DOM/Test","dom3:doc1elem");
114 elem2 = newDoc.createElementNS("http://www.w3.org/DOM/Test","dom3:doc2elem");
Dwellformed02.js104 elem = doc.createElementNS("http://www.example.org/domts/wellformed02","LegalNameࢎ");
128 elem = doc.createElementNS("http://www.example.org/domts/wellformed02","LegalNameࢎ");
Dnodereplacechild15.js111 elem = doc.createElementNS(rootNS,rootName);
114 elem2 = doc.createElementNS(rootNS,rootName);
Dnodeinsertbefore13.js127 elem = doc.createElementNS(rootNS,rootTagname);
128 elemAlt = docAlt.createElementNS(rootNS,rootTagname);
Dwellformed01.js108 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ");
132 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ");
Dinfoset06.js108 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ");
132 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ");
Dcanonicalform06.js109 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ");
133 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalNameࢎ");
Dnodegetbaseuri06.js100 newElement = doc.createElementNS("http://www.w3.org/1999/xhtml","br");
Dnodeisequalnode20.js98 elem1 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
Dnodeisequalnode04.js98 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:p");
Dnodelookupprefix10.js101 parent = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
/external/webkit/LayoutTests/fast/dom/Node/
Dinitial-values-expected.txt15 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/
DhtmlMathML.js14 document.createElementNS("http://www.w3.org/1998/Math/MathML",
32 if (document.createElementNS) {
/external/webkit/Source/WebCore/dom/
Dxml_expat_tokenizer.cpp444 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