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

12

/external/webkit/Source/WebCore/html/
H A DHTMLPreElement.cpp45 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLPreElement
51 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLTableCaptionElement.cpp47 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLTableCaptionElement
54 return HTMLElement::mapToEntry(attrName, result);
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 DHTMLUListElement.cpp50 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLUListElement
57 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLBRElement.cpp51 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLBRElement
58 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLDivElement.cpp51 bool HTMLDivElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLDivElement
57 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLHRElement.cpp51 bool HTMLHRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLHRElement
61 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLLIElement.cpp53 bool HTMLLIElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLLIElement
60 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLOListElement.cpp53 bool HTMLOListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLOListElement
60 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 DHTMLTableColElement.cpp50 bool HTMLTableColElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLTableColElement
57 return HTMLTablePartElement::mapToEntry(attrName, result);
H A DHTMLFrameSetElement.cpp64 bool HTMLFrameSetElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLFrameSetElement
71 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 DHTMLMarqueeElement.cpp54 bool HTMLMarqueeElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLMarqueeElement
70 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLPlugInElement.cpp117 bool HTMLPlugInElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLPlugInElement
132 return HTMLFrameOwnerElement::mapToEntry(attrName, result);
H A DHTMLEmbedElement.cpp78 bool HTMLEmbedElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLEmbedElement
85 return HTMLPlugInImageElement::mapToEntry(attrName, result);
H A DHTMLTableCellElement.cpp73 bool HTMLTableCellElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLTableCellElement
86 return HTMLTablePartElement::mapToEntry(attrName, result);
H A DHTMLBodyElement.cpp75 bool HTMLBodyElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLBodyElement
93 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLImageElement.cpp82 bool HTMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::HTMLImageElement
98 return HTMLElement::mapToEntry(attrName, result);
/external/webkit/Source/WebCore/mathml/
H A DMathMLElement.cpp51 bool MathMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::MathMLElement
60 return StyledElement::mapToEntry(attrName, result);
/external/webkit/Source/WebCore/wml/
H A DWMLBRElement.cpp48 bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::WMLBRElement
55 return WMLElement::mapToEntry(attrName, result);
H A DWMLPElement.cpp51 bool WMLPElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::WMLPElement
58 return WMLElement::mapToEntry(attrName, result);
H A DWMLElement.cpp52 bool WMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::WMLElement
59 return StyledElement::mapToEntry(attrName, result);
H A DWMLImageElement.cpp55 bool WMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::WMLImageElement
70 return WMLElement::mapToEntry(attrName, result);
/external/webkit/Source/WebCore/svg/
H A DSVGStyledElement.cpp286 bool SVGStyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const function in class:WebCore::SVGStyledElement
292 return SVGElement::mapToEntry(attrName, result);
299 // cssPropertyIdForSVGAttributeName will also have to override mapToEntry to disable the default eSVG mapping
402 mapToEntry(attributeName, entry);

Completed in 2822 milliseconds

12