Home
last modified time | relevance | path

Searched refs:childNodes (Results 1 – 4 of 4) sorted by relevance

/cts/tools/utils/
Dandroid_api_description_splitter.py105 for child in elem.childNodes:
138 for child in elem.childNodes:
Drerun.py24 for child in parent.childNodes:
/cts/suite/cts/utils/
Dget_csv_report.py26 for child in parent.childNodes:
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js143 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes;
4763 Array.prototype.slice.call( document.documentElement.childNodes, 0 )[0].nodeType; argument
5502 jQuery.makeArray( elem.childNodes );
5741 jQuery( this ).replaceWith( this.childNodes );
5932 …if ( jQuery.support.parentNode && parent && parent.nodeType === 11 && parent.childNodes.length ===…
5941 if ( fragment.childNodes.length === 1 ) {
6133 if ( parent && parent.nodeType === 11 && parent.childNodes.length === 1 && insert.length === 1 ) {
6300 div.firstChild && div.firstChild.childNodes :
6304 div.childNodes :
6308 if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) {
[all …]