Home
last modified time | relevance | path

Searched refs:isHTMLContentAttribute (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameElementBase.cpp205 bool HTMLFrameElementBase::isHTMLContentAttribute(const Attribute& attribute) const in isHTMLContentAttribute() function in blink::HTMLFrameElementBase
207 … return attribute.name() == srcdocAttr || HTMLFrameOwnerElement::isHTMLContentAttribute(attribute); in isHTMLContentAttribute()
DHTMLFrameElementBase.h61 virtual bool isHTMLContentAttribute(const Attribute&) const OVERRIDE FINAL;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h345 virtual bool isHTMLContentAttribute(const Attribute&) const { return false; } in isHTMLContentAttribute() function
DElement.cpp1112 || isHTMLContentAttribute(attributeVector[source])) in stripScriptingAttributes()