/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | HTMLPlugInElement.cpp | 116 bool HTMLPlugInElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) con… in mapToEntry() function in WebCore::HTMLPlugInElement 131 return HTMLFrameOwnerElement::mapToEntry(attrName, result); in mapToEntry()
|
H A 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()
|
H A D | HTMLTableCellElement.cpp | 68 bool HTMLTableCellElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry() function in WebCore::HTMLTableCellElement 81 return HTMLTablePartElement::mapToEntry(attrName, result); in mapToEntry()
|
H A D | HTMLTablePartElement.h | 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
H A D | HTMLParagraphElement.h | 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
H A D | HTMLPreElement.h | 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
H A D | HTMLTableCaptionElement.h | 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
H A D | HTMLFontElement.h | 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
H A D | HTMLUListElement.h | 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
H A D | HTMLHRElement.h | 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
H A D | HTMLDivElement.h | 39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/mathml/ |
H A 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()
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/ |
H A 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;
|