/external/webkit/WebCore/dom/ |
D | MutationEvent.cpp | 33 MutationEvent::MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<… in MutationEvent() argument 36 : Event(type, canBubble, cancelable) in MutationEvent() 45 void MutationEvent::initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, Pa… in initMutationEvent() argument 52 initEvent(type, canBubble, cancelable); in initMutationEvent()
|
D | UIEvent.h | 40 …static PassRefPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassR… in create() argument 42 return adoptRef(new UIEvent(type, canBubble, cancelable, view, detail)); in create() 46 …void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractVie… 66 …UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int d…
|
D | MutationEvent.h | 44 …r<MutationEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node… in create() argument 47 …return adoptRef(new MutationEvent(type, canBubble, cancelable, relatedNode, prevValue, newValue, a… in create() 50 …void initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node>… 64 …MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedN…
|
D | Event.h | 69 static PassRefPtr<Event> create(const AtomicString& type, bool canBubble, bool cancelable) in create() argument 71 return adoptRef(new Event(type, canBubble, cancelable)); in create() 75 void initEvent(const AtomicString& type, bool canBubble, bool cancelable); 89 bool cancelable() const { return m_cancelable; } in cancelable() function 148 Event(const AtomicString& type, bool canBubble, bool cancelable);
|
D | MouseEvent.h | 40 …fPtr<MouseEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Abst… 45 …return adoptRef(new MouseEvent(type, canBubble, cancelable, view, detail, screenX, screenY, pageX,… 50 …void initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Abstract… 74 … MouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
|
D | KeyboardEvent.h | 62 …r<KeyboardEvent> create(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* v… in create() argument 66 … return adoptRef(new KeyboardEvent(type, canBubble, cancelable, view, keyIdentifier, keyLocation, in create() 71 … void initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*, 98 KeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*,
|
D | MouseEvent.cpp | 36 MouseEvent::MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<A… in MouseEvent() argument 41 : MouseRelatedEvent(eventType, canBubble, cancelable, view, detail, screenX, screenY, in MouseEvent() 54 void MouseEvent::initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefP… in initMouseEvent() argument 62 initUIEvent(type, canBubble, cancelable, view, detail); in initMouseEvent()
|
D | KeyboardEvent.cpp | 70 KeyboardEvent::KeyboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, Abstra… in KeyboardEvent() argument 73 …: UIEventWithKeyState(eventType, canBubble, cancelable, view, 0, ctrlKey, altKey, shiftKey, metaKe… in KeyboardEvent() 86 void KeyboardEvent::initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, Ab… in initKeyboardEvent() argument 93 initUIEvent(type, canBubble, cancelable, view, 0); in initKeyboardEvent()
|
D | ClipboardEvent.cpp | 32 ClipboardEvent::ClipboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, Pass… in ClipboardEvent() argument 33 : Event(eventType, canBubble, cancelable), m_clipboard(clipboard) in ClipboardEvent()
|
D | TextEvent.cpp | 52 void TextEvent::initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr… in initTextEvent() argument 57 initUIEvent(type, canBubble, cancelable, view, 0); in initTextEvent()
|
D | UIEventWithKeyState.h | 47 …UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Abstract… in UIEventWithKeyState() argument 49 : UIEvent(type, canBubble, cancelable, view, detail) in UIEventWithKeyState()
|
D | MessageEvent.cpp | 54 void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, cons… in initMessageEvent() argument 59 initEvent(type, canBubble, cancelable); in initMessageEvent()
|
D | MouseRelatedEvent.cpp | 76 MouseRelatedEvent::MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable… in MouseRelatedEvent() argument 79 …: UIEventWithKeyState(eventType, canBubble, cancelable, viewArg, detail, ctrlKey, altKey, shiftKey… in MouseRelatedEvent()
|
D | KeyboardEvent.idl | 51 in boolean cancelable, 68 in boolean cancelable,
|
D | TextEvent.h | 46 …void initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractV…
|
D | MouseRelatedEvent.h | 52 …MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractVi…
|
D | EventTargetNode.h | 60 bool dispatchEventForType(const AtomicString& eventType, bool canBubble, bool cancelable); 65 void dispatchWindowEvent(const AtomicString& eventType, bool canBubble, bool cancelable);
|
D | MessageEvent.h | 50 …void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& dat…
|
D | EventTargetNode.cpp | 467 bool cancelable = eventType == eventNames().DOMActivateEvent; in dispatchUIEvent() local 470 …RefPtr<UIEvent> evt = UIEvent::create(eventType, true, cancelable, document()->defaultView(), deta… in dispatchUIEvent() 572 bool cancelable = eventType != eventNames().mousemoveEvent; in dispatchMouseEvent() local 592 true, cancelable, document()->defaultView(), in dispatchMouseEvent() 609 true, cancelable, document()->defaultView(), in dispatchMouseEvent()
|
/external/webkit/WebKit/win/ |
D | DOMEventsClasses.h | 151 virtual HRESULT STDMETHODCALLTYPE cancelable( 231 virtual HRESULT STDMETHODCALLTYPE cancelable( in cancelable() function 232 /* [retval][out] */ BOOL* result) { return DOMEvent::cancelable(result); } in cancelable() 256 /* [in] */ BOOL cancelable, 340 virtual HRESULT STDMETHODCALLTYPE cancelable( in cancelable() function 341 /* [retval][out] */ BOOL* result) { return DOMEvent::cancelable(result); } in cancelable() 365 /* [in] */ BOOL cancelable, in initUIEvent() argument 367 …/* [in] */ long detail) { return DOMUIEvent::initUIEvent(type, canBubble, cancelable, view, detail… in initUIEvent() 419 /* [in] */ BOOL cancelable, 488 virtual HRESULT STDMETHODCALLTYPE cancelable( in cancelable() function [all …]
|
/external/webkit/WebCore/storage/ |
D | StorageEvent.cpp | 43 void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, cons… in initStorageEvent() argument 48 initEvent(type, canBubble, cancelable); in initStorageEvent()
|
D | StorageEvent.h | 52 …void initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key…
|
/external/webkit/WebKit/win/Interfaces/ |
D | DOMEvents.idl | 105 //readonly attribute boolean cancelable; 106 HRESULT cancelable([out, retval] BOOL* result); 199 // in boolean cancelable, 208 …HRESULT initKeyboardEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWind… 219 // in boolean cancelable, 269 // in boolean cancelable, 282 …HRESULT initMouseEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow*… 334 // in boolean cancelable, 340 …HRESULT initMutationEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMNode… 381 // in boolean cancelable, [all …]
|
/external/webkit/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 906 @property(readonly) BOOL cancelable; 917 - (void)initUIEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:(DO… 918 - (void)initUIEvent:(NSString *)type :(BOOL)canBubble :(BOOL)cancelable :(DOMAbstractView *)view :(… 927 - (void)initMutationEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable re… 928 - (void)initMutationEvent:(NSString *)type :(BOOL)canBubble :(BOOL)cancelable :(DOMNode *)relatedNo… 974 - (void)initMouseEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:… 975 - (void)initMouseEvent:(NSString *)type :(BOOL)canBubble :(BOOL)cancelable :(DOMAbstractView *)view…
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | EventSendingController.mm | 533 printf(" cancelable: %d\n", [event cancelable] ? 1 : 0); 625 cancelable:YES 640 cancelable:YES 655 cancelable:YES
|