Home | History | Annotate | Download | only in dom

Lines Matching refs:isLink

2343         // So we don't let images be the enclosingLinkNode, even though isLink sometimes returns true
2345 if (node->isLink() && !node->hasTagName(imgTag))