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.h629 bool isJavaScriptURLAttribute(const Attribute&) const;
DElement.cpp1101 bool Element::isJavaScriptURLAttribute(const Attribute& attribute) const in isJavaScriptURLAttribute() function in blink::Element
1111 || isJavaScriptURLAttribute(attributeVector[source]) in stripScriptingAttributes()