HomeSort by relevance Sort by last modified time
    Searched defs:hasTagName (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebElement.cpp 60 bool WebElement::hasTagName(const WebString& tagName) const
  /external/webkit/Source/WebCore/dom/
Element.h 190 bool hasTagName(const QualifiedName& tagName) const { return m_tagName.matches(tagName); }
436 inline bool Node::hasTagName(const QualifiedName& name) const
438 return isElementNode() && toElement(this)->hasTagName(name);

Completed in 42 milliseconds