Searched refs:bubbles (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDeviceMotionEvent.cpp49 void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData) argument
54 initEvent(type, bubbles, cancelable);
H A DDeviceOrientationEvent.cpp49 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation) argument
54 initEvent(type, bubbles, cancelable);
H A DEvent.cpp36 : bubbles(false)
73 , m_canBubble(initializer.bubbles)
165 return Event::create(type(), bubbles(), cancelable());
H A DDeviceMotionEvent.h47 void initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData*);
H A DDeviceOrientationEvent.h47 void initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData*);
H A DDeviceMotionEvent.idl34 [Default=Undefined] optional boolean bubbles,
H A DDeviceOrientationEvent.idl34 [Default=Undefined] optional boolean bubbles,
H A DEvent.h45 bool bubbles; member in struct:WebCore::EventInit
107 bool bubbles() const { return m_canBubble; } function in class:WebCore::Event
H A DEvent.idl59 [InitializedByEventConstructor] readonly attribute boolean bubbles;
H A DEventDispatcher.cpp174 else if (m_event->bubbles() && !m_event->cancelBubble())
182 if (m_event->bubbles() && !m_event->cancelBubble()) {
208 if (m_event->bubbles()) {
H A DMouseEvent.cpp134 : MouseRelatedEvent(eventType, initializer.bubbles, initializer.cancelable, initializer.view, initializer.detail, IntPoint(initializer.screenX, initializer.screenY),
240 clonedMouseEvent->initMouseEvent(type(), bubbles(), cancelable(),
326 doubleClickEvent->initMouseEvent(eventNames().dblclickEvent, event()->bubbles(), event()->cancelable(), event()->view(),
H A DKeyboardEvent.cpp121 : UIEventWithKeyState(eventType, initializer.bubbles, initializer.cancelable, initializer.view, initializer.detail, initializer.ctrlKey, initializer.altKey, initializer.shiftKey, initializer.metaKey)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domevent.py13 self.failUnlessResultIsBOOL(DOMEvent.bubbles)
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTrackListBase.cpp107 initializer.bubbles = false;
143 initializer.bubbles = false;
163 initializer.bubbles = false;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domevent.py13 self.assertResultIsBOOL(DOMEvent.bubbles)
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_3/inherit/
H A Dproto_4.js103 var bubbles = new SalesPerson();
147 "bubbles = new SalesPerson(); bubbles.specialty",
149 bubbles.specialty );
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDeviceOrientationEventCustom.cpp74 bool bubbles = exec->argument(1).toBoolean(exec); local
88 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());
H A DJSDeviceMotionEventCustom.cpp169 bool bubbles = exec->argument(1).toBoolean(exec); local
190 imp->initDeviceMotionEvent(type, bubbles, cancelable, deviceMotionData.get());
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBEventDispatcher.cpp55 if (event->propagationStopped() || !event->bubbles() || event->cancelBubble())
/macosx-10.9.5/WebCore-7537.78.1/Modules/proximity/
H A DDeviceProximityEvent.h35 // Default value of bubbles is true by the Proximity Events spec.
37 bubbles = true;
/macosx-10.9.5/WebCore-7537.78.1/Modules/encryptedmedia/
H A DMediaKeySession.cpp131 init.bubbles = false;
186 init.bubbles = false;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMEventsClasses.h160 virtual HRESULT STDMETHODCALLTYPE bubbles(
240 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMUIEvent
241 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); }
349 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMKeyboardEvent
350 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); }
497 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMMouseEvent
498 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); }
672 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMMutationEvent
673 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); }
772 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMOverflowEvent
856 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMWheelEvent
[all...]
H A DDOMEventsClasses.cpp176 HRESULT STDMETHODCALLTYPE DOMEvent::bubbles( function in class:DOMEvent
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/library/
H A Ddomimpl.tcl51 variable bubbles
52 array set bubbles {
2320 variable eventOptionsRO type|target|currentNode|eventPhase|bubbles|cancelable|timeStamp|detail|view|screenX|screenY|clientX|clientY|ctrlKey|shiftKey|altKey|metaKey|button|relatedNode|prevValue|newValue|attrName
2411 foreach {event(type) event(bubbles) event(cancelable)} $args break
2430 foreach {event(type) event(bubbles) event(cancelable) event(view) event(detail)} $args break
2449 foreach {event(type) event(bubbles) event(cancelable) event(view) event(detail) event(screenX) event(screenY) event(clientX) event(clientY) event(ctrlKey) event(altKey) event(shiftKey) event(metaKey) event(button) event(relatedNode)} $args break
2467 foreach {event(type) event(bubbles) event(cancelable) event(relatedNode) event(prevValue) event(newValue) event(attrName)} $args break
2479 -bubbles $::dom::bubbles($evType) -cancelable $::dom::cancelable($evType) \
2486 event initUIEvent $evid $evType $evOpts(-bubbles)
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMEvents.idl102 //readonly attribute boolean bubbles;
103 HRESULT bubbles([out, retval] BOOL* result);

Completed in 837 milliseconds

12