Home
last modified time | relevance | path

Searched refs:cancelBubble (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBEventDispatcher.cpp55 if (event->propagationStopped() || !event->bubbles() || event->cancelBubble()) in dispatch()
62 if (event->propagationStopped() || event->cancelBubble()) in dispatch()
/external/webkit/Source/WebCore/dom/
DEventDispatcher.cpp318 if (event->bubbles() && !event->cancelBubble()) { in dispatchEvent()
325 if (event->propagationStopped() || event->cancelBubble()) in dispatchEvent()
DEvent.h163 bool cancelBubble() const { return m_cancelBubble; } in cancelBubble() function
DEvent.idl76 attribute boolean cancelBubble;
/external/clang/tools/scan-build/
Dsorttable.js437 this.cancelBubble = true;
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
Dsorttable.js434 this.cancelBubble = true;
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
Djsunittest.js309 this.cancelBubble = true;
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h1056 @property BOOL cancelBubble AVAILABLE_IN_WEBKIT_VERSION_4_0;
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js2852 e.cancelBubble = true;
Dmootools-1.2.2-core-nc.js1024 else this.event.cancelBubble = true;
Dconcat-jquery-mootools-prototype.js2852 e.cancelBubble = true;
5400 else this.event.cancelBubble = true;
12284 stopPropagation: function() { this.cancelBubble = true },
Dprototype-1.6.0.3.js3905 stopPropagation: function() { this.cancelBubble = true },
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js58 …r a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImme…
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js19 …iginalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmed…
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery-1.4.2.min.js59 …r a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImme…
/external/webkit/Source/WebCore/
DChangeLog-2006-12-317841 name change of cancelBubble.
7844 Renamed getCancelBubble to cancelBubble to match the DOM -- I suspect the old
7857 of cancelBubble.
DChangeLog-2005-08-2358696 The fix for this was to make cancelBubble only prevent bubbling,
58701 (DOMEvent::getValueProperty): Implement cancelBubble and returnValue properties properly.