Searched refs:isHTMLContentAttribute (Results 1 – 4 of 4) sorted by relevance
205 bool HTMLFrameElementBase::isHTMLContentAttribute(const Attribute& attribute) const in isHTMLContentAttribute() function in blink::HTMLFrameElementBase207 … return attribute.name() == srcdocAttr || HTMLFrameOwnerElement::isHTMLContentAttribute(attribute); in isHTMLContentAttribute()
61 virtual bool isHTMLContentAttribute(const Attribute&) const OVERRIDE FINAL;
345 virtual bool isHTMLContentAttribute(const Attribute&) const { return false; } in isHTMLContentAttribute() function
1112 || isHTMLContentAttribute(attributeVector[source])) in stripScriptingAttributes()