Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.h47 bool hasTagName(const HTMLQualifiedName& name) const { return hasLocalName(name.localName()); } in hasTagName() function
151 inline bool Node::hasTagName(const HTMLQualifiedName& name) const in hasTagName() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.h65 bool hasTagName(const SVGQualifiedName& name) const { return hasLocalName(name.localName()); } in hasTagName() function
274 inline bool Node::hasTagName(const SVGQualifiedName& name) const in hasTagName() function
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLStackItem.h79 …bool hasTagName(const QualifiedName& name) const { return m_tokenLocalName == name.localName() && … in hasTagName() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h221 bool hasTagName(const QualifiedName& tagName) const { return m_tagName.matches(tagName); } in hasTagName() function
222 …bool hasTagName(const HTMLQualifiedName& tagName) const { return ContainerNode::hasTagName(tagName… in hasTagName() function
223 …bool hasTagName(const SVGQualifiedName& tagName) const { return ContainerNode::hasTagName(tagName)… in hasTagName() function