Home
last modified time | relevance | path

Searched refs:newTextNode (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js2309 var newTextNode = this.ownerDocument.createTextNode(tail);
2310 if (this.parentNode) this.parentNode.insertBefore(newTextNode, this.nextSibling);
2311 return newTextNode;
Dwebcomponents.js2338 var newTextNode = this.ownerDocument.createTextNode(tail);
2339 if (this.parentNode) this.parentNode.insertBefore(newTextNode, this.nextSibling);
2340 return newTextNode;
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
DShadowDOM.js2309 var newTextNode = this.ownerDocument.createTextNode(tail);
2310 if (this.parentNode) this.parentNode.insertBefore(newTextNode, this.nextSibling);
2311 return newTextNode;
Dwebcomponents.js2338 var newTextNode = this.ownerDocument.createTextNode(tail);
2339 if (this.parentNode) this.parentNode.insertBefore(newTextNode, this.nextSibling);
2340 return newTextNode;
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js2943 newTextNode: function(text){ method
3388 return this.grab(this.getDocument().newTextNode(text), where);