HomeSort by relevance Sort by last modified time
    Searched defs:mapToEntry (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Source/WebCore/html/
HTMLPreElement.cpp 45 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
51 return HTMLElement::mapToEntry(attrName, result);
HTMLTableCaptionElement.cpp 47 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
54 return HTMLElement::mapToEntry(attrName, result);
HTMLTablePartElement.cpp 39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
59 return HTMLElement::mapToEntry(attrName, result);
HTMLUListElement.cpp 50 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
57 return HTMLElement::mapToEntry(attrName, result);
HTMLBRElement.cpp 51 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
58 return HTMLElement::mapToEntry(attrName, result);
HTMLDivElement.cpp 51 bool HTMLDivElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
57 return HTMLElement::mapToEntry(attrName, result);
HTMLParagraphElement.cpp 47 bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
53 return HTMLElement::mapToEntry(attrName, result);
HTMLHRElement.cpp 51 bool HTMLHRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
61 return HTMLElement::mapToEntry(attrName, result);
HTMLLIElement.cpp 53 bool HTMLLIElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
60 return HTMLElement::mapToEntry(attrName, result);
HTMLOListElement.cpp 53 bool HTMLOListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
60 return HTMLElement::mapToEntry(attrName, result);
HTMLTableColElement.cpp 50 bool HTMLTableColElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
57 return HTMLTablePartElement::mapToEntry(attrName, result);
HTMLFrameSetElement.cpp 64 bool HTMLFrameSetElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
71 return HTMLElement::mapToEntry(attrName, result);
HTMLPlugInElement.cpp 117 bool HTMLPlugInElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
132 return HTMLFrameOwnerElement::mapToEntry(attrName, result);
HTMLIFrameElement.cpp 50 bool HTMLIFrameElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
67 return HTMLFrameElementBase::mapToEntry(attrName, result);
HTMLMarqueeElement.cpp 54 bool HTMLMarqueeElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
70 return HTMLElement::mapToEntry(attrName, result);
HTMLEmbedElement.cpp 78 bool HTMLEmbedElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
85 return HTMLPlugInImageElement::mapToEntry(attrName, result);
HTMLTableCellElement.cpp 73 bool HTMLTableCellElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
86 return HTMLTablePartElement::mapToEntry(attrName, result);
HTMLBodyElement.cpp 75 bool HTMLBodyElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
93 return HTMLElement::mapToEntry(attrName, result);
  /external/webkit/Source/WebCore/mathml/
MathMLElement.cpp 51 bool MathMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
60 return StyledElement::mapToEntry(attrName, result);
  /external/webkit/Source/WebCore/wml/
WMLBRElement.cpp 48 bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
55 return WMLElement::mapToEntry(attrName, result);
WMLPElement.cpp 51 bool WMLPElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
58 return WMLElement::mapToEntry(attrName, result);
WMLElement.cpp 52 bool WMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
59 return StyledElement::mapToEntry(attrName, result);
WMLImageElement.cpp 55 bool WMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
70 return WMLElement::mapToEntry(attrName, result);
WMLTableElement.cpp 57 bool WMLTableElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
64 return WMLElement::mapToEntry(attrName, result);
  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 161 bool needToParse = mapToEntry(attr->name(), entry);
205 bool StyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const

Completed in 157 milliseconds

1 2