Searched refs:eventNameForAttributeName (Results 1 – 3 of 3) sorted by relevance
93 static const AtomicString& eventNameForAttributeName(const QualifiedName& attrName);
208 const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName& attrName) in eventNameForAttributeName() function in blink::HTMLElement317 const AtomicString& eventName = eventNameForAttributeName(name); in parseAttribute()
595 const AtomicString& eventName = HTMLElement::eventNameForAttributeName(name); in parseAttribute()