Home
last modified time | relevance | path

Searched refs:pElem (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/LayoutTests/dom/xhtml/level3/core/
Dnormalizecharacters04.js98 var pElem;
119 pElem = pList.item(0);
121 retval = pElem.appendChild(text);
122 pElem.normalize();
125 pElem = pList.item(0);
126 text = pElem.firstChild;
Dnormalizecharacters03.js98 var pElem;
113 pElem = pList.item(0);
115 retval = pElem.appendChild(text);
116 pElem.normalize();
119 pElem = pList.item(0);
120 text = pElem.firstChild;
Dnodegetbaseuri19.js96 var pElem;
105 pElem = pList.item(0);
106 assertNotNull("pElemNotNull",pElem);
111 textNode = pElem.firstChild;
118 entRef = pElem.lastChild;
Dtextiselementcontentwhitespace04.js90 var pElem;
113 pElem = pList.item(0);
114 textNode = pElem.firstChild;
117 replacedNode = pElem.replaceChild(blankNode,textNode);
119 textNode = pElem.firstChild;
Dnormalizecharacters06.js98 var pElem;
119 pElem = pList.item(0);
121 retval = pElem.appendChild(text);
125 pElem = pList.item(0);
126 text = pElem.firstChild;
Dnormalizecharacters02.js98 var pElem;
119 pElem = pList.item(0);
121 retval = pElem.appendChild(text);
125 pElem = pList.item(0);
126 text = pElem.firstChild;
Dcheckcharacternormalization01.js98 var pElem;
113 pElem = pList.item(0);
115 retval = pElem.appendChild(text);
119 pElem = pList.item(0);
120 text = pElem.firstChild;
Dcanonicalform02.js98 var pElem;
119 pElem = pList.item(0);
121 retval = pElem.appendChild(text);
125 pElem = pList.item(0);
126 text = pElem.firstChild;
Dnormalizecharacters05.js98 var pElem;
113 pElem = pList.item(0);
115 retval = pElem.appendChild(text);
119 pElem = pList.item(0);
120 text = pElem.firstChild;
Dcheckcharacternormalization03.js98 var pElem;
119 pElem = pList.item(0);
121 retval = pElem.appendChild(text);
125 pElem = pList.item(0);
126 text = pElem.firstChild;
Dnormalizecharacters08.js98 var pElem;
119 pElem = pList.item(0);
121 retval = pElem.appendChild(text);
125 pElem = pList.item(0);
126 text = pElem.lastChild;
Dnormalizecharacters01.js98 var pElem;
113 pElem = pList.item(0);
115 retval = pElem.appendChild(text);
119 pElem = pList.item(0);
120 text = pElem.firstChild;
Dnormalizecharacters07.js98 var pElem;
113 pElem = pList.item(0);
115 retval = pElem.appendChild(text);
119 pElem = pList.item(0);
120 text = pElem.lastChild;
Dinfoset02.js93 var pElem;
114 pElem = pList.item(0);
116 child = pElem.appendChild(entRef);
120 pElem = pList.item(0);
121 child = pElem.lastChild;
Dentities03.js93 var pElem;
114 pElem = pList.item(0);
116 child = pElem.appendChild(entRef);
120 pElem = pList.item(0);
121 child = pElem.lastChild;
Dentities01.js93 var pElem;
116 pElem = pList.item(0);
118 child = pElem.appendChild(entRef);
122 pElem = pList.item(0);
123 child = pElem.lastChild;
Dcanonicalform01.js93 var pElem;
122 pElem = pList.item(0);
124 child = pElem.appendChild(entRef);
128 pElem = pList.item(0);
129 child = pElem.lastChild;
Dentities04.js92 var pElem;
115 pElem = pList.item(0);
117 child = pElem.appendChild(entRef);
121 pElem = pList.item(0);
122 child = pElem.lastChild;
Dentities02.js93 var pElem;
117 pElem = pList.item(0);
119 child = pElem.appendChild(entRef);
123 pElem = pList.item(0);
124 child = pElem.lastChild;
Dinfoset01.js93 var pElem;
117 pElem = pList.item(0);
119 child = pElem.appendChild(entRef);
123 pElem = pList.item(0);
124 child = pElem.lastChild;
Dnodegetbaseuri20.js94 var pElem;
102 pElem = pList.item(2);
103 assertNotNull("pElemNotNull",pElem);
104 baseURI = pElem.baseURI;
Delementsetidattributens14.js95 var pElem;
109 pElem = elemList.item(1);
112 pElem.setIdAttributeNS("http://www.w3.org/2000/xmlns/","dmstc",true);
114 attributesMap = pElem.attributes;
Delementsetidattributenode08.js97 var pElem;
112 pElem = elemList2.item(2);
120 attributesMap = pElem.attributes;
123 pElem.setIdAttributeNode(attr,true);
Dhandleerror02.js138 var pElem;
157 pElem = pList.item(0);
159 retval = pElem.appendChild(brElem);
161 retval = pElem.appendChild(brElem);
Dnodegetbaseuri17.js93 var pElem;
101 pElem = pList.item(0);
102 textNode = pElem.firstChild;

12