Home
last modified time | relevance | path

Searched defs:bubbles (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDeviceMotionEvent.cpp48 void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelab… in initDeviceMotionEvent()
DDeviceOrientationEvent.cpp48 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, boo… in initDeviceOrientationEvent()
DEvent.h87 bool bubbles() const { return m_canBubble; } in bubbles() function
/external/chromium/chrome/browser/resources/ntp4/tools/
Dexterns.js23 function(eventType, bubbles, cancellable, detail) {}; argument
/external/chromium/chrome/browser/resources/touch_ntp/tools/
Dexterns.js23 function(eventType, bubbles, cancellable, detail) {}; argument
/external/webkit/Source/WebCore/bindings/js/
DJSDeviceOrientationEventCustom.cpp65 bool bubbles = exec->argument(1).toBoolean(exec); in initDeviceOrientationEvent() local
DJSDeviceMotionEventCustom.cpp167 bool bubbles = exec->argument(1).toBoolean(exec); in initDeviceMotionEvent() local
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8DeviceOrientationEventCustom.cpp74 bool bubbles = args[1]->BooleanValue(); in initDeviceOrientationEventCallback() local
DV8DeviceMotionEventCustom.cpp170 bool bubbles = args[1]->BooleanValue(); in initDeviceMotionEventCallback() local
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
Dproto_4.js103 var bubbles = new SalesPerson(); variable
/external/webkit/Source/WebKit/chromium/src/
DWebDOMEvent.cpp93 bool WebDOMEvent::bubbles() const in bubbles() function in WebKit::WebDOMEvent
/external/webkit/Source/WebKit/win/
DDOMEventsClasses.h228 virtual HRESULT STDMETHODCALLTYPE bubbles( in bubbles() function
337 virtual HRESULT STDMETHODCALLTYPE bubbles( in bubbles() function
485 virtual HRESULT STDMETHODCALLTYPE bubbles( in bubbles() function
660 virtual HRESULT STDMETHODCALLTYPE bubbles( in bubbles() function
760 virtual HRESULT STDMETHODCALLTYPE bubbles( in bubbles() function
844 virtual HRESULT STDMETHODCALLTYPE bubbles( in bubbles() function
DDOMEventsClasses.cpp143 HRESULT STDMETHODCALLTYPE DOMEvent::bubbles( in bubbles() function in DOMEvent
/external/chromium/chrome/browser/resources/touch_ntp/
Dtouchhandler.js136 TouchHandler.Event = function(type, bubbles, clientX, clientY, argument
/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js136 TouchHandler.Event = function(type, bubbles, clientX, clientY, argument