/external/webkit/WebCore/html/ |
H A D | HTMLTablePartElement.cpp | 39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLTablePartElement 59 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLBRElement.cpp | 41 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLBRElement 48 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLDivElement.cpp | 45 bool HTMLDivElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLDivElement 51 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLMarqueeElement.cpp | 48 bool HTMLMarqueeElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLMarqueeElement 64 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLParagraphElement.cpp | 47 bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLParagraphElement 53 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLPreElement.cpp | 40 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLPreElement 46 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLTableCaptionElement.cpp | 42 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLTableCaptionElement 49 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLUListElement.cpp | 39 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLUListElement 46 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLLIElement.cpp | 43 bool HTMLLIElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLLIElement 50 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLOListElement.cpp | 42 bool HTMLOListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLOListElement 49 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLFontElement.cpp | 89 bool HTMLFontElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLFontElement 98 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLFrameSetElement.cpp | 76 bool HTMLFrameSetElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLFrameSetElement 83 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLHRElement.cpp | 45 bool HTMLHRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLHRElement 55 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLIFrameElement.cpp | 50 bool HTMLIFrameElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLIFrameElement 67 return HTMLFrameElementBase::mapToEntry(attrName, result);
|
H A D | HTMLPlugInElement.cpp | 111 bool HTMLPlugInElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLPlugInElement 126 return HTMLFrameOwnerElement::mapToEntry(attrName, result);
|
H A D | HTMLEmbedElement.cpp | 76 bool HTMLEmbedElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLEmbedElement 83 return HTMLPlugInElement::mapToEntry(attrName, result);
|
H A D | HTMLTableColElement.cpp | 65 bool HTMLTableColElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLTableColElement 72 return HTMLTablePartElement::mapToEntry(attrName, result);
|
H A D | HTMLBodyElement.cpp | 69 bool HTMLBodyElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLBodyElement 87 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLImageElement.cpp | 61 bool HTMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLImageElement 77 return HTMLElement::mapToEntry(attrName, result);
|
H A D | HTMLTableCellElement.cpp | 76 bool HTMLTableCellElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLTableCellElement 89 return HTMLTablePartElement::mapToEntry(attrName, result);
|
/external/webkit/WebCore/wml/ |
H A D | WMLBRElement.cpp | 43 bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::WMLBRElement 50 return WMLElement::mapToEntry(attrName, result);
|
H A D | WMLPElement.cpp | 46 bool WMLPElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::WMLPElement 53 return WMLElement::mapToEntry(attrName, result);
|
H A D | WMLImageElement.cpp | 50 bool WMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::WMLImageElement 65 return WMLElement::mapToEntry(attrName, result);
|
H A D | WMLElement.cpp | 51 bool WMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::WMLElement 58 return StyledElement::mapToEntry(attrName, result);
|
/external/webkit/WebCore/svg/ |
H A D | SVGStyledElement.cpp | 152 bool SVGStyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::SVGStyledElement 158 return SVGElement::mapToEntry(attrName, result); 165 // cssPropertyIdForSVGAttributeName will also have to override mapToEntry to disable the default eSVG mapping 298 mapToEntry(attributeName, entry);
|