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

1 2 3

  /external/webkit/WebCore/html/
HTMLTablePartElement.h 39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLBRElement.h 41 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLDivElement.h 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLFontElement.h 36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLHRElement.h 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLLIElement.h 36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLMarqueeElement.h 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLOListElement.h 36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLParagraphElement.h 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLPreElement.h 36 bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLTableCaptionElement.h 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLUListElement.h 36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLBRElement.cpp 41 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
48 return HTMLElement::mapToEntry(attrName, result);
HTMLPreElement.cpp 40 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
46 return HTMLElement::mapToEntry(attrName, result);
HTMLTableCaptionElement.cpp 42 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
49 return HTMLElement::mapToEntry(attrName, result);
HTMLUListElement.cpp 39 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
46 return HTMLElement::mapToEntry(attrName, result);
HTMLIFrameElement.h 41 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLEmbedElement.h 42 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
HTMLTableColElement.h 44 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLDivElement.cpp 45 bool HTMLDivElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
51 return HTMLElement::mapToEntry(attrName, result);
  /external/webkit/WebCore/wml/
WMLBRElement.h 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
WMLPElement.h 36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
WMLBRElement.cpp 43 bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
50 return WMLElement::mapToEntry(attrName, result);
WMLImageElement.h 35 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
WMLElement.h 37 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;

Completed in 258 milliseconds

1 2 3