Home
last modified time | relevance | path

Searched refs:isJavaScriptURLAttribute (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h679 bool isJavaScriptURLAttribute(const Attribute&) const;
DElement.cpp1162 bool Element::isJavaScriptURLAttribute(const Attribute& attribute) const in isJavaScriptURLAttribute() function in WebCore::Element
1172 || isJavaScriptURLAttribute(attributeVector[source]) in stripScriptingAttributes()