Home
last modified time | relevance | path

Searched refs:mapToEntry (Results 1 – 25 of 72) sorted by relevance

123

/external/webkit/Source/WebCore/html/
DHTMLTableCaptionElement.cpp47 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& resul… in mapToEntry() function in WebCore::HTMLTableCaptionElement
54 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLPreElement.cpp45 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLPreElement
51 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLUListElement.cpp50 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLUListElement
57 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLParagraphElement.cpp47 bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry() function in WebCore::HTMLParagraphElement
53 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLBRElement.cpp51 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLBRElement
58 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLDivElement.cpp51 bool HTMLDivElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLDivElement
57 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLOListElement.cpp53 bool HTMLOListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLOListElement
60 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLTableColElement.cpp50 bool HTMLTableColElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) c… in mapToEntry() function in WebCore::HTMLTableColElement
57 return HTMLTablePartElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLTablePartElement.cpp39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry() function in WebCore::HTMLTablePartElement
59 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLLIElement.cpp53 bool HTMLLIElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLLIElement
60 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLFontElement.cpp124 bool HTMLFontElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLFontElement
133 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLHRElement.cpp51 bool HTMLHRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::HTMLHRElement
61 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLPlugInElement.cpp117 bool HTMLPlugInElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) con… in mapToEntry() function in WebCore::HTMLPlugInElement
132 return HTMLFrameOwnerElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLIFrameElement.cpp50 bool HTMLIFrameElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) con… in mapToEntry() function in WebCore::HTMLIFrameElement
67 return HTMLFrameElementBase::mapToEntry(attrName, result); in mapToEntry()
DHTMLTableCellElement.cpp73 bool HTMLTableCellElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry() function in WebCore::HTMLTableCellElement
86 return HTMLTablePartElement::mapToEntry(attrName, result); in mapToEntry()
DHTMLTablePartElement.h40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLTableCaptionElement.h40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLParagraphElement.h37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLPreElement.h37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
/external/webkit/Source/WebCore/wml/
DWMLBRElement.cpp48 bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::WMLBRElement
55 return WMLElement::mapToEntry(attrName, result); in mapToEntry()
DWMLPElement.cpp51 bool WMLPElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::WMLPElement
58 return WMLElement::mapToEntry(attrName, result); in mapToEntry()
DWMLElement.cpp52 bool WMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() function in WebCore::WMLElement
59 return StyledElement::mapToEntry(attrName, result); in mapToEntry()
DWMLImageElement.cpp55 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/
DMathMLElement.cpp51 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/
DStyledElement.h42 …e(const QualifiedName& name) const { MappedAttributeEntry res = eNone; mapToEntry(name, res); retu… in isMappedAttribute()
66 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;

123