Home
last modified time | relevance | path

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

123

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A 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()
H A DHTMLTableCaptionElement.cpp47 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& resul… in mapToEntry() function in WebCore::HTMLTableCaptionElement
54 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
H A 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()
H A DHTMLParagraphElement.cpp47 bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry() function in WebCore::HTMLParagraphElement
53 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
H A 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()
H A 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()
H A 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()
H A 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()
H A DHTMLTablePartElement.cpp39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry() function in WebCore::HTMLTablePartElement
59 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
H A 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()
H A 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()
H A 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()
H A DHTMLPlugInElement.cpp116 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 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()
H A DHTMLTableCellElement.cpp68 bool HTMLTableCellElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry() function in WebCore::HTMLTableCellElement
81 return HTMLTablePartElement::mapToEntry(attrName, result); in mapToEntry()
H A DHTMLTablePartElement.h40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
H A DHTMLParagraphElement.h37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
H A DHTMLPreElement.h37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
H A DHTMLTableCaptionElement.h40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
H A DHTMLFontElement.h40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
H A DHTMLUListElement.h38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
H A DHTMLHRElement.h38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
H A DHTMLDivElement.h39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/mathml/
H A 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()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A 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