Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h304 void stripScriptingAttributes(Vector<Attribute>&) const;
DElement.cpp1120 void Element::stripScriptingAttributes(Vector<Attribute>& attributeVector) const in stripScriptingAttributes() function in WebCore::Element
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.cpp64 element->stripScriptingAttributes(token->attributes()); in setAttributes()
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp537 element->stripScriptingAttributes(attributeVector); in setAttributes()