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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.h 60 const Attribute* getAttributeItem(const QualifiedName&) const;
CompactHTMLToken.cpp 84 const CompactHTMLToken::Attribute* CompactHTMLToken::getAttributeItem(const QualifiedName& name) const
HTMLTreeBuilderSimulator.cpp 88 || (threadSafeMatch(tagName, fontTag) && (token.getAttributeItem(colorAttr) || token.getAttributeItem(faceAttr) || token.getAttributeItem(sizeAttr)));
AtomicHTMLToken.h 68 Attribute* getAttributeItem(const QualifiedName& attributeName)
HTMLFormattingElementList.cpp 184 Attribute* candidateAttribute = candidate->getAttributeItem(attribute.name());
HTMLStackItem.h 72 Attribute* getAttributeItem(const QualifiedName& attributeName)
HTMLToken.h 357 const Attribute* getAttributeItem(const QualifiedName& name) const
HTMLPreloadScanner.cpp 485 if (const typename Token::Attribute* hrefAttribute = token.getAttributeItem(hrefAttr))
HTMLTreeBuilder.cpp 796 Attribute* typeAttribute = token->getAttributeItem(typeAttr);
    [all...]
HTMLElementStack.cpp 295 Attribute* encodingAttr = item->getAttributeItem(MathMLNames::encodingAttr);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 315 AttributeItem *getAttributeItem(unsigned Attribute) {
325 if (AttributeItem *Item = getAttributeItem(Attribute)) {
346 if (AttributeItem *Item = getAttributeItem(Attribute)) {
367 if (AttributeItem *Item = getAttributeItem(Attribute)) {
    [all...]

Completed in 81 milliseconds