Home
last modified time | relevance | path

Searched defs:isMappedAttribute (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DAttribute.h86 bool isMappedAttribute() { return m_isMappedAttribute; } in isMappedAttribute() function
89 …Attribute(const QualifiedName& name, const AtomicString& value, bool isMappedAttribute, CSSMappedA… in Attribute()
98 …Attribute(const AtomicString& name, const AtomicString& value, bool isMappedAttribute, CSSMappedAt… in Attribute()
H A DStyledElement.h42 …bool isMappedAttribute(const QualifiedName& name) const { MappedAttributeEntry res = eNone; mapToE… in isMappedAttribute() function