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

1 2 3

  /external/webkit/Source/WebCore/html/
HTMLFontElement.h 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLParagraphElement.h 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLPreElement.h 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLTableCaptionElement.h 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLTablePartElement.h 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLBRElement.h 39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLDivElement.h 39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLHRElement.h 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLIFrameElement.h 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLLIElement.h 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLOListElement.h 41 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLTableColElement.h 45 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLUListElement.h 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
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);
HTMLUListElement.cpp 50 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
57 return HTMLElement::mapToEntry(attrName, result);
HTMLMarqueeElement.h 56 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLEmbedElement.h 37 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
HTMLPlugInElement.h 59 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
HTMLTableCellElement.h 56 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
  /external/webkit/Source/WebCore/mathml/
MathMLElement.h 45 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
  /external/webkit/Source/WebCore/wml/
WMLBRElement.h 39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
WMLPElement.h 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
WMLBRElement.cpp 48 bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
55 return WMLElement::mapToEntry(attrName, result);
WMLElement.h 37 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;

Completed in 417 milliseconds

1 2 3