Searched defs:mapToEntry (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/WebCore/html/
H A DHTMLTablePartElement.cpp39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLTablePartElement
59 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLBRElement.cpp41 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLBRElement
48 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLDivElement.cpp45 bool HTMLDivElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLDivElement
51 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLMarqueeElement.cpp48 bool HTMLMarqueeElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLMarqueeElement
64 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLParagraphElement.cpp47 bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLParagraphElement
53 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLPreElement.cpp40 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLPreElement
46 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLTableCaptionElement.cpp42 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLTableCaptionElement
49 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLUListElement.cpp39 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLUListElement
46 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLLIElement.cpp43 bool HTMLLIElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLLIElement
50 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLOListElement.cpp42 bool HTMLOListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLOListElement
49 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLFontElement.cpp89 bool HTMLFontElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLFontElement
98 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLFrameSetElement.cpp76 bool HTMLFrameSetElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLFrameSetElement
83 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLHRElement.cpp45 bool HTMLHRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLHRElement
55 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLIFrameElement.cpp50 bool HTMLIFrameElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLIFrameElement
67 return HTMLFrameElementBase::mapToEntry(attrName, result);
H A DHTMLPlugInElement.cpp111 bool HTMLPlugInElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLPlugInElement
126 return HTMLFrameOwnerElement::mapToEntry(attrName, result);
H A DHTMLEmbedElement.cpp76 bool HTMLEmbedElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLEmbedElement
83 return HTMLPlugInElement::mapToEntry(attrName, result);
H A DHTMLTableColElement.cpp65 bool HTMLTableColElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLTableColElement
72 return HTMLTablePartElement::mapToEntry(attrName, result);
H A DHTMLBodyElement.cpp69 bool HTMLBodyElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLBodyElement
87 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLImageElement.cpp61 bool HTMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLImageElement
77 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLTableCellElement.cpp76 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 DWMLBRElement.cpp43 bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::WMLBRElement
50 return WMLElement::mapToEntry(attrName, result);
H A DWMLPElement.cpp46 bool WMLPElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::WMLPElement
53 return WMLElement::mapToEntry(attrName, result);
H A DWMLImageElement.cpp50 bool WMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::WMLImageElement
65 return WMLElement::mapToEntry(attrName, result);
H A DWMLElement.cpp51 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 DSVGStyledElement.cpp152 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);

Completed in 135 milliseconds

12