cancelable 109 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp bool cancelable = info[2]->BooleanValue(); cancelable 116 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp impl->initDeviceMotionEvent(type, bubbles, cancelable, deviceMotionData.get()); cancelable 40 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp bool cancelable = info[2]->BooleanValue(); cancelable 52 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp impl->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get()); cancelable 34 Source/core/events/ClipboardEvent.cpp ClipboardEvent::ClipboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Clipboard> clipboard) cancelable 35 Source/core/events/ClipboardEvent.cpp : Event(eventType, canBubble, cancelable), m_clipboard(clipboard) cancelable 68 Source/core/events/CompositionEvent.cpp void CompositionEvent::initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data) cancelable 73 Source/core/events/CompositionEvent.cpp initUIEvent(type, canBubble, cancelable, view, 0); cancelable 60 Source/core/events/CompositionEvent.h void initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, const String& data); cancelable 48 Source/core/events/CustomEvent.cpp void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> serializedDetail) cancelable 53 Source/core/events/CustomEvent.cpp initEvent(type, canBubble, cancelable); cancelable 51 Source/core/events/CustomEvent.h void initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue>); cancelable 73 Source/core/events/Event.cpp , m_cancelable(initializer.cancelable) cancelable 46 Source/core/events/Event.h bool cancelable; cancelable 109 Source/core/events/Event.h void initEvent(const AtomicString& type, bool canBubble, bool cancelable); cancelable 124 Source/core/events/Event.h bool cancelable() const { return m_cancelable; } cancelable 188 Source/core/events/Event.h Event(const AtomicString& type, bool canBubble, bool cancelable); cancelable 54 Source/core/events/FocusEvent.cpp FocusEvent::FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) cancelable 55 Source/core/events/FocusEvent.cpp : UIEvent(type, canBubble, cancelable, view, detail) cancelable 49 Source/core/events/FocusEvent.h static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) cancelable 51 Source/core/events/FocusEvent.h return adoptRefWillBeNoop(new FocusEvent(type, canBubble, cancelable, view, detail, relatedTarget)); cancelable 70 Source/core/events/FocusEvent.h FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int, EventTarget*); cancelable 54 Source/core/events/HashChangeEvent.h void initHashChangeEvent(const AtomicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL) cancelable 59 Source/core/events/HashChangeEvent.h initEvent(eventType, canBubble, cancelable); cancelable 119 Source/core/events/KeyboardEvent.cpp : UIEventWithKeyState(eventType, initializer.bubbles, initializer.cancelable, initializer.view, initializer.detail, initializer.ctrlKey, initializer.altKey, initializer.shiftKey, initializer.metaKey) cancelable 128 Source/core/events/KeyboardEvent.cpp KeyboardEvent::KeyboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, AbstractView *view, cancelable 131 Source/core/events/KeyboardEvent.cpp : UIEventWithKeyState(eventType, canBubble, cancelable, view, 0, ctrlKey, altKey, shiftKey, metaKey) cancelable 144 Source/core/events/KeyboardEvent.cpp void KeyboardEvent::initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, cancelable 151 Source/core/events/KeyboardEvent.cpp initUIEvent(type, canBubble, cancelable, view, 0); cancelable 72 Source/core/events/KeyboardEvent.h static PassRefPtrWillBeRawPtr<KeyboardEvent> create(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, cancelable 76 Source/core/events/KeyboardEvent.h return adoptRefWillBeNoop(new KeyboardEvent(type, canBubble, cancelable, view, keyIdentifier, location, cancelable 82 Source/core/events/KeyboardEvent.h void initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*, cancelable 109 Source/core/events/KeyboardEvent.h KeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*, cancelable 145 Source/core/events/MessageEvent.cpp void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports) cancelable 150 Source/core/events/MessageEvent.cpp initEvent(type, canBubble, cancelable); cancelable 159 Source/core/events/MessageEvent.cpp void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports) cancelable 164 Source/core/events/MessageEvent.cpp initEvent(type, canBubble, cancelable); cancelable 83 Source/core/events/MessageEvent.h void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray>); cancelable 84 Source/core/events/MessageEvent.h void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray>); cancelable 68 Source/core/events/MouseEvent.cpp PassRefPtrWillBeRawPtr<MouseEvent> MouseEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, cancelable 74 Source/core/events/MouseEvent.cpp return adoptRefWillBeNoop(new MouseEvent(type, canBubble, cancelable, view, cancelable 87 Source/core/events/MouseEvent.cpp MouseEvent::MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, cancelable 93 Source/core/events/MouseEvent.cpp : MouseRelatedEvent(eventType, canBubble, cancelable, view, detail, IntPoint(screenX, screenY), cancelable 106 Source/core/events/MouseEvent.cpp : MouseRelatedEvent(eventType, initializer.bubbles, initializer.cancelable, initializer.view, initializer.detail, IntPoint(initializer.screenX, initializer.screenY), cancelable 123 Source/core/events/MouseEvent.cpp void MouseEvent::initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, cancelable 131 Source/core/events/MouseEvent.cpp initUIEvent(type, canBubble, cancelable, view, detail); cancelable 276 Source/core/events/MouseEvent.cpp doubleClickEvent->initMouseEvent(EventTypeNames::dblclick, event()->bubbles(), event()->cancelable(), event()->view(), cancelable 58 Source/core/events/MouseEvent.h static PassRefPtrWillBeRawPtr<MouseEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, cancelable 70 Source/core/events/MouseEvent.h void initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, cancelable 97 Source/core/events/MouseEvent.h MouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, cancelable 55 Source/core/events/MouseRelatedEvent.cpp MouseRelatedEvent::MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> abstractView, cancelable 59 Source/core/events/MouseRelatedEvent.cpp : UIEventWithKeyState(eventType, canBubble, cancelable, abstractView, detail, ctrlKey, altKey, shiftKey, metaKey) cancelable 64 Source/core/events/MouseRelatedEvent.h MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, cancelable 34 Source/core/events/MutationEvent.cpp MutationEvent::MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, cancelable 37 Source/core/events/MutationEvent.cpp : Event(type, canBubble, cancelable) cancelable 51 Source/core/events/MutationEvent.cpp void MutationEvent::initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, cancelable 58 Source/core/events/MutationEvent.cpp initEvent(type, canBubble, cancelable); cancelable 53 Source/core/events/MutationEvent.h void initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, cancelable 69 Source/core/events/MutationEvent.h MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, cancelable 94 Source/core/events/TextEvent.cpp void TextEvent::initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data) cancelable 99 Source/core/events/TextEvent.cpp initUIEvent(type, canBubble, cancelable, view, 0); cancelable 48 Source/core/events/TextEvent.h void initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, const String& data); cancelable 48 Source/core/events/UIEvent.h static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail) cancelable 50 Source/core/events/UIEvent.h return adoptRefWillBeNoop(new UIEvent(type, canBubble, cancelable, view, detail)); cancelable 58 Source/core/events/UIEvent.h void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail); cancelable 82 Source/core/events/UIEvent.h UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail); cancelable 47 Source/core/events/UIEventWithKeyState.h UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, cancelable 49 Source/core/events/UIEventWithKeyState.h : UIEvent(type, canBubble, cancelable, view, detail) cancelable 40 Source/core/html/canvas/WebGLContextEvent.cpp WebGLContextEvent::WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) cancelable 41 Source/core/html/canvas/WebGLContextEvent.cpp : Event(type, canBubble, cancelable) cancelable 45 Source/core/html/canvas/WebGLContextEvent.h static PassRefPtrWillBeRawPtr<WebGLContextEvent> create(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) cancelable 47 Source/core/html/canvas/WebGLContextEvent.h return adoptRefWillBeNoop(new WebGLContextEvent(type, canBubble, cancelable, statusMessage)); cancelable 63 Source/core/html/canvas/WebGLContextEvent.h WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage); cancelable 279 Source/core/html/track/TextTrackList.cpp initializer.cancelable = false; cancelable 307 Source/core/html/track/TextTrackList.cpp initializer.cancelable = false; cancelable 1667 Source/core/page/EventHandler.cpp bool cancelable = true; cancelable 1669 Source/core/page/EventHandler.cpp return !dispatchMouseEvent(EventTypeNames::mouseup, m_lastNodeUnderMouse.get(), cancelable, m_clickCount, mouseEvent, setUnder); cancelable 262 Source/core/page/EventHandler.h bool dispatchMouseEvent(const AtomicString& eventType, Node* target, bool cancelable, int clickCount, const PlatformMouseEvent&, bool setUnder); cancelable 83 Source/core/storage/StorageEvent.cpp void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) cancelable 88 Source/core/storage/StorageEvent.cpp initEvent(type, canBubble, cancelable); cancelable 61 Source/core/storage/StorageEvent.h void initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea); cancelable 67 Source/core/svg/animation/SVGSMILElement.cpp RepeatEvent(const AtomicString& type, bool canBubble, bool cancelable, int repeat = -1) cancelable 68 Source/core/svg/animation/SVGSMILElement.cpp : Event(type, canBubble, cancelable) cancelable 52 Source/modules/device_orientation/DeviceMotionEvent.cpp void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData) cancelable 57 Source/modules/device_orientation/DeviceMotionEvent.cpp initEvent(type, bubbles, cancelable); cancelable 50 Source/modules/device_orientation/DeviceMotionEvent.h void initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData*); cancelable 50 Source/modules/device_orientation/DeviceOrientationEvent.cpp void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation) cancelable 55 Source/modules/device_orientation/DeviceOrientationEvent.cpp initEvent(type, bubbles, cancelable); cancelable 48 Source/modules/device_orientation/DeviceOrientationEvent.h void initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData*); cancelable 121 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp initializer.cancelable = false; cancelable 134 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp webkitInitializer.cancelable = false; cancelable 259 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp initializer.cancelable = false; cancelable 298 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp initializer.cancelable = false; cancelable 315 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp initializer.cancelable = false; cancelable 184 Source/modules/encryptedmedia/MediaKeySession.cpp init.cancelable = false; cancelable 19 Source/modules/gamepad/GamepadEvent.cpp GamepadEvent::GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Gamepad> gamepad) cancelable 20 Source/modules/gamepad/GamepadEvent.cpp : Event(type, canBubble, cancelable) cancelable 25 Source/modules/gamepad/GamepadEvent.h static PassRefPtrWillBeRawPtr<GamepadEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Gamepad> gamepad) cancelable 27 Source/modules/gamepad/GamepadEvent.h return adoptRefWillBeNoop(new GamepadEvent(type, canBubble, cancelable, gamepad)); cancelable 43 Source/modules/gamepad/GamepadEvent.h GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Gamepad>); cancelable 40 Source/modules/mediastream/MediaStreamEvent.cpp PassRefPtrWillBeRawPtr<MediaStreamEvent> MediaStreamEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream> stream) cancelable 42 Source/modules/mediastream/MediaStreamEvent.cpp return adoptRefWillBeNoop(new MediaStreamEvent(type, canBubble, cancelable, stream)); cancelable 55 Source/modules/mediastream/MediaStreamEvent.cpp MediaStreamEvent::MediaStreamEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream> stream) cancelable 56 Source/modules/mediastream/MediaStreamEvent.cpp : Event(type, canBubble, cancelable) cancelable 45 Source/modules/mediastream/MediaStreamEvent.h static PassRefPtrWillBeRawPtr<MediaStreamEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream>); cancelable 57 Source/modules/mediastream/MediaStreamEvent.h MediaStreamEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream>); cancelable 37 Source/modules/mediastream/MediaStreamTrackEvent.cpp PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> MediaStreamTrackEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack> track) cancelable 39 Source/modules/mediastream/MediaStreamTrackEvent.cpp return adoptRefWillBeNoop(new MediaStreamTrackEvent(type, canBubble, cancelable, track)); cancelable 48 Source/modules/mediastream/MediaStreamTrackEvent.cpp MediaStreamTrackEvent::MediaStreamTrackEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack> track) cancelable 49 Source/modules/mediastream/MediaStreamTrackEvent.cpp : Event(type, canBubble, cancelable) cancelable 40 Source/modules/mediastream/MediaStreamTrackEvent.h static PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack>); cancelable 51 Source/modules/mediastream/MediaStreamTrackEvent.h MediaStreamTrackEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack>); cancelable 35 Source/modules/mediastream/RTCDataChannelEvent.cpp PassRefPtrWillBeRawPtr<RTCDataChannelEvent> RTCDataChannelEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel> channel) cancelable 37 Source/modules/mediastream/RTCDataChannelEvent.cpp return adoptRefWillBeNoop(new RTCDataChannelEvent(type, canBubble, cancelable, channel)); cancelable 46 Source/modules/mediastream/RTCDataChannelEvent.cpp RTCDataChannelEvent::RTCDataChannelEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel> channel) cancelable 47 Source/modules/mediastream/RTCDataChannelEvent.cpp : Event(type, canBubble, cancelable) cancelable 39 Source/modules/mediastream/RTCDataChannelEvent.h static PassRefPtrWillBeRawPtr<RTCDataChannelEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel>); cancelable 49 Source/modules/mediastream/RTCDataChannelEvent.h RTCDataChannelEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel>); cancelable 38 Source/modules/mediastream/RTCIceCandidateEvent.cpp PassRefPtrWillBeRawPtr<RTCIceCandidateEvent> RTCIceCandidateEvent::create(bool canBubble, bool cancelable, PassRefPtr<RTCIceCandidate> candidate) cancelable 40 Source/modules/mediastream/RTCIceCandidateEvent.cpp return adoptRefWillBeNoop(new RTCIceCandidateEvent(canBubble, cancelable, candidate)); cancelable 48 Source/modules/mediastream/RTCIceCandidateEvent.cpp RTCIceCandidateEvent::RTCIceCandidateEvent(bool canBubble, bool cancelable, PassRefPtr<RTCIceCandidate> candidate) cancelable 49 Source/modules/mediastream/RTCIceCandidateEvent.cpp : Event(EventTypeNames::icecandidate, canBubble, cancelable) cancelable 39 Source/modules/mediastream/RTCIceCandidateEvent.h static PassRefPtrWillBeRawPtr<RTCIceCandidateEvent> create(bool canBubble, bool cancelable, PassRefPtr<RTCIceCandidate>); cancelable 49 Source/modules/mediastream/RTCIceCandidateEvent.h RTCIceCandidateEvent(bool canBubble, bool cancelable, PassRefPtr<RTCIceCandidate>); cancelable 43 Source/web/WebDOMCustomEvent.cpp void WebDOMCustomEvent::initCustomEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& webSerializedScriptValue) cancelable 48 Source/web/WebDOMCustomEvent.cpp unwrap<CustomEvent>()->initCustomEvent(type, canBubble, cancelable, serializedScriptValue.get()); cancelable 99 Source/web/WebDOMEvent.cpp return m_private->cancelable(); cancelable 48 Source/web/WebDOMMessageEvent.cpp void WebDOMMessageEvent::initMessageEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData, const WebString& origin, const WebFrame* sourceFrame, const WebString& lastEventId, const WebMessagePortChannelArray& webChannels) cancelable 58 Source/web/WebDOMMessageEvent.cpp unwrap<MessageEvent>()->initMessageEvent(type, canBubble, cancelable, messageData, origin, lastEventId, window, ports.release()); cancelable 43 public/web/WebDOMCustomEvent.h BLINK_EXPORT void initCustomEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData); cancelable 75 public/web/WebDOMEvent.h BLINK_EXPORT bool cancelable() const; cancelable 50 public/web/WebDOMMessageEvent.h BLINK_EXPORT void initMessageEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData, const WebString& origin, const WebFrame* sourceFrame, const WebString& lastEventId, const WebMessagePortChannelArray& channels = WebMessagePortChannelArray());