Home | History | Annotate | Download | only in bench

Lines Matching refs:attributeNode

2628 				var attributeNode = elem.getAttributeNode("tabindex");
2630 return attributeNode && attributeNode.specified ?
2631 parseInt( attributeNode.value, 10 ) :