Searched refs:isHTMLContentAttribute (Results 1 – 4 of 4) sorted by relevance
209 bool HTMLFrameElementBase::isHTMLContentAttribute(const Attribute& attribute) const in isHTMLContentAttribute() function in WebCore::HTMLFrameElementBase211 … return attribute.name() == srcdocAttr || HTMLFrameOwnerElement::isHTMLContentAttribute(attribute); in isHTMLContentAttribute()
62 virtual bool isHTMLContentAttribute(const Attribute&) const OVERRIDE;
370 virtual bool isHTMLContentAttribute(const Attribute&) const { return false; } in isHTMLContentAttribute() function
1173 || isHTMLContentAttribute(attributeVector[source])) in stripScriptingAttributes()