/external/webkit/Source/WebCore/bindings/js/ |
JSDeviceOrientationEventCustom.cpp | 66 bool cancelable = exec->argument(2).toBoolean(exec); local 77 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());
|
JSDeviceMotionEventCustom.cpp | 168 bool cancelable = exec->argument(2).toBoolean(exec); local 188 imp->initDeviceMotionEvent(type, bubbles, cancelable, deviceMotionData.get());
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8DeviceOrientationEventCustom.cpp | 75 bool cancelable = args[2]->BooleanValue(); local 85 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());
|
V8DeviceMotionEventCustom.cpp | 171 bool cancelable = args[2]->BooleanValue(); local 178 imp->initDeviceMotionEvent(type, bubbles, cancelable, deviceMotionData.get());
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDOMEvent.cpp | 99 bool WebDOMEvent::cancelable() const function in class:WebKit::WebDOMEvent 102 return m_private->cancelable();
|
/external/webkit/Source/WebKit/win/ |
DOMEventsClasses.cpp | 149 HRESULT STDMETHODCALLTYPE DOMEvent::cancelable( function in class:DOMEvent 208 /* [in] */ BOOL /*cancelable*/, 353 /* [in] */ BOOL /*cancelable*/, 467 /* [in] */ BOOL /*cancelable*/, 567 /* [in] */ BOOL /*cancelable*/,
|
DOMEventsClasses.h | 151 virtual HRESULT STDMETHODCALLTYPE cancelable( 231 virtual HRESULT STDMETHODCALLTYPE cancelable( function in class:DOMUIEvent 232 /* [retval][out] */ BOOL* result) { return DOMEvent::cancelable(result); } 256 /* [in] */ BOOL cancelable, 340 virtual HRESULT STDMETHODCALLTYPE cancelable( function in class:DOMKeyboardEvent 341 /* [retval][out] */ BOOL* result) { return DOMEvent::cancelable(result); } 365 /* [in] */ BOOL cancelable, 367 /* [in] */ long detail) { return DOMUIEvent::initUIEvent(type, canBubble, cancelable, view, detail); } 419 /* [in] */ BOOL cancelable, 488 virtual HRESULT STDMETHODCALLTYPE cancelable( function in class:DOMMouseEvent 663 virtual HRESULT STDMETHODCALLTYPE cancelable( function in class:DOMMutationEvent 763 virtual HRESULT STDMETHODCALLTYPE cancelable( function in class:DOMOverflowEvent 847 virtual HRESULT STDMETHODCALLTYPE cancelable( function in class:DOMWheelEvent [all...] |
/external/webkit/Source/WebCore/dom/ |
Event.h | 68 static PassRefPtr<Event> create(const AtomicString& type, bool canBubble, bool cancelable) 70 return adoptRef(new Event(type, canBubble, cancelable)); 74 void initEvent(const AtomicString& type, bool canBubble, bool cancelable); 88 bool cancelable() const { return m_cancelable; } function in class:WebCore::Event 173 Event(const AtomicString& type, bool canBubble, bool cancelable);
|
Node.cpp | 2769 bool cancelable = eventType == eventNames().DOMActivateEvent; local [all...] |
/external/webkit/Source/WebCore/bindings/objc/ |
PublicDOMInterfaces.h | 1052 @property(readonly) BOOL cancelable; variable [all...] |
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
/prebuilt/sdk/11/ |
android.jar | |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/13/ |
android.jar | |
/prebuilt/sdk/14/ |
android.jar | |
/prebuilt/sdk/10/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/5/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |
/prebuilt/sdk/8/ |
android.jar | |
/prebuilt/sdk/9/ |
android.jar | |
/external/jdiff/ |
xerces.jar | |
/prebuilt/darwin-x86/swt/ |
swt.jar | |
/prebuilt/darwin-x86_64/swt/ |
swt.jar | |