Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DScriptElement.cpp326 String eventAttribute = eventAttributeValue(); in isScriptForEventSupported() local
328 if (!eventAttribute.isEmpty() && !forAttribute.isEmpty()) { in isScriptForEventSupported()
333 eventAttribute = eventAttribute.stripWhiteSpace(); in isScriptForEventSupported()
334 …if (!equalIgnoringCase(eventAttribute, "onload") && !equalIgnoringCase(eventAttribute, "onload()")) in isScriptForEventSupported()