/external/webkit/Source/WebCore/html/ |
D | HTMLTableCaptionElement.cpp | 47 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& resul… in mapToEntry() function in WebCore::HTMLTableCaptionElement 54 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLPreElement.cpp | 45 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLPreElement 51 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLUListElement.cpp | 50 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLUListElement 57 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLParagraphElement.cpp | 47 bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry() function in WebCore::HTMLParagraphElement 53 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLBRElement.cpp | 51 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLBRElement 58 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLDivElement.cpp | 51 bool HTMLDivElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLDivElement 57 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLOListElement.cpp | 53 bool HTMLOListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLOListElement 60 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLTableColElement.cpp | 50 bool HTMLTableColElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) c… in mapToEntry() function in WebCore::HTMLTableColElement 57 return HTMLTablePartElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLTablePartElement.cpp | 39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry() function in WebCore::HTMLTablePartElement 59 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLLIElement.cpp | 53 bool HTMLLIElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLLIElement 60 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLFontElement.cpp | 124 bool HTMLFontElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLFontElement 133 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLHRElement.cpp | 51 bool HTMLHRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLHRElement 61 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLPlugInElement.cpp | 117 bool HTMLPlugInElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) con… in mapToEntry() function in WebCore::HTMLPlugInElement 132 return HTMLFrameOwnerElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLIFrameElement.cpp | 50 bool HTMLIFrameElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) con… in mapToEntry() function in WebCore::HTMLIFrameElement 67 return HTMLFrameElementBase::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLTableCellElement.cpp | 73 bool HTMLTableCellElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry() function in WebCore::HTMLTableCellElement 86 return HTMLTablePartElement::mapToEntry(attrName, result); in mapToEntry()
|
D | HTMLTablePartElement.h | 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLTableCaptionElement.h | 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLParagraphElement.h | 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLPreElement.h | 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
/external/webkit/Source/WebCore/wml/ |
D | WMLBRElement.cpp | 48 bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::WMLBRElement 55 return WMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | WMLPElement.cpp | 51 bool WMLPElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::WMLPElement 58 return WMLElement::mapToEntry(attrName, result); in mapToEntry()
|
D | WMLElement.cpp | 52 bool WMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::WMLElement 59 return StyledElement::mapToEntry(attrName, result); in mapToEntry()
|
D | WMLImageElement.cpp | 55 bool WMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::WMLImageElement 70 return WMLElement::mapToEntry(attrName, result); in mapToEntry()
|
/external/webkit/Source/WebCore/mathml/ |
D | MathMLElement.cpp | 51 bool MathMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::MathMLElement 60 return StyledElement::mapToEntry(attrName, result); in mapToEntry()
|
/external/webkit/Source/WebCore/dom/ |
D | StyledElement.h | 42 …e(const QualifiedName& name) const { MappedAttributeEntry res = eNone; mapToEntry(name, res); retu… in isMappedAttribute() 66 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
|