/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ElementData.h | 67 const Attribute* getAttributeItem(const QualifiedName&) const; 103 … const Attribute* getAttributeItem(const AtomicString& name, bool shouldIgnoreAttributeCase) const; 139 Attribute* getAttributeItem(const QualifiedName&); 170 inline const Attribute* ElementData::getAttributeItem(const AtomicString& name, bool shouldIgnoreAt… in getAttributeItem() function 225 inline const Attribute* ElementData::getAttributeItem(const QualifiedName& name) const in getAttributeItem() function
|
D | ElementData.cpp | 109 const Attribute* otherAttr = other->getAttributeItem(attribute->name()); in isEquivalent() 216 Attribute* UniqueElementData::getAttributeItem(const QualifiedName& name) in getAttributeItem() function in WebCore::UniqueElementData
|
D | Element.h | 159 const Attribute* getAttributeItem(const QualifiedName&) const; 721 return elementData() && getAttributeItem(name); in fastHasAttribute() 728 if (const Attribute* attribute = getAttributeItem(name)) in fastGetAttribute() 807 inline const Attribute* Element::getAttributeItem(const QualifiedName& name) const in getAttributeItem() function 810 return elementData()->getAttributeItem(name); in getAttributeItem()
|
D | Attr.cpp | 204 return *m_element->ensureUniqueElementData()->getAttributeItem(qualifiedName()); in elementAttribute()
|
D | Element.cpp | 464 if (const Attribute* attribute = getAttributeItem(name)) in getAttribute() 874 …if (const Attribute* attribute = elementData()->getAttributeItem(localName, shouldIgnoreAttributeC… in getAttribute() 2115 …const Attribute* attribute = elementData()->getAttributeItem(localName, shouldIgnoreAttributeCase(… in getAttributeNode() 2127 const Attribute* attribute = elementData()->getAttributeItem(qName); in getAttributeNodeNS() 2138 …return elementData()->getAttributeItem(shouldIgnoreAttributeCase() ? localName.lower() : localName… in hasAttribute() 2147 return elementData()->getAttributeItem(qName); in hasAttributeNS() 2679 if (const Attribute* attribute = elementData->getAttributeItem(XMLNames::langAttr)) in computeInheritedLanguage() 2681 … else if (const Attribute* attribute = elementData->getAttributeItem(HTMLNames::langAttr)) in computeInheritedLanguage() 2817 if (const Attribute* attribute = getAttributeItem(name)) in getURLAttribute() 2828 if (const Attribute* attribute = getAttributeItem(name)) in getNonEmptyURLAttribute()
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLTreeBuilderSimulator.cpp | 88 …tch(tagName, fontTag) && (token.getAttributeItem(colorAttr) || token.getAttributeItem(faceAttr) ||… in tokenExitsForeignContent()
|
D | CompactHTMLToken.h | 60 const Attribute* getAttributeItem(const QualifiedName&) const;
|
D | CompactHTMLToken.cpp | 84 const CompactHTMLToken::Attribute* CompactHTMLToken::getAttributeItem(const QualifiedName& name) co… in getAttributeItem() function in WebCore::CompactHTMLToken
|
D | HTMLFormattingElementList.cpp | 184 Attribute* candidateAttribute = candidate->getAttributeItem(attribute.name()); in ensureNoahsArkCondition()
|
D | AtomicHTMLToken.h | 68 Attribute* getAttributeItem(const QualifiedName& attributeName) in getAttributeItem() function
|
D | HTMLStackItem.h | 71 Attribute* getAttributeItem(const QualifiedName& attributeName) in getAttributeItem() function
|
D | HTMLTreeBuilder.cpp | 505 Attribute* actionAttribute = token->getAttributeItem(actionAttr); in processIsindexStartTagForInBody() 510 Attribute* promptAttribute = token->getAttributeItem(promptAttr); in processIsindexStartTagForInBody() 843 Attribute* typeAttribute = token->getAttributeItem(typeAttr); in processStartTagForInBody() 1081 Attribute* typeAttribute = token->getAttributeItem(typeAttr); in processStartTagForInTable() 2785 …->name() == fontTag && (token->getAttributeItem(colorAttr) || token->getAttributeItem(faceAttr) ||… in processTokenInForeignContent()
|
D | HTMLToken.h | 356 const Attribute* getAttributeItem(const QualifiedName& name) const in getAttributeItem() function
|
D | HTMLPreloadScanner.cpp | 371 if (const typename Token::Attribute* hrefAttribute = token.getAttributeItem(hrefAttr)) in updatePredictedBaseURL()
|
D | HTMLElementStack.cpp | 285 Attribute* encodingAttr = item->getAttributeItem(MathMLNames::encodingAttr); in isHTMLIntegrationPoint()
|
D | HTMLConstructionSite.cpp | 395 if (!element->elementData() || !element->getAttributeItem(tokenAttribute.name())) in mergeAttributesFromTokenIntoElement()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLInputElement.cpp | 461 if (const Attribute* height = getAttributeItem(heightAttr)) in updateType() 463 if (const Attribute* width = getAttributeItem(widthAttr)) in updateType() 465 if (const Attribute* align = getAttributeItem(alignAttr)) in updateType()
|
D | HTMLSelectElement.cpp | 293 if (Attribute* sizeAttribute = ensureUniqueElementData()->getAttributeItem(sizeAttr)) in parseAttribute()
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XPathFunctions.cpp | 593 languageAttribute = element->getAttributeItem(XMLNames::langAttr); in evaluate()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGElement.cpp | 287 const Attribute* attr = getAttributeItem(attributeName); in getPresentationAttribute()
|