Searched refs:dispatchEvent (Results 1 - 25 of 141) sorted by relevance

123456

/macosx-10.10/WebCore-7600.1.25/dom/
H A DScopedEventQueue.cpp62 dispatchEvent(event);
65 void ScopedEventQueue::dispatchEvent(PassRefPtr<Event> event) const function in class:WebCore::ScopedEventQueue
70 EventDispatcher::dispatchEvent(node, event);
77 dispatchEvent(queuedEvents[i].release());
H A DEventTarget.idl36 [RaisesException] boolean dispatchEvent(Event event);
H A DEventDispatcher.h41 bool dispatchEvent(Node*, PassRefPtr<Event>);
H A DDocumentEventQueue.cpp137 dispatchEvent(*event);
141 void DocumentEventQueue::dispatchEvent(Event& event) function in class:WebCore::DocumentEventQueue
147 window->dispatchEvent(&event, 0);
149 eventTarget.dispatchEvent(&event);
H A DMessagePort.idl53 [RaisesException] boolean dispatchEvent(Event evt);
H A DWebKitNamedFlow.idl50 [RaisesException] boolean dispatchEvent(Event event);
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechRecognition.cpp82 dispatchEvent(Event::create(eventNames().audiostartEvent, /*canBubble=*/false, /*cancelable=*/false));
87 dispatchEvent(Event::create(eventNames().soundstartEvent, /*canBubble=*/false, /*cancelable=*/false));
92 dispatchEvent(Event::create(eventNames().speechstartEvent, /*canBubble=*/false, /*cancelable=*/false));
97 dispatchEvent(Event::create(eventNames().speechendEvent, /*canBubble=*/false, /*cancelable=*/false));
102 dispatchEvent(Event::create(eventNames().soundendEvent, /*canBubble=*/false, /*cancelable=*/false));
107 dispatchEvent(Event::create(eventNames().audioendEvent, /*canBubble=*/false, /*cancelable=*/false));
121 dispatchEvent(SpeechRecognitionEvent::createResult(resultIndex, results));
126 dispatchEvent(SpeechRecognitionEvent::createNoMatch(result));
131 dispatchEvent(error);
137 dispatchEvent(Even
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DAppleEmbeddedHIDEventService.cpp68 dispatchEvent(event);
82 dispatchEvent(event);
95 dispatchEvent(event);
108 dispatchEvent(event);
121 dispatchEvent(event);
134 dispatchEvent(event);
147 dispatchEvent(event);
160 dispatchEvent(event);
173 dispatchEvent(event);
186 dispatchEvent(even
[all...]
H A DIOHIDEventOverrideDriver.h58 virtual void dispatchEvent(IOHIDEvent * event, IOOptionBits options=0);
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp72 dispatchEvent(XMLHttpRequestProgressEvent::create(eventNames().progressEvent, lengthComputable, loaded, total));
87 dispatchEvent(event);
90 void XMLHttpRequestProgressEventThrottle::dispatchEvent(PassRefPtr<Event> event) function in class:WebCore::XMLHttpRequestProgressEventThrottle
100 m_target->dispatchEvent(event);
113 dispatchEvent(XMLHttpRequestProgressEvent::create(type, m_lengthComputable, m_loaded, m_total));
133 dispatchEvent(event);
149 dispatchEvent(deferredEvent.release());
154 dispatchEvent(deferredProgressEvent);
166 dispatchEvent(XMLHttpRequestProgressEvent::create(eventNames().progressEvent, m_lengthComputable, m_loaded, m_total));
H A DXMLHttpRequestUpload.cpp51 dispatchEvent(XMLHttpRequestProgressEvent::create(eventNames().progressEvent, lengthComputable, loaded, total));
64 dispatchEvent(XMLHttpRequestProgressEvent::create(type, m_lengthComputable, m_loaded, m_total));
H A DXMLHttpRequestUpload.idl50 [RaisesException] boolean dispatchEvent(Event evt);
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/
H A DTestEventTarget.idl43 [RaisesException] boolean dispatchEvent(Event evt);
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/ObjC/
H A DDOMTestEventTarget.h39 - (BOOL)dispatchEvent:(DOMEvent *)evt;
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGImageLoader.cpp44 element().dispatchEvent(Event::create(eventNames().errorEvent, false, false));
/macosx-10.10/WebCore-7600.1.25/Modules/battery/
H A DBatteryManager.idl44 [RaisesException] boolean dispatchEvent(Event event);
/macosx-10.10/WebCore-7600.1.25/Modules/encryptedmedia/
H A DMediaKeySession.idl55 [RaisesException] boolean dispatchEvent(Event evt);
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCDTMFSender.idl49 [RaisesException] boolean dispatchEvent(Event event);
/macosx-10.10/WebCore-7600.1.25/css/
H A DFontLoader.idl56 [RaisesException] boolean dispatchEvent(Event evt);
/macosx-10.10/WebCore-7600.1.25/editing/
H A DTextInsertionBaseCommand.cpp67 startNode->rootEditableElement()->dispatchEvent(evt, IGNORE_EXCEPTION);
81 node->dispatchEvent(event, IGNORE_EXCEPTION);
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DAudioTrackList.idl47 [RaisesException] boolean dispatchEvent(Event evt);
H A DTextTrackCue.idl54 [RaisesException] boolean dispatchEvent(Event evt);
H A DTextTrackList.idl46 [RaisesException] boolean dispatchEvent(Event evt);
H A DVideoTrackList.idl48 [RaisesException] boolean dispatchEvent(Event evt);
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerGlobalScope.idl56 [RaisesException] boolean dispatchEvent(Event event);

Completed in 247 milliseconds

123456