Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.h93 static const AtomicString& eventNameForAttributeName(const QualifiedName& attrName);
DHTMLElement.cpp208 const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName& attrName) in eventNameForAttributeName() function in blink::HTMLElement
317 const AtomicString& eventName = eventNameForAttributeName(name); in parseAttribute()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp595 const AtomicString& eventName = HTMLElement::eventNameForAttributeName(name); in parseAttribute()