HomeSort by relevance Sort by last modified time
    Searched refs:getAttributeItem (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.h 61 const Attribute* getAttributeItem(const QualifiedName&) const;
CompactHTMLToken.cpp 84 const CompactHTMLToken::Attribute* CompactHTMLToken::getAttributeItem(const QualifiedName& name) const
HTMLTreeBuilderSimulator.cpp 88 || (threadSafeHTMLNamesMatch(tagName, fontTag) && (token.getAttributeItem(colorAttr) || token.getAttributeItem(faceAttr) || token.getAttributeItem(sizeAttr)));
AtomicHTMLToken.h 67 Attribute* getAttributeItem(const QualifiedName& attributeName)
HTMLFormattingElementList.cpp 184 Attribute* candidateAttribute = candidate->getAttributeItem(attribute.name());
HTMLStackItem.h 71 Attribute* getAttributeItem(const QualifiedName& attributeName)
HTMLPreloadScanner.cpp 325 if (const typename Token::Attribute* hrefAttribute = token.getAttributeItem(hrefAttr))
HTMLToken.h 356 const Attribute* getAttributeItem(const QualifiedName& name) const
HTMLTreeBuilder.cpp 494 Attribute* actionAttribute = token->getAttributeItem(actionAttr);
499 Attribute* promptAttribute = token->getAttributeItem(promptAttr);
832 Attribute* typeAttribute = token->getAttributeItem(typeAttr);
    [all...]
HTMLElementStack.cpp 286 Attribute* encodingAttr = item->getAttributeItem(MathMLNames::encodingAttr);
HTMLConstructionSite.cpp 288 if (!element->elementData() || !element->getAttributeItem(tokenAttribute.name()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 89 const Attribute* getAttributeItem(const QualifiedName&) const;
123 const Attribute* getAttributeItem(const AtomicString& name, bool shouldIgnoreAttributeCase) const;
159 Attribute* getAttributeItem(const QualifiedName&);
298 const Attribute* getAttributeItem(const QualifiedName&) const;
    [all...]
Attr.cpp 199 return *m_element->ensureUniqueElementData()->getAttributeItem(qualifiedName());
Element.cpp 475 if (const Attribute* attribute = getAttributeItem(name))
819 if (const Attribute* attribute = elementData()->getAttributeItem(localName, shouldIgnoreAttributeCase(this)))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 486 if (const Attribute* height = getAttributeItem(heightAttr))
488 if (const Attribute* width = getAttributeItem(widthAttr))
490 if (const Attribute* align = getAttributeItem(alignAttr))
    [all...]
HTMLSelectElement.cpp 298 if (Attribute* sizeAttribute = ensureUniqueElementData()->getAttributeItem(sizeAttr))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.cpp 593 languageAttribute = element->getAttributeItem(XMLNames::langAttr);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 284 const Attribute* attr = getAttributeItem(attributeName);
    [all...]

Completed in 108 milliseconds