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

/external/webkit/Source/WebKit/chromium/src/
H A DWebElement.cpp60 bool WebElement::hasTagName(const WebString& tagName) const function in class:WebKit::WebElement
/external/webkit/Source/WebCore/dom/
H A DElement.h190 bool hasTagName(const QualifiedName& tagName) const { return m_tagName.matches(tagName); } function in class:WebCore::Element
436 inline bool Node::hasTagName(const QualifiedName& name) const function in class:WebCore::Node
438 return isElementNode() && toElement(this)->hasTagName(name);

Completed in 129 milliseconds