Searched defs:tagsList (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/readability/js/
H A Dreadability.js1443 var tagsList = e.getElementsByTagName(tag); variable
1444 var curTagsLength = tagsList.length;
1453 var weight = readability.getClassWeight(tagsList[i]);
1454 var contentScore = (typeof tagsList[i].readability !== 'undefined') ? tagsList[i].readability.contentScore : 0;
1456 dbg("Cleaning Conditionally " + tagsList[i] + " (" + tagsList[i].className + ":" + tagsList[i].id + ")" + ((typeof tagsList[i].readability !== 'undefined') ? (" with score " + tagsList[
[all...]

Completed in 100 milliseconds