Home | History | Annotate | Download | only in resources

Lines Matching full:children

1196   for (var x = 0; x < element.children.length; x++) {
1197 if (element.children[x].className == 'downloadstatus') {
1198 var child = element.children[x];
1200 } else if (element.children[x].className == 'downloadpause') {
1201 var child = element.children[x];
1282 for (var y = 0; y < element.children.length; y++) {
1283 if (element.children[y].className == 'downloadstatus') {
1284 progressDiv = element.children[y];