on 261 Source/bindings/templates/attributes.cpp {# Skip on compact node DOMString getters #} on 640 Source/bindings/templates/interface.cpp {# Store attributes of type |any| on the wrapper to avoid leaking them on 924 Source/bindings/templates/interface.cpp In addition, the getter should be set on the prototype template, to get on 926 Source/bindings/templates/interface.cpp what prototype is actually set on the object. #} on 1289 Source/bindings/templates/interface.cpp {# We only setDeallocationObservers on array buffers that are held by some on 1291 Source/bindings/templates/interface.cpp This is because V8 GC only cares about memory it can free on GC, and on 109 Source/bindings/templates/interface.h {# Event listeners on DOM nodes are explicitly supported in the GC controller. #} on 29 Source/bindings/templates/interface_base.cpp issue on Windows: the local declaration does not pick up the surrounding on 31 Source/bindings/templates/interface_base.cpp More info on the MSVC bug here (Bug 664619): on 160 Source/bindings/templates/methods.cpp {# Methods throw on invalid enum values: http://www.w3.org/TR/WebIDL/#idl-enums #} on 1476 Source/core/accessibility/AXNodeObject.cpp void AXNodeObject::setFocused(bool on) on 1482 Source/core/accessibility/AXNodeObject.cpp if (!on) { on 169 Source/core/events/EventTarget.h EventListener* on##attribute() { return getAttributeEventListener(EventTypeNames::attribute); } \ on 173 Source/core/events/EventTarget.h static EventListener* on##attribute(EventTarget& eventTarget) { return eventTarget.getAttributeEventListener(EventTypeNames::attribute); } \ on 177 Source/core/events/EventTarget.h EventListener* on##attribute() { return document().getWindowAttributeEventListener(EventTypeNames::attribute); } \ on 181 Source/core/events/EventTarget.h static EventListener* on##attribute(EventTarget& eventTarget) { \ on 197 Source/core/events/EventTarget.h EventListener* on##attribute() { return getAttributeEventListener(EventTypeNames::eventName); } \ on 201 Source/core/events/EventTarget.h EventListener* on##attribute(); \ on 205 Source/core/events/EventTarget.h EventListener* type::on##attribute() { return recipient ? recipient->getAttributeEventListener(EventTypeNames::attribute) : 0; } \ on 106 Source/core/html/HTMLDocument.cpp mode = on; on 744 Source/web/WebAXObject.cpp void WebAXObject::setFocused(bool on) const on 747 Source/web/WebAXObject.cpp m_private->setFocused(on);