Home
last modified time | relevance | path

Searched refs:bubbles (Results 1 – 25 of 67) sorted by relevance

123

/external/webkit/Source/WebCore/dom/
DDeviceMotionEvent.cpp48 void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelab… in initDeviceMotionEvent() argument
53 initEvent(type, bubbles, cancelable); in initDeviceMotionEvent()
DDeviceOrientationEvent.cpp48 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, boo… in initDeviceOrientationEvent() argument
53 initEvent(type, bubbles, cancelable); in initDeviceOrientationEvent()
DDeviceOrientationEvent.h47 …void initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOri…
DDeviceMotionEvent.h47 …void initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionDa…
/external/webkit/Tools/QueueStatusServer/handlers/
Dstatusbubble.py55 bubbles = [self._build_bubble(queue, attachment) for queue in self._queues_to_display]
57 "bubbles": bubbles,
/external/webkit/LayoutTests/dom/html/level2/events/
DinitEvent03.js109 actualCanBubble = event.bubbles;
119 actualCanBubble = event.bubbles;
DinitEvent06.js111 actualCanBubble = event.bubbles;
121 actualCanBubble = event.bubbles;
DinitEvent04.js112 actualCanBubble = event.bubbles;
DinitEvent05.js112 actualCanBubble = event.bubbles;
DinitEvent01.js110 actualCanBubble = event.bubbles;
/external/webkit/LayoutTests/dom/xhtml/level2/events/
DinitEvent03.js109 actualCanBubble = event.bubbles;
119 actualCanBubble = event.bubbles;
DinitEvent06.js111 actualCanBubble = event.bubbles;
121 actualCanBubble = event.bubbles;
DinitEvent05.js112 actualCanBubble = event.bubbles;
DinitEvent01.js110 actualCanBubble = event.bubbles;
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/
Dcreate-event-expected.txt8 PASS 'bubbles' in event is true
14 PASS typeof event.bubbles == 'boolean' is true
/external/webkit/LayoutTests/fast/dom/DeviceMotion/
Dcreate-event-expected.txt8 PASS 'bubbles' in event is true
15 PASS typeof event.bubbles == 'boolean' is true
/external/webkit/Source/WebCore/bindings/js/
DJSDeviceOrientationEventCustom.cpp65 bool bubbles = exec->argument(1).toBoolean(exec); in initDeviceOrientationEvent() local
77 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get()); in initDeviceOrientationEvent()
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
Dproto_4.js103 var bubbles = new SalesPerson(); variable
149 bubbles.specialty );
/external/webkit/Source/WebKit/win/
DDOMEventsClasses.h148 virtual HRESULT STDMETHODCALLTYPE bubbles(
228 virtual HRESULT STDMETHODCALLTYPE bubbles( in bubbles() function
229 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); } in bubbles()
337 virtual HRESULT STDMETHODCALLTYPE bubbles( in bubbles() function
338 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); } in bubbles()
485 virtual HRESULT STDMETHODCALLTYPE bubbles( in bubbles() function
486 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); } in bubbles()
660 virtual HRESULT STDMETHODCALLTYPE bubbles( in bubbles() function
661 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); } in bubbles()
760 virtual HRESULT STDMETHODCALLTYPE bubbles( in bubbles() function
[all …]
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8DeviceOrientationEventCustom.cpp74 bool bubbles = args[1]->BooleanValue(); in initDeviceOrientationEventCallback() local
85 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get()); in initDeviceOrientationEventCallback()
/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js136 TouchHandler.Event = function(type, bubbles, clientX, clientY, argument
139 event.initEvent(type, bubbles, true);
828 var bubbles = !isDrag;
830 var event = new TouchHandler.Event(eventType, bubbles, clientX, clientY,
/external/chromium/chrome/browser/resources/touch_ntp/
Dtouchhandler.js136 TouchHandler.Event = function(type, bubbles, clientX, clientY, argument
139 event.initEvent(type, bubbles, true);
828 var bubbles = !isDrag;
830 var event = new TouchHandler.Event(eventType, bubbles, clientX, clientY,
/external/webkit/Source/WebKit/chromium/src/
DWebDOMEvent.cpp93 bool WebDOMEvent::bubbles() const in bubbles() function in WebKit::WebDOMEvent
96 return m_private->bubbles(); in bubbles()
/external/chromium/chrome/browser/resources/touch_ntp/tools/
Dexterns.js23 function(eventType, bubbles, cancellable, detail) {}; argument
/external/chromium/chrome/browser/resources/ntp4/tools/
Dexterns.js23 function(eventType, bubbles, cancellable, detail) {}; argument

123