Home
last modified time | relevance | path

Searched refs:sourceElement (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/samples/winrt/JavaScript/sample-utils/
Dsample-utils.js46 addDetailsElement: function (sourceElement) { argument
48 while (sourceElement.childNodes.length > 0) {
49 detailsDiv.appendChild(sourceElement.removeChild(sourceElement.childNodes[0]));
51 sourceElement.appendChild(detailsDiv);
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
Dtestharnessreport.js249 var sourceElement = document.createElement('pre');
250 this.appendText(sourceElement, this.generateSource());
252 sourceWrapper.appendChild(sourceElement);