Searched defs:bubbles (Results 1 - 12 of 12) sorted by path

/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/webkit/Source/WebCore/bindings/js/
H A DJSDeviceMotionEventCustom.cpp167 bool bubbles = exec->argument(1).toBoolean(exec); local
188 imp->initDeviceMotionEvent(type, bubbles, cancelable, deviceMotionData.get());
H A DJSDeviceOrientationEventCustom.cpp65 bool bubbles = exec->argument(1).toBoolean(exec); local
77 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1051 @property(readonly) BOOL bubbles; variable
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DeviceMotionEventCustom.cpp170 bool bubbles = args[1]->BooleanValue(); local
178 imp->initDeviceMotionEvent(type, bubbles, cancelable, deviceMotionData.get());
H A DV8DeviceOrientationEventCustom.cpp74 bool bubbles = args[1]->BooleanValue(); local
85 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());
/external/webkit/Source/WebCore/dom/
H A DDeviceMotionEvent.cpp48 void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData) argument
53 initEvent(type, bubbles, cancelable);
H A DDeviceOrientationEvent.cpp48 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientation* orientation) argument
53 initEvent(type, bubbles, cancelable);
H A DEvent.h87 bool bubbles() const { return m_canBubble; } function in class:WebCore::Event
/external/webkit/Source/WebKit/chromium/src/
H A DWebDOMEvent.cpp93 bool WebDOMEvent::bubbles() const function in class:WebKit::WebDOMEvent
96 return m_private->bubbles();
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.cpp143 HRESULT STDMETHODCALLTYPE DOMEvent::bubbles( function in class:DOMEvent
H A DDOMEventsClasses.h148 virtual HRESULT STDMETHODCALLTYPE bubbles(
228 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMUIEvent
229 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); }
337 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMKeyboardEvent
338 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); }
485 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMMouseEvent
486 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); }
660 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMMutationEvent
661 /* [retval][out] */ BOOL* result) { return DOMEvent::bubbles(result); }
760 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMOverflowEvent
844 virtual HRESULT STDMETHODCALLTYPE bubbles( function in class:DOMWheelEvent
[all...]

Completed in 251 milliseconds