Searched refs:cancelBubble (Results 1 – 17 of 17) sorted by relevance
55 if (event->propagationStopped() || !event->bubbles() || event->cancelBubble()) in dispatch()62 if (event->propagationStopped() || event->cancelBubble()) in dispatch()
318 if (event->bubbles() && !event->cancelBubble()) { in dispatchEvent()325 if (event->propagationStopped() || event->cancelBubble()) in dispatchEvent()
163 bool cancelBubble() const { return m_cancelBubble; } in cancelBubble() function
76 attribute boolean cancelBubble;
437 this.cancelBubble = true;
434 this.cancelBubble = true;
309 this.cancelBubble = true;
1056 @property BOOL cancelBubble AVAILABLE_IN_WEBKIT_VERSION_4_0;
2852 e.cancelBubble = true;
1024 else this.event.cancelBubble = true;
2852 e.cancelBubble = true;5400 else this.event.cancelBubble = true;12284 stopPropagation: function() { this.cancelBubble = true },
3905 stopPropagation: function() { this.cancelBubble = true },
58 …r a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImme…
19 …iginalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmed…
59 …r a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImme…
7841 name change of cancelBubble.7844 Renamed getCancelBubble to cancelBubble to match the DOM -- I suspect the old7857 of cancelBubble.
58696 The fix for this was to make cancelBubble only prevent bubbling,58701 (DOMEvent::getValueProperty): Implement cancelBubble and returnValue properties properly.