Searched refs:replaced (Results 1 - 25 of 75) sorted by relevance

123

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodereplacechild30.js82 new child nodes and vice versa and in each case verify the name of the replaced node.
100 var replaced;
124 replaced = parent.replaceChild(newElement,oldChild);
125 nodeName = replaced.nodeName;
128 replaced = parent.replaceChild(oldChild,newElement);
129 nodeName = replaced.nodeName;
132 replaced = parent.replaceChild(newText,oldChild);
133 nodeName = replaced.nodeName;
136 replaced = parent.replaceChild(oldChild,newText);
137 nodeName = replaced
[all...]
H A Dnodereplacechild06.js79 with one of its child elements and verify if the name of the replaced documentElement Node.
90 var replaced;
121 replaced = doc.documentElement;
123 nodeName = replaced.nodeName;
H A Dnodereplacechild07.js79 with a new element and verify if the name of the replaced documentElement Node.
90 var replaced;
125 replaced = doc.documentElement;
127 nodeName = replaced.nodeName;
H A Dnodereplacechild16.js79 another Element and verify the name of the replaced Element node.
92 var replaced;
106 replaced = docFrag.replaceChild(txt,elem);
107 nodeName = replaced.nodeName;
H A Dnodereplacechild19.js79 its EntityReference child verify the nodeName of the replaced node.
92 var replaced;
106 replaced = docFrag.replaceChild(entRef,elem);
107 nodeName = replaced.nodeName;
H A Dnodereplacechild33.js79 new EntityReference Node and verify the value of the replaced child.
94 var replaced;
108 replaced = parent.replaceChild(newChild,oldChild);
109 nodeValue = replaced.nodeValue;
H A Dnodereplacechild23.js96 var replaced;
119 replaced = entRef.replaceChild(cdata,elem);
130 replaced = entRef.replaceChild(pi,cdata);
141 replaced = entRef.replaceChild(comment,pi);
152 replaced = entRef.replaceChild(txt,comment);
163 replaced = entRef.replaceChild(elem,txt);
H A Dnodereplacechild01.js95 var replaced;
104 replaced = doc.replaceChild(doc,doc);
H A Dnodereplacechild02.js94 var replaced;
103 replaced = doc.replaceChild(docType,docType);
H A Dnodereplacechild38.js100 var replaced;
121 replaced = ent.replaceChild(cdata,oldChild);
133 replaced = ent.replaceChild(pi,oldChild);
145 replaced = ent.replaceChild(comment,oldChild);
157 replaced = ent.replaceChild(txt,oldChild);
169 replaced = ent.replaceChild(elem,oldChild);
181 replaced = ent.replaceChild(entRef,oldChild);
H A Dnodecomparedocumentposition02.js98 var replaced;
112 replaced = doc.replaceChild(newDocType,docType);
H A Dnodereplacechild03.js98 var replaced;
109 replaced = doc.replaceChild(newDoc,doc);
H A Dnodereplacechild04.js94 var replaced;
105 replaced = doc.replaceChild(doc,docElem);
H A Dnodereplacechild20.js92 var replaced;
109 replaced = docFrag.replaceChild(attr,elem);
H A Dnodereplacechild24.js93 var replaced;
109 replaced = entRef.replaceChild(entRef,elem);
H A Dnodereplacechild26.js94 var replaced;
111 replaced = elem.replaceChild(docElem,firstChild);
H A Dnodereplacechild29.js93 var replaced;
108 replaced = elem.replaceChild(newChild,oldChild);
H A Dnodereplacechild34.js94 var replaced;
105 replaced = parent.replaceChild(newChild,oldChild);
H A Dnodereplacechild35.js94 var replaced;
109 replaced = parent.replaceChild(newChild,oldChild);
H A Dnodereplacechild36.js93 var replaced;
107 replaced = parent.replaceChild(newChild,oldChild);
H A Dnodereplacechild13.js79 a new DocumentType and verify the name of the replaced DocumentType node.
91 var replaced;
119 replaced = doc.replaceChild(newDocType,docType);
133 nodeName = replaced.nodeName;
H A Dnodereplacechild14.js84 Verify the nodeName of the replaced element node.
99 var replaced;
120 replaced = docElem.replaceChild(imported,elem2);
121 nodeName = replaced.nodeName;
H A Dnodereplacechild15.js79 another Element and the replaced element.
92 var replaced;
117 replaced = docFrag.replaceChild(elem,elem2);
118 title = replaced.getAttribute("title");
/external/doclava/res/assets/templates/
H A Dcomponents.cs1 <?cs # This default template file is meant to be replaced. ?>
/external/webkit/Source/WebCore/rendering/style/
H A DKeyframeList.cpp64 bool replaced = false; local
68 replaced = true;
80 if (!replaced && !inserted)
83 if (replaced) {

Completed in 157 milliseconds

123