Home
last modified time | relevance | path

Searched refs:getAttributeItem (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.h67 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
DElementData.cpp109 const Attribute* otherAttr = other->getAttributeItem(attribute->name()); in isEquivalent()
216 Attribute* UniqueElementData::getAttributeItem(const QualifiedName& name) in getAttributeItem() function in WebCore::UniqueElementData
DElement.h159 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()
DAttr.cpp204 return *m_element->ensureUniqueElementData()->getAttributeItem(qualifiedName()); in elementAttribute()
DElement.cpp464 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/
DHTMLTreeBuilderSimulator.cpp88 …tch(tagName, fontTag) && (token.getAttributeItem(colorAttr) || token.getAttributeItem(faceAttr) ||… in tokenExitsForeignContent()
DCompactHTMLToken.h60 const Attribute* getAttributeItem(const QualifiedName&) const;
DCompactHTMLToken.cpp84 const CompactHTMLToken::Attribute* CompactHTMLToken::getAttributeItem(const QualifiedName& name) co… in getAttributeItem() function in WebCore::CompactHTMLToken
DHTMLFormattingElementList.cpp184 Attribute* candidateAttribute = candidate->getAttributeItem(attribute.name()); in ensureNoahsArkCondition()
DAtomicHTMLToken.h68 Attribute* getAttributeItem(const QualifiedName& attributeName) in getAttributeItem() function
DHTMLStackItem.h71 Attribute* getAttributeItem(const QualifiedName& attributeName) in getAttributeItem() function
DHTMLTreeBuilder.cpp505 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()
DHTMLToken.h356 const Attribute* getAttributeItem(const QualifiedName& name) const in getAttributeItem() function
DHTMLPreloadScanner.cpp371 if (const typename Token::Attribute* hrefAttribute = token.getAttributeItem(hrefAttr)) in updatePredictedBaseURL()
DHTMLElementStack.cpp285 Attribute* encodingAttr = item->getAttributeItem(MathMLNames::encodingAttr); in isHTMLIntegrationPoint()
DHTMLConstructionSite.cpp395 if (!element->elementData() || !element->getAttributeItem(tokenAttribute.name())) in mergeAttributesFromTokenIntoElement()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.cpp461 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()
DHTMLSelectElement.cpp293 if (Attribute* sizeAttribute = ensureUniqueElementData()->getAttributeItem(sizeAttr)) in parseAttribute()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathFunctions.cpp593 languageAttribute = element->getAttributeItem(XMLNames::langAttr); in evaluate()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp287 const Attribute* attr = getAttributeItem(attributeName); in getPresentationAttribute()