Home
last modified time | relevance | path

Searched refs:cancelable (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/WebCore/dom/
DMutationEvent.cpp33 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()
DUIEvent.h40 …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…
DMutationEvent.h44 …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…
DEvent.h69 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);
DMouseEvent.h40 …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>,
DKeyboardEvent.h62 …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*,
DMouseEvent.cpp36 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()
DKeyboardEvent.cpp70 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()
DClipboardEvent.cpp32 ClipboardEvent::ClipboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, Pass… in ClipboardEvent() argument
33 : Event(eventType, canBubble, cancelable), m_clipboard(clipboard) in ClipboardEvent()
DTextEvent.cpp52 void TextEvent::initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr… in initTextEvent() argument
57 initUIEvent(type, canBubble, cancelable, view, 0); in initTextEvent()
DUIEventWithKeyState.h47 …UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Abstract… in UIEventWithKeyState() argument
49 : UIEvent(type, canBubble, cancelable, view, detail) in UIEventWithKeyState()
DMessageEvent.cpp54 void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, cons… in initMessageEvent() argument
59 initEvent(type, canBubble, cancelable); in initMessageEvent()
DMouseRelatedEvent.cpp76 MouseRelatedEvent::MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable in MouseRelatedEvent() argument
79 …: UIEventWithKeyState(eventType, canBubble, cancelable, viewArg, detail, ctrlKey, altKey, shiftKey… in MouseRelatedEvent()
DKeyboardEvent.idl51 in boolean cancelable,
68 in boolean cancelable,
DTextEvent.h46 …void initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractV…
DMouseRelatedEvent.h52 …MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractVi…
DEventTargetNode.h60 bool dispatchEventForType(const AtomicString& eventType, bool canBubble, bool cancelable);
65 void dispatchWindowEvent(const AtomicString& eventType, bool canBubble, bool cancelable);
DMessageEvent.h50 …void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& dat…
DEventTargetNode.cpp467 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/
DDOMEventsClasses.h151 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/
DStorageEvent.cpp43 void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, cons… in initStorageEvent() argument
48 initEvent(type, canBubble, cancelable); in initStorageEvent()
DStorageEvent.h52 …void initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key…
/external/webkit/WebKit/win/Interfaces/
DDOMEvents.idl105 //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/
DPublicDOMInterfaces.h906 @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/
DEventSendingController.mm533 printf(" cancelable: %d\n", [event cancelable] ? 1 : 0);
625 cancelable:YES
640 cancelable:YES
655 cancelable:YES

12