Searched defs:hasTagName (Results 1 – 2 of 2) sorted by relevance
62 bool WebElement::hasTagName(const WebString& tagName) const in hasTagName() function in WebKit::WebElement
158 bool hasTagName(const QualifiedName& tagName) const { return m_tagName.matches(tagName); } in hasTagName() function327 inline bool Node::hasTagName(const QualifiedName& name) const in hasTagName() function