Searched refs:m_localName (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DTagNodeList.cpp36 , m_localName(localName)
44 ownerNode()->nodeLists()->removeCacheWithAtomicName(this, type(), m_localName);
46 ownerNode()->nodeLists()->removeCacheWithQualifiedName(this, m_namespaceURI, m_localName);
52 if (m_localName != starAtom && m_localName != testNode->localName())
H A DCustomElementConstructor.h61 const QualifiedName& localName() const { return m_localName; }
62 bool isExtended() const { return m_typeName != m_localName; }
72 QualifiedName m_localName; member in class:WebCore::CustomElementConstructor
H A DCustomElementConstructor.cpp60 , m_localName(localName)
80 if (m_localName != m_typeName)
81 return setTypeExtension(document()->createElement(m_localName, document()), m_typeName.localName());
H A DTagNodeList.h56 AtomicString m_localName; member in class:WebCore::TagNodeList
80 if (m_localName != starAtom) {
81 const AtomicString& localName = testNode->isHTMLElement() ? m_loweredLocalName : m_localName;
H A DQualifiedName.cpp71 return c.m_prefix == name->m_prefix.impl() && c.m_localName == name->m_localName.impl() && c.m_namespace == name->m_namespace.impl();
75 location = QualifiedName::QualifiedNameImpl::create(components.m_prefix, components.m_localName, components.m_namespace).leakRef();
148 m_impl->m_localNameUpper = m_impl->m_localName.upper();
154 QualifiedNameComponents components = { m_prefix.impl(), m_localName.impl(), m_namespace.impl() };
H A DQualifiedName.h33 StringImpl* m_localName; member in struct:WebCore::QualifiedNameComponents
53 const AtomicString m_localName; member in class:WebCore::QualifiedName::QualifiedNameImpl
61 , m_localName(localName)
88 const AtomicString& localName() const { return m_impl->m_localName; }
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Dtcldom.c3656 m_hasChildNodes, m_localName, m_childNodes, m_ownerDocument, enumerator in enum:nodeMethod
4442 case m_localName:

Completed in 85 milliseconds