Home
last modified time | relevance | path

Searched defs:hasTagName (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/chromium/src/
DWebElement.cpp62 bool WebElement::hasTagName(const WebString& tagName) const in hasTagName() function in WebKit::WebElement
/external/webkit/WebCore/dom/
DElement.h158 bool hasTagName(const QualifiedName& tagName) const { return m_tagName.matches(tagName); } in hasTagName() function
327 inline bool Node::hasTagName(const QualifiedName& name) const in hasTagName() function