Searched defs:hasEventListeners (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DObject.js83 hasEventListeners: function(eventType)
177 hasEventListeners: function(eventType) { },
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DEventTarget.h121 bool hasEventListeners();
122 bool hasEventListeners(const AtomicString& eventType);
185 inline bool EventTarget::hasEventListeners() function in class:WebCore::EventTarget
193 inline bool EventTarget::hasEventListeners(const AtomicString& eventType) function in class:WebCore::EventTarget

Completed in 106 milliseconds