Searched refs:isAttributeToRemove (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DElement.cpp798 static bool isAttributeToRemove(const QualifiedName& name, const AtomicString& value) function in namespace:WebCore
834 if (isAttributeToRemove(attributeName, m_attributeMap->m_attributes[i]->value()))
1468 if (scriptingPermission == FragmentScriptingNotAllowed && (isEventHandlerAttribute(qName) || isAttributeToRemove(qName, value)))

Completed in 741 milliseconds