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

/macosx-10.10/WebCore-7600.1.25/mathml/
H A DMathMLElement.h57 bool hasTagName(const MathMLQualifiedName& name) const { return hasLocalName(name.localName()); } function in class:WebCore::MathMLElement
80 inline bool Node::hasTagName(const MathMLQualifiedName& name) const function in class:WebCore::Node
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLElement.h103 bool hasTagName(const HTMLQualifiedName& name) const { return hasLocalName(name.localName()); } function in class:WebCore::HTMLElement
157 inline bool Node::hasTagName(const HTMLQualifiedName& name) const function in class:WebCore::Node
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLStackItem.h79 bool hasTagName(const QualifiedName& name) const { return m_tokenLocalName == name.localName() && m_namespaceURI == name.namespaceURI(); } function in class:WebCore::HTMLStackItem
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGElement.h145 bool hasTagName(const SVGQualifiedName& name) const { return hasLocalName(name.localName()); } function in class:WebCore::SVGElement
226 inline bool Node::hasTagName(const SVGQualifiedName& name) const function in class:WebCore::Node
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElement.h263 bool hasTagName(const QualifiedName& tagName) const { return m_tagName.matches(tagName); } function in class:WebCore::Element
264 bool hasTagName(const HTMLQualifiedName& tagName) const { return ContainerNode::hasTagName(tagName); } function in class:WebCore::Element
265 bool hasTagName(const MathMLQualifiedName& tagName) const { return ContainerNode::hasTagName(tagName); } function in class:WebCore::Element
266 bool hasTagName(const SVGQualifiedName& tagName) const { return ContainerNode::hasTagName(tagName); } function in class:WebCore::Element
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityObject.cpp1685 bool AccessibilityObject::hasTagName(const QualifiedName& tagName) const function in class:WebCore::AccessibilityObject

Completed in 138 milliseconds