localName 102 Source/bindings/v8/CustomElementConstructorBuilder.cpp AtomicString localName; localName 105 Source/bindings/v8/CustomElementConstructorBuilder.cpp localName = extends.lower(); localName 107 Source/bindings/v8/CustomElementConstructorBuilder.cpp if (!Document::isValidName(localName)) { localName 111 Source/bindings/v8/CustomElementConstructorBuilder.cpp if (CustomElement::isValidName(localName)) { localName 120 Source/bindings/v8/CustomElementConstructorBuilder.cpp localName = type; localName 126 Source/bindings/v8/CustomElementConstructorBuilder.cpp m_wrapperType = findWrapperTypeForHTMLTagName(localName); localName 128 Source/bindings/v8/CustomElementConstructorBuilder.cpp m_wrapperType = findWrapperTypeForSVGTagName(localName); localName 131 Source/bindings/v8/CustomElementConstructorBuilder.cpp tagName = QualifiedName(nullAtom, localName, namespaceURI); localName 183 Source/bindings/v8/CustomElementConstructorBuilder.cpp v8::Handle<v8::String> v8TagName = v8String(isolate, descriptor.localName()); localName 81 Source/bindings/v8/CustomElementWrapper.cpp if (CustomElement::isValidName(element->localName())) localName 76 Source/bindings/v8/ScriptEventListener.cpp return V8LazyEventListener::create(name.localName(), eventParameterName(node->isSVGElement()), value, sourceURL, position, node, isolate); localName 94 Source/bindings/v8/ScriptEventListener.cpp return V8LazyEventListener::create(name.localName(), eventParameterName(frame->document()->isSVGDocument()), value, sourceURL, position, 0, toIsolate(frame)); localName 52 Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, localName, info[1]); localName 56 Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp impl->setParameter(namespaceURI, localName, value); localName 65 Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, localName, info[1]); localName 68 Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp String result = impl->getParameter(namespaceURI, localName); localName 81 Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, localName, info[1]); localName 84 Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp impl->removeParameter(namespaceURI, localName); localName 851 Source/core/accessibility/AXObjectCache.cpp if (!attrName.localName().string().startsWith("aria-")) localName 208 Source/core/css/CSSParserValues.cpp if (m_selector->tagQName().localName() == starAtom) localName 123 Source/core/css/CSSSelector.cpp return (tagQName().localName() != starAtom) ? 1 : 0; localName 139 Source/core/css/CSSSelector.cpp s += tagQName().localName() == starAtom ? 0 : 4; localName 391 Source/core/css/CSSSelector.cpp printf("%*stagQName().localName: %s\n", indent, "", tagQName().localName().ascii().data()); localName 394 Source/core/css/CSSSelector.cpp printf("%*sattribute(): %s\n", indent, "", attribute().localName().ascii().data()); localName 580 Source/core/css/CSSSelector.cpp str.append(tagQName().localName()); localName 584 Source/core/css/CSSSelector.cpp str.append(tagQName().localName()); localName 655 Source/core/css/CSSSelector.cpp str.append(cs->attribute().localName()); localName 173 Source/core/css/ElementRuleCollector.cpp collectMatchingRulesForList(matchRequest.ruleSet->tagRules(element.localName()), behaviorAtBoundary, cascadeScope, cascadeOrder, matchRequest, ruleRange); localName 91 Source/core/css/PageRuleCollector.cpp const AtomicString& localName = component->tagQName().localName(); localName 92 Source/core/css/PageRuleCollector.cpp if (localName != starAtom && localName != pageName) localName 113 Source/core/css/RuleFeature.cpp || (component->m_match == CSSSelector::Tag && component->tagQName().localName() != starAtom) localName 149 Source/core/css/RuleFeature.cpp features.tagName = selector.tagQName().localName(); localName 155 Source/core/css/RuleFeature.cpp features.attributes.append(selector.attribute().localName()); localName 170 Source/core/css/RuleFeature.cpp return &ensureAttributeInvalidationSet(selector.attribute().localName()); localName 409 Source/core/css/RuleFeature.cpp if (RefPtr<DescendantInvalidationSet> invalidationSet = m_attributeInvalidationSets.get(attributeName.localName())) localName 160 Source/core/css/RuleSet.cpp if (selector->tagQName().localName() != starAtom) localName 161 Source/core/css/RuleSet.cpp tagName = selector->tagQName().localName(); localName 71 Source/core/css/RuleSetTest.cpp ASSERT_EQ(str, rules->at(0).selector().tagQName().localName()); localName 110 Source/core/css/RuleSetTest.cpp ASSERT_EQ(attrStr, rules->at(0).selector().attribute().localName()); localName 123 Source/core/css/RuleSetTest.cpp ASSERT_EQ(tagStr, rules->at(0).selector().tagQName().localName()); localName 475 Source/core/css/SelectorChecker.cpp ASSERT(selectorAttr.localName() != starAtom); // Should not be possible from the CSS grammar. localName 479 Source/core/css/SelectorChecker.cpp element.synchronizeAttribute(selectorAttr.localName()); localName 158 Source/core/css/SelectorChecker.h const AtomicString& localName = tagQName.localName(); localName 159 Source/core/css/SelectorChecker.h if (localName != starAtom && localName != element.localName()) localName 41 Source/core/css/SelectorFilter.cpp identifierHashes.append(element.localName().impl()->existingHash() * TagNameSalt); localName 123 Source/core/css/SelectorFilter.cpp if (selector.tagQName().localName() != starAtom) localName 124 Source/core/css/SelectorFilter.cpp (*hash++) = selector.tagQName().localName().impl()->existingHash() * TagNameSalt; localName 88 Source/core/css/invalidation/StyleInvalidator.cpp if (!m_invalidationTagNames.isEmpty() && m_invalidationTagNames.contains(element.tagQName().localName())) localName 1910 Source/core/css/parser/BisonCSSParser-in.cpp QualifiedName BisonCSSParser::determineNameInNamespace(const AtomicString& prefix, const AtomicString& localName) localName 1913 Source/core/css/parser/BisonCSSParser-in.cpp return QualifiedName(prefix, localName, m_defaultNamespace); localName 1914 Source/core/css/parser/BisonCSSParser-in.cpp return QualifiedName(prefix, localName, m_styleSheet->determineNamespace(prefix)); localName 160 Source/core/css/parser/BisonCSSParser.h QualifiedName determineNameInNamespace(const AtomicString& prefix, const AtomicString& localName); localName 1350 Source/core/css/resolver/StyleBuilderCustom.cpp state.contentAttrValues().append(attr.localName()); localName 62 Source/core/dom/Attr.h virtual const AtomicString& localName() const OVERRIDE { return m_name.localName(); } localName 48 Source/core/dom/Attribute.h const AtomicString& localName() const { return m_name.localName(); } localName 77 Source/core/dom/Attribute.h if (qualifiedName.localName() != localName()) localName 1052 Source/core/dom/ContainerNode.cpp PassRefPtr<HTMLCollection> ContainerNode::getElementsByTagName(const AtomicString& localName) localName 1054 Source/core/dom/ContainerNode.cpp if (localName.isNull()) localName 1058 Source/core/dom/ContainerNode.cpp return ensureRareData().ensureNodeLists().addCache<HTMLTagCollection>(*this, HTMLTagCollectionType, localName); localName 1059 Source/core/dom/ContainerNode.cpp return ensureRareData().ensureNodeLists().addCache<TagCollection>(*this, TagCollectionType, localName); localName 1062 Source/core/dom/ContainerNode.cpp PassRefPtr<HTMLCollection> ContainerNode::getElementsByTagNameNS(const AtomicString& namespaceURI, const AtomicString& localName) localName 1064 Source/core/dom/ContainerNode.cpp if (localName.isNull()) localName 1068 Source/core/dom/ContainerNode.cpp return getElementsByTagName(localName); localName 1070 Source/core/dom/ContainerNode.cpp return ensureRareData().ensureNodeLists().addCache(*this, namespaceURI.isEmpty() ? nullAtom : namespaceURI, localName); localName 120 Source/core/dom/ContainerNode.h PassRefPtr<HTMLCollection> getElementsByTagNameNS(const AtomicString& namespaceURI, const AtomicString& localName); localName 194 Source/core/dom/DOMImplementation.cpp AtomicString prefix, localName; localName 195 Source/core/dom/DOMImplementation.cpp if (!Document::parseQualifiedName(qualifiedName, prefix, localName, exceptionState)) localName 161 Source/core/dom/DatasetDOMStringMap.cpp if (isValidAttributeName(attribute.localName())) localName 162 Source/core/dom/DatasetDOMStringMap.cpp names.append(convertAttributeNameToPropertyName(attribute.localName())); localName 174 Source/core/dom/DatasetDOMStringMap.cpp if (propertyNameMatchesAttributeName(name, attribute.localName())) localName 189 Source/core/dom/DatasetDOMStringMap.cpp if (propertyNameMatchesAttributeName(name, attribute.localName())) localName 721 Source/core/dom/Document.cpp PassRefPtr<Element> Document::createElement(const AtomicString& localName, const AtomicString& typeExtension, ExceptionState& exceptionState) localName 723 Source/core/dom/Document.cpp if (!isValidName(localName)) { localName 724 Source/core/dom/Document.cpp exceptionState.throwDOMException(InvalidCharacterError, "The tag name provided ('" + localName + "') is not a valid name."); localName 730 Source/core/dom/Document.cpp if (CustomElement::isValidName(localName) && registrationContext()) { localName 731 Source/core/dom/Document.cpp element = registrationContext()->createCustomTagElement(*this, QualifiedName(nullAtom, localName, xhtmlNamespaceURI)); localName 733 Source/core/dom/Document.cpp element = createElement(localName, exceptionState); localName 746 Source/core/dom/Document.cpp AtomicString prefix, localName; localName 747 Source/core/dom/Document.cpp if (!Document::parseQualifiedName(qualifiedName, prefix, localName, exceptionState)) localName 750 Source/core/dom/Document.cpp QualifiedName qName(prefix, localName, namespaceURI); localName 775 Source/core/dom/Document.cpp if (CustomElement::isValidName(qName.localName()) && registrationContext()) localName 1017 Source/core/dom/Document.cpp if (qName.prefix() == xmlnsAtom || (qName.prefix().isEmpty() && qName.localName() == xmlnsAtom)) localName 1034 Source/core/dom/Document.cpp e = HTMLElementFactory::createHTMLElement(qName.localName(), *this, 0, createdByParser); localName 1036 Source/core/dom/Document.cpp e = SVGElementFactory::createSVGElement(qName.localName(), *this, createdByParser); localName 4049 Source/core/dom/Document.cpp static bool parseQualifiedNameInternal(const AtomicString& qualifiedName, const CharType* characters, unsigned length, AtomicString& prefix, AtomicString& localName, ExceptionState& exceptionState) localName 4094 Source/core/dom/Document.cpp localName = qualifiedName; localName 4102 Source/core/dom/Document.cpp localName = AtomicString(characters + prefixStart, length - prefixStart); localName 4105 Source/core/dom/Document.cpp if (localName.isEmpty()) { localName 4113 Source/core/dom/Document.cpp bool Document::parseQualifiedName(const AtomicString& qualifiedName, AtomicString& prefix, AtomicString& localName, ExceptionState& exceptionState) localName 4123 Source/core/dom/Document.cpp return parseQualifiedNameInternal(qualifiedName, qualifiedName.characters8(), length, prefix, localName, exceptionState); localName 4124 Source/core/dom/Document.cpp return parseQualifiedNameInternal(qualifiedName, qualifiedName.characters16(), length, prefix, localName, exceptionState); localName 4361 Source/core/dom/Document.cpp AtomicString prefix, localName; localName 4362 Source/core/dom/Document.cpp if (!parseQualifiedName(name, prefix, localName, exceptionState)) localName 4365 Source/core/dom/Document.cpp QualifiedName qName(prefix, localName, nullAtom); localName 782 Source/core/dom/Document.h static bool parseQualifiedName(const AtomicString& qualifiedName, AtomicString& prefix, AtomicString& localName, ExceptionState&); localName 980 Source/core/dom/Document.h PassRefPtr<Element> createElement(const AtomicString& localName, const AtomicString& typeExtension, ExceptionState&); localName 374 Source/core/dom/Element.cpp return hasAttributeNS(name.namespaceURI(), name.localName()); localName 411 Source/core/dom/Element.cpp void Element::synchronizeAttribute(const AtomicString& localName) const localName 417 Source/core/dom/Element.cpp if (elementData()->m_styleAttributeIsDirty && equalPossiblyIgnoringCase(localName, styleAttr.localName(), shouldIgnoreAttributeCase())) { localName 434 Source/core/dom/Element.cpp toSVGElement(this)->synchronizeAnimatedSVGAttribute(QualifiedName(nullAtom, localName, nullAtom)); localName 890 Source/core/dom/Element.cpp const AtomicString& Element::getAttribute(const AtomicString& localName) const localName 894 Source/core/dom/Element.cpp synchronizeAttribute(localName); localName 895 Source/core/dom/Element.cpp if (const Attribute* attribute = elementData()->getAttributeItem(localName, shouldIgnoreAttributeCase())) localName 900 Source/core/dom/Element.cpp const AtomicString& Element::getAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const localName 902 Source/core/dom/Element.cpp return getAttribute(QualifiedName(nullAtom, localName, namespaceURI)); localName 905 Source/core/dom/Element.cpp void Element::setAttribute(const AtomicString& localName, const AtomicString& value, ExceptionState& exceptionState) localName 907 Source/core/dom/Element.cpp if (!Document::isValidName(localName)) { localName 908 Source/core/dom/Element.cpp exceptionState.throwDOMException(InvalidCharacterError, "'" + localName + "' is not a valid attribute name."); localName 912 Source/core/dom/Element.cpp synchronizeAttribute(localName); localName 913 Source/core/dom/Element.cpp const AtomicString& caseAdjustedLocalName = shouldIgnoreAttributeCase() ? localName.lower() : localName; localName 1117 Source/core/dom/Element.cpp return featureSet.hasSelectorForAttribute(name.localName()); localName 1127 Source/core/dom/Element.cpp return attribute.name().namespaceURI().isNull() && attribute.name().localName().startsWith("on"); localName 1234 Source/core/dom/Element.cpp return attr.localName(); localName 2003 Source/core/dom/Element.cpp AtomicString prefix, localName; localName 2004 Source/core/dom/Element.cpp if (!Document::parseQualifiedName(qualifiedName, prefix, localName, exceptionState)) localName 2008 Source/core/dom/Element.cpp QualifiedName qName(prefix, localName, namespaceURI); localName 2064 Source/core/dom/Element.cpp AtomicString localName = shouldIgnoreAttributeCase() ? name.lower() : name; localName 2065 Source/core/dom/Element.cpp size_t index = elementData()->getAttributeItemIndex(localName, false); localName 2067 Source/core/dom/Element.cpp if (UNLIKELY(localName == styleAttr) && elementData()->m_styleAttributeIsDirty && isStyledElement()) localName 2075 Source/core/dom/Element.cpp void Element::removeAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) localName 2077 Source/core/dom/Element.cpp removeAttribute(QualifiedName(nullAtom, localName, namespaceURI)); localName 2080 Source/core/dom/Element.cpp PassRefPtr<Attr> Element::getAttributeNode(const AtomicString& localName) localName 2084 Source/core/dom/Element.cpp synchronizeAttribute(localName); localName 2085 Source/core/dom/Element.cpp const Attribute* attribute = elementData()->getAttributeItem(localName, shouldIgnoreAttributeCase()); localName 2091 Source/core/dom/Element.cpp PassRefPtr<Attr> Element::getAttributeNodeNS(const AtomicString& namespaceURI, const AtomicString& localName) localName 2095 Source/core/dom/Element.cpp QualifiedName qName(nullAtom, localName, namespaceURI); localName 2103 Source/core/dom/Element.cpp bool Element::hasAttribute(const AtomicString& localName) const localName 2107 Source/core/dom/Element.cpp synchronizeAttribute(localName); localName 2108 Source/core/dom/Element.cpp return elementData()->getAttributeItem(shouldIgnoreAttributeCase() ? localName.lower() : localName, false); localName 2111 Source/core/dom/Element.cpp bool Element::hasAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const localName 2115 Source/core/dom/Element.cpp QualifiedName qName(nullAtom, localName, namespaceURI); localName 2868 Source/core/dom/Element.cpp CustomElement::attributeDidChange(this, name.localName(), oldValue, newValue); localName 2880 Source/core/dom/Element.cpp InspectorInstrumentation::didModifyDOMAttr(this, name.localName(), value); localName 2887 Source/core/dom/Element.cpp InspectorInstrumentation::didModifyDOMAttr(this, name.localName(), value); localName 2894 Source/core/dom/Element.cpp InspectorInstrumentation::didRemoveDOMAttr(this, name.localName()); localName 146 Source/core/dom/Element.h bool hasAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const; localName 149 Source/core/dom/Element.h const AtomicString& getAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const; localName 218 Source/core/dom/Element.h void removeAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName); localName 223 Source/core/dom/Element.h PassRefPtr<Attr> getAttributeNodeNS(const AtomicString& namespaceURI, const AtomicString& localName); localName 242 Source/core/dom/Element.h bool hasLocalName(const AtomicString& other) const { return m_tagName.localName() == other; } localName 243 Source/core/dom/Element.h bool hasLocalName(const QualifiedName& other) const { return m_tagName.localName() == other.localName(); } localName 245 Source/core/dom/Element.h virtual const AtomicString& localName() const OVERRIDE FINAL { return m_tagName.localName(); } localName 508 Source/core/dom/Element.h void synchronizeAttribute(const AtomicString& localName) const; localName 863 Source/core/dom/Element.h ASSERT(tagName.localName() == m_tagName.localName()); localName 137 Source/core/dom/ElementData.cpp if (shouldIgnoreAttributeCase && equalIgnoringCase(name, attribute.localName())) localName 231 Source/core/dom/ElementData.h if (name == attribute.localName()) localName 121 Source/core/dom/MutationObserverRegistration.cpp return m_attributeFilter.contains(attributeName->localName()); localName 102 Source/core/dom/MutationRecord.cpp , m_attributeName(name.localName()) localName 53 Source/core/dom/NamedNodeMap.cpp PassRefPtr<Node> NamedNodeMap::getNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName) const localName 55 Source/core/dom/NamedNodeMap.cpp return m_element->getAttributeNodeNS(namespaceURI, localName); localName 68 Source/core/dom/NamedNodeMap.cpp PassRefPtr<Node> NamedNodeMap::removeNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName, ExceptionState& exceptionState) localName 70 Source/core/dom/NamedNodeMap.cpp size_t index = m_element->hasAttributes() ? m_element->getAttributeItemIndex(QualifiedName(nullAtom, localName, namespaceURI)) : kNotFound; localName 72 Source/core/dom/NamedNodeMap.cpp exceptionState.throwDOMException(NotFoundError, "No item with name '" + namespaceURI + "::" + localName + "' was found."); localName 56 Source/core/dom/NamedNodeMap.h PassRefPtr<Node> getNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName) const; localName 57 Source/core/dom/NamedNodeMap.h PassRefPtr<Node> removeNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName, ExceptionState&); localName 1253 Source/core/dom/Node.cpp if (localName() != other->localName()) localName 1312 Source/core/dom/Node.cpp if (attr.localName() == xmlnsAtom) localName 1398 Source/core/dom/Node.cpp if (attr.prefix() == xmlnsAtom && attr.localName() == prefix) { localName 1404 Source/core/dom/Node.cpp if (attr.localName() == xmlnsAtom && prefix.isNull()) { localName 195 Source/core/dom/Node.h virtual const AtomicString& localName() const; localName 129 Source/core/dom/NodeRareData.h PassRefPtr<TagCollection> addCache(ContainerNode& node, const AtomicString& namespaceURI, const AtomicString& localName) localName 131 Source/core/dom/NodeRareData.h QualifiedName name(nullAtom, localName, namespaceURI); localName 136 Source/core/dom/NodeRareData.h RefPtr<TagCollection> list = TagCollection::create(node, namespaceURI, localName); localName 149 Source/core/dom/NodeRareData.h void removeCache(LiveNodeListBase* list, const AtomicString& namespaceURI, const AtomicString& localName) localName 151 Source/core/dom/NodeRareData.h QualifiedName name(nullAtom, localName, namespaceURI); localName 136 Source/core/dom/PresentationAttributeStyle.cpp result.attributesAndValues.append(std::make_pair(attribute.localName().impl(), attribute.value())); localName 143 Source/core/dom/PresentationAttributeStyle.cpp result.tagName = element.localName().impl(); localName 94 Source/core/dom/QualifiedName.cpp String local = localName(); localName 43 Source/core/dom/QualifiedName.h static PassRefPtr<QualifiedNameImpl> create(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI) localName 45 Source/core/dom/QualifiedName.h return adoptRef(new QualifiedNameImpl(prefix, localName, namespaceURI)); localName 59 Source/core/dom/QualifiedName.h QualifiedNameImpl(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI) localName 62 Source/core/dom/QualifiedName.h , m_localName(localName) localName 69 Source/core/dom/QualifiedName.h QualifiedName(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI); localName 85 Source/core/dom/QualifiedName.h bool matches(const QualifiedName& other) const { return m_impl == other.m_impl || (localName() == other.localName() && namespaceURI() == other.namespaceURI()); } localName 87 Source/core/dom/QualifiedName.h bool matchesPossiblyIgnoringCase(const QualifiedName& other, bool shouldIgnoreCase) const { return m_impl == other.m_impl || (equalPossiblyIgnoringCase(localName(), other.localName(), shouldIgnoreCase) && namespaceURI() == other.namespaceURI()); } localName 90 Source/core/dom/QualifiedName.h void setPrefix(const AtomicString& prefix) { *this = QualifiedName(prefix, localName(), namespaceURI()); } localName 93 Source/core/dom/QualifiedName.h const AtomicString& localName() const { return m_impl->m_localName; } localName 117 Source/core/dom/QualifiedName.h inline bool operator==(const AtomicString& a, const QualifiedName& q) { return a == q.localName(); } localName 118 Source/core/dom/QualifiedName.h inline bool operator!=(const AtomicString& a, const QualifiedName& q) { return a != q.localName(); } localName 119 Source/core/dom/QualifiedName.h inline bool operator==(const QualifiedName& q, const AtomicString& a) { return a == q.localName(); } localName 120 Source/core/dom/QualifiedName.h inline bool operator!=(const QualifiedName& q, const AtomicString& a) { return a != q.localName(); } localName 258 Source/core/dom/ScriptLoader.cpp FetchRequest request(ResourceRequest(elementDocument->completeURL(sourceUrl)), m_element->localName()); localName 32 Source/core/dom/TagCollection.cpp TagCollection::TagCollection(ContainerNode& rootNode, CollectionType type, const AtomicString& namespaceURI, const AtomicString& localName) localName 35 Source/core/dom/TagCollection.cpp , m_localName(localName) localName 51 Source/core/dom/TagCollection.cpp if (m_localName != starAtom && m_localName != testNode.localName()) localName 57 Source/core/dom/TagCollection.cpp HTMLTagCollection::HTMLTagCollection(ContainerNode& rootNode, const AtomicString& localName) localName 58 Source/core/dom/TagCollection.cpp : TagCollection(rootNode, HTMLTagCollectionType, starAtom, localName) localName 59 Source/core/dom/TagCollection.cpp , m_loweredLocalName(localName.lower()) localName 36 Source/core/dom/TagCollection.h static PassRefPtr<TagCollection> create(ContainerNode& rootNode, const AtomicString& namespaceURI, const AtomicString& localName) localName 39 Source/core/dom/TagCollection.h return adoptRef(new TagCollection(rootNode, TagCollectionType, namespaceURI, localName)); localName 42 Source/core/dom/TagCollection.h static PassRefPtr<TagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName) localName 45 Source/core/dom/TagCollection.h return adoptRef(new TagCollection(rootNode, TagCollectionType, starAtom, localName)); localName 53 Source/core/dom/TagCollection.h TagCollection(ContainerNode& rootNode, CollectionType, const AtomicString& namespaceURI, const AtomicString& localName); localName 61 Source/core/dom/TagCollection.h static PassRefPtr<HTMLTagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName) localName 64 Source/core/dom/TagCollection.h return adoptRef(new HTMLTagCollection(rootNode, localName)); localName 70 Source/core/dom/TagCollection.h HTMLTagCollection(ContainerNode& rootNode, const AtomicString& localName); localName 79 Source/core/dom/TagCollection.h const AtomicString& localName = testElement.isHTMLElement() ? m_loweredLocalName : m_localName; localName 80 Source/core/dom/TagCollection.h if (localName != testElement.localName()) localName 70 Source/core/dom/custom/CustomElement.cpp reservedNames.append(MathMLNames::annotation_xmlTag.localName()); localName 74 Source/core/dom/custom/CustomElement.cpp reservedNames.append(SVGNames::font_faceTag.localName()); localName 75 Source/core/dom/custom/CustomElement.cpp reservedNames.append(SVGNames::font_face_srcTag.localName()); localName 76 Source/core/dom/custom/CustomElement.cpp reservedNames.append(SVGNames::font_face_uriTag.localName()); localName 77 Source/core/dom/custom/CustomElement.cpp reservedNames.append(SVGNames::font_face_formatTag.localName()); localName 78 Source/core/dom/custom/CustomElement.cpp reservedNames.append(SVGNames::font_face_nameTag.localName()); localName 79 Source/core/dom/custom/CustomElement.cpp reservedNames.append(SVGNames::missing_glyphTag.localName()); localName 45 Source/core/dom/custom/CustomElementDescriptor.h CustomElementDescriptor(const AtomicString& type, const AtomicString& namespaceURI, const AtomicString& localName) localName 48 Source/core/dom/custom/CustomElementDescriptor.h , m_localName(localName) localName 59 Source/core/dom/custom/CustomElementDescriptor.h const AtomicString& localName() const { return m_localName; } localName 44 Source/core/dom/custom/CustomElementDescriptorHash.h return WTF::pairIntHash(AtomicStringHash::hash(descriptor.type()), WTF::pairIntHash(AtomicStringHash::hash(descriptor.namespaceURI()), AtomicStringHash::hash(descriptor.localName()))); localName 63 Source/core/dom/custom/CustomElementRegistrationContext.cpp ASSERT(CustomElement::isValidName(tagName.localName())); localName 90 Source/core/dom/custom/CustomElementRegistrationContext.cpp const AtomicString& type = CustomElement::isValidName(element->localName()) localName 91 Source/core/dom/custom/CustomElementRegistrationContext.cpp ? element->localName() localName 95 Source/core/dom/custom/CustomElementRegistrationContext.cpp CustomElementDescriptor descriptor(type, element->namespaceURI(), element->localName()); localName 140 Source/core/dom/custom/CustomElementRegistrationContext.cpp ASSERT(!CustomElement::isValidName(element->localName())); localName 102 Source/core/dom/custom/CustomElementRegistry.cpp const CustomElementDescriptor descriptor(type, tagName.namespaceURI(), tagName.localName()); localName 440 Source/core/editing/EditorCommand.cpp AtomicString localName, prefix; localName 441 Source/core/editing/EditorCommand.cpp if (!Document::parseQualifiedName(AtomicString(tagName), prefix, localName, IGNORE_EXCEPTION)) localName 443 Source/core/editing/EditorCommand.cpp QualifiedName qualifiedTagName(prefix, localName, xhtmlNamespaceURI); localName 1389 Source/core/editing/EditorCommand.cpp return divTag.localName(); localName 1391 Source/core/editing/EditorCommand.cpp return pTag.localName(); localName 1426 Source/core/editing/EditorCommand.cpp return formatBlockElement->localName(); localName 258 Source/core/editing/MarkupAccumulator.cpp QualifiedName xmlnsPrefixAttr(xmlnsAtom, attribute.localName(), XMLNSNames::xmlnsNamespaceURI); localName 260 Source/core/editing/MarkupAccumulator.cpp namespaces.set(attribute.localName().impl(), attribute.value().impl()); localName 445 Source/core/editing/MarkupAccumulator.cpp result.append(attribute.name().localName()); localName 560 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(addressTag.localName()); localName 561 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(articleTag.localName()); localName 562 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(asideTag.localName()); localName 563 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(blockquoteTag.localName()); localName 564 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(captionTag.localName()); localName 565 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(centerTag.localName()); localName 566 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(colTag.localName()); localName 567 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(colgroupTag.localName()); localName 568 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(ddTag.localName()); localName 569 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(detailsTag.localName()); localName 570 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(dirTag.localName()); localName 571 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(divTag.localName()); localName 572 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(dlTag.localName()); localName 573 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(dtTag.localName()); localName 574 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(fieldsetTag.localName()); localName 575 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(figcaptionTag.localName()); localName 576 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(figureTag.localName()); localName 577 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(footerTag.localName()); localName 578 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(formTag.localName()); localName 579 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h1Tag.localName()); localName 580 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h2Tag.localName()); localName 581 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h3Tag.localName()); localName 582 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h4Tag.localName()); localName 583 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h5Tag.localName()); localName 584 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h6Tag.localName()); localName 585 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(headerTag.localName()); localName 586 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(hgroupTag.localName()); localName 587 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(hrTag.localName()); localName 588 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(liTag.localName()); localName 589 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(listingTag.localName()); localName 590 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(mainTag.localName()); // Missing in the specification. localName 591 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(menuTag.localName()); localName 592 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(navTag.localName()); localName 593 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(olTag.localName()); localName 594 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(pTag.localName()); localName 595 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(plaintextTag.localName()); localName 596 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(preTag.localName()); localName 597 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(sectionTag.localName()); localName 598 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(summaryTag.localName()); localName 599 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(tableTag.localName()); localName 600 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(tbodyTag.localName()); localName 601 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(tdTag.localName()); localName 602 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(tfootTag.localName()); localName 603 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(thTag.localName()); localName 604 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(theadTag.localName()); localName 605 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(trTag.localName()); localName 606 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(ulTag.localName()); localName 607 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(xmpTag.localName()); localName 622 Source/core/editing/ReplaceSelectionCommand.cpp if (isProhibitedParagraphChild(toHTMLElement(node)->localName())) { localName 816 Source/core/editing/htmlediting.cpp return createHTMLElement(document, name.localName()); localName 972 Source/core/editing/markup.cpp exceptionState.throwDOMException(NotSupportedError, "The range's container is '" + element->localName() + "', which is not supported."); localName 135 Source/core/fetch/FontResource.cpp RefPtr<HTMLCollection> collection = m_externalSVGDocument->getElementsByTagNameNS(SVGNames::fontTag.namespaceURI(), SVGNames::fontTag.localName()); localName 837 Source/core/fetch/ResourceFetcher.cpp info->setInitiatorType(frame()->ownerElement()->localName()); localName 300 Source/core/html/HTMLAnchorElement.cpp return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); localName 72 Source/core/html/HTMLBaseElement.cpp return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); localName 72 Source/core/html/HTMLBodyElement.cpp imageValue->setInitiator(localName()); localName 238 Source/core/html/HTMLDocument.cpp set->add(qName.localName().impl()); localName 300 Source/core/html/HTMLDocument.cpp return !isPossibleHTMLAttr || !htmlCaseInsensitiveAttributesSet->contains(attributeName.localName().impl()); localName 211 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onabortAttr.localName(), EventTypeNames::abort); localName 212 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onanimationendAttr.localName(), EventTypeNames::animationend); localName 213 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onanimationiterationAttr.localName(), EventTypeNames::animationiteration); localName 214 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onanimationstartAttr.localName(), EventTypeNames::animationstart); localName 215 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onautocompleteAttr.localName(), EventTypeNames::autocomplete); localName 216 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onautocompleteerrorAttr.localName(), EventTypeNames::autocompleteerror); localName 217 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onbeforecopyAttr.localName(), EventTypeNames::beforecopy); localName 218 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onbeforecutAttr.localName(), EventTypeNames::beforecut); localName 219 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onbeforepasteAttr.localName(), EventTypeNames::beforepaste); localName 220 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onblurAttr.localName(), EventTypeNames::blur); localName 221 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncancelAttr.localName(), EventTypeNames::cancel); localName 222 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncanplayAttr.localName(), EventTypeNames::canplay); localName 223 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncanplaythroughAttr.localName(), EventTypeNames::canplaythrough); localName 224 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onchangeAttr.localName(), EventTypeNames::change); localName 225 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onclickAttr.localName(), EventTypeNames::click); localName 226 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncloseAttr.localName(), EventTypeNames::close); localName 227 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncontextmenuAttr.localName(), EventTypeNames::contextmenu); localName 228 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncopyAttr.localName(), EventTypeNames::copy); localName 229 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncuechangeAttr.localName(), EventTypeNames::cuechange); localName 230 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oncutAttr.localName(), EventTypeNames::cut); localName 231 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondblclickAttr.localName(), EventTypeNames::dblclick); localName 232 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragAttr.localName(), EventTypeNames::drag); localName 233 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragendAttr.localName(), EventTypeNames::dragend); localName 234 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragenterAttr.localName(), EventTypeNames::dragenter); localName 235 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragleaveAttr.localName(), EventTypeNames::dragleave); localName 236 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragoverAttr.localName(), EventTypeNames::dragover); localName 237 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondragstartAttr.localName(), EventTypeNames::dragstart); localName 238 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondropAttr.localName(), EventTypeNames::drop); localName 239 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ondurationchangeAttr.localName(), EventTypeNames::durationchange); localName 240 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onemptiedAttr.localName(), EventTypeNames::emptied); localName 241 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onendedAttr.localName(), EventTypeNames::ended); localName 242 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onerrorAttr.localName(), EventTypeNames::error); localName 243 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onfocusAttr.localName(), EventTypeNames::focus); localName 244 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onfocusinAttr.localName(), EventTypeNames::focusin); localName 245 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onfocusoutAttr.localName(), EventTypeNames::focusout); localName 246 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oninputAttr.localName(), EventTypeNames::input); localName 247 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(oninvalidAttr.localName(), EventTypeNames::invalid); localName 248 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onkeydownAttr.localName(), EventTypeNames::keydown); localName 249 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onkeypressAttr.localName(), EventTypeNames::keypress); localName 250 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onkeyupAttr.localName(), EventTypeNames::keyup); localName 251 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onloadAttr.localName(), EventTypeNames::load); localName 252 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onloadeddataAttr.localName(), EventTypeNames::loadeddata); localName 253 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onloadedmetadataAttr.localName(), EventTypeNames::loadedmetadata); localName 254 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onloadstartAttr.localName(), EventTypeNames::loadstart); localName 255 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmousedownAttr.localName(), EventTypeNames::mousedown); localName 256 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmouseenterAttr.localName(), EventTypeNames::mouseenter); localName 257 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmouseleaveAttr.localName(), EventTypeNames::mouseleave); localName 258 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmousemoveAttr.localName(), EventTypeNames::mousemove); localName 259 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmouseoutAttr.localName(), EventTypeNames::mouseout); localName 260 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmouseoverAttr.localName(), EventTypeNames::mouseover); localName 261 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmouseupAttr.localName(), EventTypeNames::mouseup); localName 262 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onmousewheelAttr.localName(), EventTypeNames::mousewheel); localName 263 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onpasteAttr.localName(), EventTypeNames::paste); localName 264 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onpauseAttr.localName(), EventTypeNames::pause); localName 265 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onplayAttr.localName(), EventTypeNames::play); localName 266 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onplayingAttr.localName(), EventTypeNames::playing); localName 267 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onprogressAttr.localName(), EventTypeNames::progress); localName 268 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onratechangeAttr.localName(), EventTypeNames::ratechange); localName 269 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onresetAttr.localName(), EventTypeNames::reset); localName 270 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onresizeAttr.localName(), EventTypeNames::resize); localName 271 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onscrollAttr.localName(), EventTypeNames::scroll); localName 272 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onseekedAttr.localName(), EventTypeNames::seeked); localName 273 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onseekingAttr.localName(), EventTypeNames::seeking); localName 274 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onselectAttr.localName(), EventTypeNames::select); localName 275 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onselectstartAttr.localName(), EventTypeNames::selectstart); localName 276 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onshowAttr.localName(), EventTypeNames::show); localName 277 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onstalledAttr.localName(), EventTypeNames::stalled); localName 278 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onsubmitAttr.localName(), EventTypeNames::submit); localName 279 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onsuspendAttr.localName(), EventTypeNames::suspend); localName 280 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontimeupdateAttr.localName(), EventTypeNames::timeupdate); localName 281 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontouchcancelAttr.localName(), EventTypeNames::touchcancel); localName 282 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontouchendAttr.localName(), EventTypeNames::touchend); localName 283 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontouchmoveAttr.localName(), EventTypeNames::touchmove); localName 284 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontouchstartAttr.localName(), EventTypeNames::touchstart); localName 285 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(ontransitionendAttr.localName(), EventTypeNames::webkitTransitionEnd); localName 286 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onvolumechangeAttr.localName(), EventTypeNames::volumechange); localName 287 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwaitingAttr.localName(), EventTypeNames::waiting); localName 288 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkitanimationendAttr.localName(), EventTypeNames::webkitAnimationEnd); localName 289 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkitanimationiterationAttr.localName(), EventTypeNames::webkitAnimationIteration); localName 290 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkitanimationstartAttr.localName(), EventTypeNames::webkitAnimationStart); localName 291 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkitfullscreenchangeAttr.localName(), EventTypeNames::webkitfullscreenchange); localName 292 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkitfullscreenerrorAttr.localName(), EventTypeNames::webkitfullscreenerror); localName 293 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwebkittransitionendAttr.localName(), EventTypeNames::webkitTransitionEnd); localName 294 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onwheelAttr.localName(), EventTypeNames::wheel); localName 297 Source/core/html/HTMLElement.cpp return attributeNameToEventNameMap.get(attrName.localName()); localName 363 Source/core/html/HTMLElement.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion."); localName 370 Source/core/html/HTMLElement.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion."); localName 410 Source/core/html/HTMLElement.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion."); localName 417 Source/core/html/HTMLElement.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion."); localName 135 Source/core/html/HTMLElement.h ASSERT(!tagName.localName().isNull()); localName 121 Source/core/html/HTMLEmbedElement.cpp paramNames.append(attribute.localName().string()); localName 374 Source/core/html/HTMLLinkElement.cpp return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); localName 186 Source/core/html/HTMLObjectElement.cpp const AtomicString& name = attribute.name().localName(); localName 237 Source/core/html/HTMLObjectElement.cpp RefPtr<HTMLCollection> metaElements = document().getElementsByTagName(HTMLNames::metaTag.localName()); localName 76 Source/core/html/LinkResource.cpp return FetchRequest(ResourceRequest(m_owner->document().completeURL(m_url)), m_owner->localName(), m_charset, priority); localName 755 Source/core/html/parser/HTMLConstructionSite.cpp AtomicHTMLToken fakeToken(HTMLToken::StartTag, item->localName(), item->attributes()); localName 817 Source/core/html/parser/HTMLConstructionSite.cpp HTMLElementStack::ElementRecord* lastTemplateElement = m_openElements.topmost(templateTag.localName()); localName 823 Source/core/html/parser/HTMLConstructionSite.cpp HTMLElementStack::ElementRecord* lastTableElementRecord = m_openElements.topmost(tableTag.localName()); localName 487 Source/core/html/parser/HTMLElementStack.cpp return inScope(tagName.localName()); localName 497 Source/core/html/parser/HTMLElementStack.cpp return inListItemScope(tagName.localName()); localName 507 Source/core/html/parser/HTMLElementStack.cpp return inTableScope(tagName.localName()); localName 517 Source/core/html/parser/HTMLElementStack.cpp return inButtonScope(tagName.localName()); localName 527 Source/core/html/parser/HTMLElementStack.cpp return inSelectScope(tagName.localName()); localName 532 Source/core/html/parser/HTMLElementStack.cpp return inScopeCommon<isRootNode>(m_top.get(), templateTag.localName()); localName 118 Source/core/html/parser/HTMLElementStack.h void popUntilPopped(const QualifiedName& tagName) { popUntilPopped(tagName.localName()); } localName 147 Source/core/html/parser/HTMLFormattingElementList.cpp if (newItem->localName() != candidate->localName() || newItem->namespaceURI() != candidate->namespaceURI()) localName 182 Source/core/html/parser/HTMLFormattingElementList.cpp ASSERT(newItem->localName() == candidate->localName() && newItem->namespaceURI() == candidate->namespaceURI()); localName 364 Source/core/html/parser/HTMLParserIdioms.cpp return threadSafeEqual(a.localName().impl(), b.localName().impl()); localName 367 Source/core/html/parser/HTMLParserIdioms.cpp bool threadSafeMatch(const String& localName, const QualifiedName& qName) localName 369 Source/core/html/parser/HTMLParserIdioms.cpp return threadSafeEqual(localName.impl(), qName.localName().impl()); localName 50 Source/core/html/parser/HTMLPreloadScanner.cpp return impl == qName.localName().impl(); localName 56 Source/core/html/parser/HTMLPreloadScanner.cpp return qName.localName() == name; localName 85 Source/core/html/parser/HTMLPreloadScanner.cpp return imgTag.localName(); localName 87 Source/core/html/parser/HTMLPreloadScanner.cpp return inputTag.localName(); localName 89 Source/core/html/parser/HTMLPreloadScanner.cpp return linkTag.localName(); localName 91 Source/core/html/parser/HTMLPreloadScanner.cpp return scriptTag.localName(); localName 68 Source/core/html/parser/HTMLStackItem.h const AtomicString& localName() const { return m_tokenLocalName; } localName 78 Source/core/html/parser/HTMLStackItem.h bool hasTagName(const QualifiedName& name) const { return m_tokenLocalName == name.localName() && m_namespaceURI == name.namespaceURI(); } localName 134 Source/core/html/parser/HTMLStackItem.h const AtomicString& tagName = localName(); localName 219 Source/core/html/parser/HTMLStackItem.h m_tokenLocalName = m_node->localName(); localName 363 Source/core/html/parser/HTMLToken.h if (AtomicString(m_attributes.at(i).name) == name.localName()) localName 726 Source/core/html/parser/HTMLTokenizer.cpp if (temporaryBufferIs(scriptTag.localName())) localName 810 Source/core/html/parser/HTMLTokenizer.cpp if (temporaryBufferIs(scriptTag.localName())) localName 438 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken fakeToken(HTMLToken::StartTag, tagName.localName(), attributes); localName 451 Source/core/html/parser/HTMLTreeBuilder.cpp processFakeEndTag(tagName.localName()); localName 456 Source/core/html/parser/HTMLTreeBuilder.cpp if (!m_tree.openElements()->inButtonScope(pTag.localName())) localName 458 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endP(HTMLToken::EndTag, pTag.localName()); localName 486 Source/core/html/parser/HTMLTreeBuilder.cpp processFakeEndTag(item->localName()); localName 503 Source/core/html/parser/HTMLTreeBuilder.cpp const AtomicString& localName = name.localName(); localName 504 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicString loweredLocalName = localName.lower(); localName 505 Source/core/html/parser/HTMLTreeBuilder.cpp if (loweredLocalName != localName) localName 520 Source/core/html/parser/HTMLTreeBuilder.cpp if (casedName.localName().isNull()) localName 522 Source/core/html/parser/HTMLTreeBuilder.cpp token->setName(casedName.localName()); localName 537 Source/core/html/parser/HTMLTreeBuilder.cpp const QualifiedName& casedName = caseMap->get(tokenAttribute.localName()); localName 538 Source/core/html/parser/HTMLTreeBuilder.cpp if (!casedName.localName().isNull()) localName 557 Source/core/html/parser/HTMLTreeBuilder.cpp const AtomicString& localName = name->localName(); localName 558 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicString prefixColonLocalName = prefix + ':' + localName; localName 559 Source/core/html/parser/HTMLTreeBuilder.cpp QualifiedName nameWithPrefix(prefix, localName, name->namespaceURI()); localName 582 Source/core/html/parser/HTMLTreeBuilder.cpp const QualifiedName& name = map->get(tokenAttribute.localName()); localName 583 Source/core/html/parser/HTMLTreeBuilder.cpp if (!name.localName().isNull()) localName 715 Source/core/html/parser/HTMLTreeBuilder.cpp Element* activeATag = m_tree.activeFormattingElements()->closestElementInScopeWithName(aTag.localName()); localName 768 Source/core/html/parser/HTMLTreeBuilder.cpp token->setName(imgTag.localName()); localName 849 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endOption(HTMLToken::EndTag, optionTag.localName()); localName 857 Source/core/html/parser/HTMLTreeBuilder.cpp if (m_tree.openElements()->inScope(rubyTag.localName())) { localName 865 Source/core/html/parser/HTMLTreeBuilder.cpp if (token->name() == MathMLNames::mathTag.localName()) { localName 872 Source/core/html/parser/HTMLTreeBuilder.cpp if (token->name() == SVGNames::svgTag.localName()) { localName 906 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(token->name() == templateTag.localName()); localName 924 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endTemplate(HTMLToken::EndTag, templateTag.localName()); localName 1185 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(isTableBodyContextTag(m_tree.currentStackItem()->localName())); localName 1186 Source/core/html/parser/HTMLTreeBuilder.cpp processFakeEndTag(m_tree.currentStackItem()->localName()); localName 1310 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endSelect(HTMLToken::EndTag, selectTag.localName()); localName 1324 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endOption(HTMLToken::EndTag, optionTag.localName()); localName 1332 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endOption(HTMLToken::EndTag, optionTag.localName()); localName 1336 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endOptgroup(HTMLToken::EndTag, optgroupTag.localName()); localName 1344 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endSelect(HTMLToken::EndTag, selectTag.localName()); localName 1356 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endSelect(HTMLToken::EndTag, selectTag.localName()); localName 1430 Source/core/html/parser/HTMLTreeBuilder.cpp if (!m_tree.openElements()->inScope(bodyTag.localName())) { localName 1640 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(isTableBodyContextTag(m_tree.currentStackItem()->localName())); localName 1641 Source/core/html/parser/HTMLTreeBuilder.cpp processFakeEndTag(m_tree.currentStackItem()->localName()); localName 1737 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endBody(HTMLToken::EndTag, bodyTag.localName()); localName 1868 Source/core/html/parser/HTMLTreeBuilder.cpp if (!m_tree.openElements()->inTableScope(captionTag.localName())) { localName 1875 Source/core/html/parser/HTMLTreeBuilder.cpp m_tree.openElements()->popUntilPopped(captionTag.localName()); localName 1902 Source/core/html/parser/HTMLTreeBuilder.cpp m_tree.openElements()->popUntilPopped(tableTag.localName()); localName 2141 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endSelect(HTMLToken::EndTag, selectTag.localName()); localName 2174 Source/core/html/parser/HTMLTreeBuilder.cpp m_tree.openElements()->popUntilPopped(selectTag.localName()); localName 2496 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken startHTML(HTMLToken::StartTag, htmlTag.localName()); localName 2503 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken startHead(HTMLToken::StartTag, headTag.localName()); localName 2509 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endHead(HTMLToken::EndTag, headTag.localName()); localName 2515 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken endNoscript(HTMLToken::EndTag, noscriptTag.localName()); localName 2521 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken startBody(HTMLToken::StartTag, bodyTag.localName()); localName 94 Source/core/html/parser/HTMLTreeBuilderSimulator.cpp return equalIgnoringCaseNonNull(token.data().impl(), SVGNames::foreignObjectTag.localName().impl()); localName 61 Source/core/html/parser/TextDocumentParser.cpp AtomicHTMLToken fakePre(HTMLToken::StartTag, preTag.localName(), attributes); localName 130 Source/core/html/parser/XSSAuditor.cpp return equalIgnoringNullity(vector, qname.localName().impl()); localName 141 Source/core/html/parser/XSSAuditor.cpp const String& attrName = name.namespaceURI() == XLinkNames::xlinkNamespaceURI ? "xlink:" + name.localName().string() : name.localName().string(); localName 538 Source/core/html/track/vtt/VTTCue.cpp if (!node->isTextNode() || node->localName() == rtTag) localName 93 Source/core/html/track/vtt/VTTElement.cpp htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::spanTag.localName(), document); localName 98 Source/core/html/track/vtt/VTTElement.cpp htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::iTag.localName(), document); localName 101 Source/core/html/track/vtt/VTTElement.cpp htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::bTag.localName(), document); localName 104 Source/core/html/track/vtt/VTTElement.cpp htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::uTag.localName(), document); localName 107 Source/core/html/track/vtt/VTTElement.cpp htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::rubyTag.localName(), document); localName 110 Source/core/html/track/vtt/VTTElement.cpp htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::rtTag.localName(), document); localName 194 Source/core/inspector/DOMPatchSupport.cpp if (!m_domEditor->removeAttribute(oldElement, attribute.localName(), exceptionState)) localName 204 Source/core/inspector/DOMPatchSupport.cpp if (!m_domEditor->setAttribute(oldElement, attribute.name().localName(), attribute.value(), exceptionState)) localName 1010 Source/core/inspector/InspectorDOMAgent.cpp if (attribute.localName().find(whitespaceTrimmedQuery, 0, false) != kNotFound) { localName 1499 Source/core/inspector/InspectorDOMAgent.cpp String localName; localName 1511 Source/core/inspector/InspectorDOMAgent.cpp localName = node->localName(); localName 1518 Source/core/inspector/InspectorDOMAgent.cpp localName = node->localName(); localName 1526 Source/core/inspector/InspectorDOMAgent.cpp .setLocalName(localName) localName 142 Source/core/loader/ImageLoader.cpp FetchRequest request(ResourceRequest(document.completeURL(sourceURI(attr))), element()->localName()); localName 84 Source/core/page/PageSerializer.cpp attributes.append(std::make_pair(attribute.name().localName(), attribute.value().string())); localName 141 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::circleTag.localName().impl(), updatePathFromCircleElement); localName 142 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::ellipseTag.localName().impl(), updatePathFromEllipseElement); localName 143 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::lineTag.localName().impl(), updatePathFromLineElement); localName 144 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::pathTag.localName().impl(), updatePathFromPathElement); localName 145 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::polygonTag.localName().impl(), updatePathFromPolygonElement); localName 146 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::polylineTag.localName().impl(), updatePathFromPolylineElement); localName 147 Source/core/rendering/svg/SVGPathData.cpp map->set(SVGNames::rectTag.localName().impl(), updatePathFromRectElement); localName 150 Source/core/rendering/svg/SVGPathData.cpp if (PathUpdateFunction pathUpdateFunction = map->get(element->localName().impl())) localName 52 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::aTag.localName()); localName 53 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::circleTag.localName()); localName 54 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::ellipseTag.localName()); localName 55 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::glyphTag.localName()); localName 56 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::gTag.localName()); localName 57 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::imageTag.localName()); localName 58 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::lineTag.localName()); localName 59 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::markerTag.localName()); localName 60 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::maskTag.localName()); localName 61 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::missing_glyphTag.localName()); localName 62 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::pathTag.localName()); localName 63 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::polygonTag.localName()); localName 64 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::polylineTag.localName()); localName 65 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::rectTag.localName()); localName 66 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::svgTag.localName()); localName 67 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::textTag.localName()); localName 68 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::useTag.localName()); localName 74 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::clipPathTag.localName()); localName 78 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::altGlyphTag.localName()); localName 79 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::textPathTag.localName()); localName 80 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::tspanTag.localName()); localName 84 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::foreignObjectTag.localName()); localName 98 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::lineTag.localName()); localName 99 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::pathTag.localName()); localName 100 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::polygonTag.localName()); localName 101 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::polylineTag.localName()); localName 104 Source/core/rendering/svg/SVGResources.cpp return s_tagList.contains(element.localName()); localName 111 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::altGlyphTag.localName()); localName 112 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::circleTag.localName()); localName 113 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::ellipseTag.localName()); localName 114 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::lineTag.localName()); localName 115 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::pathTag.localName()); localName 116 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::polygonTag.localName()); localName 117 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::polylineTag.localName()); localName 118 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::rectTag.localName()); localName 119 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::textTag.localName()); localName 120 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::textPathTag.localName()); localName 121 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::tspanTag.localName()); localName 131 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::linearGradientTag.localName()); localName 132 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::filterTag.localName()); localName 133 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::patternTag.localName()); localName 134 Source/core/rendering/svg/SVGResources.cpp s_tagList.add(SVGNames::radialGradientTag.localName()); localName 228 Source/core/rendering/svg/SVGResources.cpp const AtomicString& tagName = element->localName(); localName 189 Source/core/svg/SVGAElement.cpp return attribute.name().localName() == hrefAttr || SVGGraphicsElement::isURLAttribute(attribute); localName 198 Source/core/svg/SVGAnimateElement.cpp computeCSSPropertyValue(targetElement, cssPropertyID(attributeName.localName()), baseValue); localName 228 Source/core/svg/SVGAnimateElement.cpp CSSPropertyID id = cssPropertyID(attributeName.localName()); localName 248 Source/core/svg/SVGAnimateElement.cpp CSSPropertyID id = cssPropertyID(attributeName.localName()); localName 676 Source/core/svg/SVGAnimationElement.cpp computeCSSPropertyValue(svgParent, cssPropertyID(attributeName.localName()), value); localName 62 Source/core/svg/SVGElement.cpp CSSPropertyID propertyId = cssPropertyID(attrName.localName()); localName 69 Source/core/svg/SVGElement.cpp propertyNameToIdMap->set(attrName.localName().impl(), propertyId); localName 425 Source/core/svg/SVGElement.cpp return propertyNameToIdMap->get(attrName.localName().impl()); localName 221 Source/core/svg/SVGElement.h QualifiedNameComponents components = { nullAtom.impl(), key.localName().impl(), key.namespaceURI().impl() }; localName 76 Source/core/svg/SVGFEImageElement.cpp FetchRequest request(ResourceRequest(ownerDocument()->completeURL(hrefString())), localName()); localName 109 Source/core/svg/SVGFontFaceElement.cpp return propertyNameToIdMap->get(attrName.localName().impl()); localName 96 Source/core/svg/SVGFontFaceUriElement.cpp FetchRequest request(ResourceRequest(document().completeURL(href)), localName()); localName 221 Source/core/svg/SVGUseElement.cpp FetchRequest request(ResourceRequest(url.string()), localName()); localName 268 Source/core/svg/animation/SVGSMILElement.cpp AtomicString localName; localName 269 Source/core/svg/animation/SVGSMILElement.cpp if (!Document::parseQualifiedName(attributeName, prefix, localName, ASSERT_NO_EXCEPTION)) localName 276 Source/core/svg/animation/SVGSMILElement.cpp return QualifiedName(nullAtom, localName, namespaceURI); localName 371 Source/core/xml/XPathFunctions.cpp return node->localName().string(); localName 195 Source/core/xml/XPathGrammar.y AtomicString localName; localName 197 Source/core/xml/XPathGrammar.y if (!parser->expandQName(*$1, localName, namespaceURI)) { localName 203 Source/core/xml/XPathGrammar.y $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$2); localName 206 Source/core/xml/XPathGrammar.y $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI)); localName 224 Source/core/xml/XPathGrammar.y AtomicString localName; localName 226 Source/core/xml/XPathGrammar.y if (!parser->expandQName(*$2, localName, namespaceURI)) { localName 232 Source/core/xml/XPathGrammar.y $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$3); localName 235 Source/core/xml/XPathGrammar.y $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI)); localName 449 Source/core/xml/XPathParser.cpp bool Parser::expandQName(const String& qName, AtomicString& localName, AtomicString& namespaceURI) localName 458 Source/core/xml/XPathParser.cpp localName = AtomicString(qName.substring(colon + 1)); localName 460 Source/core/xml/XPathParser.cpp localName = AtomicString(qName); localName 73 Source/core/xml/XPathParser.h bool expandQName(const String& qName, AtomicString& localName, AtomicString& namespaceURI); localName 186 Source/core/xml/XPathStep.cpp return node->localName() == name && node->namespaceURI() == namespaceURI; localName 203 Source/core/xml/XPathStep.cpp return equalIgnoringCase(toElement(node)->localName(), name) && (namespaceURI.isNull() || namespaceURI == node->namespaceURI()); localName 135 Source/core/xml/XSLTProcessor.cpp void XSLTProcessor::setParameter(const String& /*namespaceURI*/, const String& localName, const String& value) localName 139 Source/core/xml/XSLTProcessor.cpp m_parameters.set(localName, value); localName 142 Source/core/xml/XSLTProcessor.cpp String XSLTProcessor::getParameter(const String& /*namespaceURI*/, const String& localName) const localName 146 Source/core/xml/XSLTProcessor.cpp return m_parameters.get(localName); localName 149 Source/core/xml/XSLTProcessor.cpp void XSLTProcessor::removeParameter(const String& /*namespaceURI*/, const String& localName) localName 152 Source/core/xml/XSLTProcessor.cpp m_parameters.remove(localName); localName 64 Source/core/xml/XSLTProcessor.h void setParameter(const String& namespaceURI, const String& localName, const String& value); localName 65 Source/core/xml/XSLTProcessor.h String getParameter(const String& namespaceURI, const String& localName) const; localName 66 Source/core/xml/XSLTProcessor.h void removeParameter(const String& namespaceURI, const String& localName); localName 119 Source/core/xml/parser/XMLDocumentParser.cpp PendingStartElementNSCallback(const AtomicString& localName, const AtomicString& prefix, const AtomicString& uri, localName 121 Source/core/xml/parser/XMLDocumentParser.cpp : m_localName(localName) localName 802 Source/core/xml/parser/XMLDocumentParser.cpp if (attribute.localName() == xmlnsAtom) localName 805 Source/core/xml/parser/XMLDocumentParser.cpp m_prefixToNamespaceMap.set(attribute.localName(), attribute.value()); localName 916 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::startElementNs(const AtomicString& localName, const AtomicString& prefix, const AtomicString& uri, int nbNamespaces, localName 923 Source/core/xml/parser/XMLDocumentParser.cpp m_pendingCallbacks.append(adoptPtr(new PendingStartElementNSCallback(localName, prefix, uri, nbNamespaces, libxmlNamespaces, localName 941 Source/core/xml/parser/XMLDocumentParser.cpp QualifiedName qName(prefix, localName, adjustedURI); localName 1213 Source/core/xml/parser/XMLDocumentParser.cpp static void startElementNsHandler(void* closure, const xmlChar* localName, const xmlChar* prefix, const xmlChar* uri, int nbNamespaces, const xmlChar** namespaces, int nbAttributes, int nbDefaulted, const xmlChar** libxmlAttributes) localName 1215 Source/core/xml/parser/XMLDocumentParser.cpp getParser(closure)->startElementNs(toAtomicString(localName), toAtomicString(prefix), toAtomicString(uri), nbNamespaces, namespaces, nbAttributes, nbDefaulted, libxmlAttributes); localName 130 Source/core/xml/parser/XMLDocumentParser.h void startElementNs(const AtomicString& localName, const AtomicString& prefix, const AtomicString& uri, int nb_namespaces, localName 78 Source/web/WebElement.cpp return HTMLNames::xhtmlNamespaceURI == element->namespaceURI() && element->localName() == String(tagName).lower(); localName 128 Source/web/WebElement.cpp return constUnwrap<Element>()->attributeItem(index).localName();