Searched refs:handleEvent (Results 76 - 100 of 138) sorted by relevance

123456

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSErrorHandler.h49 virtual void handleEvent(ScriptExecutionContext*, Event*);
H A DJSErrorHandler.cpp55 void JSErrorHandler::handleEvent(ScriptExecutionContext* scriptExecutionContext, Event* event) function in class:WebCore::JSErrorHandler
58 return JSEventListener::handleEvent(scriptExecutionContext, event);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventListener.h52 virtual void handleEvent(ScriptExecutionContext*, Event*) = 0;
H A DScriptedAnimationController.cpp149 callback->handleEvent(legacyHighResNowMs);
151 callback->handleEvent(highResNowMs);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderSnapshottedPlugIn.h44 void handleEvent(Event*);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Notifications/
H A DNotificationPermissionRequestManager.cpp74 callback->handleEvent(Notification::permissionString(permission));
92 callback->handleEvent();
167 voidCallback->handleEvent();
177 callback->handleEvent(Notification::permissionString(allowed ? NotificationClient::PermissionAllowed : NotificationClient::PermissionDenied));
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DPDFPluginTextAnnotation.h61 virtual bool handleEvent(WebCore::Event*) OVERRIDE;
H A DPDFPluginAnnotation.h75 virtual bool handleEvent(WebCore::Event*);
99 virtual void handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) OVERRIDE;
H A DPDFPluginAnnotation.mm111 bool PDFPluginAnnotation::handleEvent(Event* event)
121 void PDFPluginAnnotation::PDFPluginAnnotationEventListener::handleEvent(ScriptExecutionContext*, Event* event)
124 m_annotation->handleEvent(event);
H A DPDFPluginPasswordField.mm67 bool PDFPluginPasswordField::handleEvent(WebCore::Event* event)
H A DPDFPluginTextAnnotation.mm134 bool PDFPluginTextAnnotation::handleEvent(Event* event)
136 if (PDFPluginAnnotation::handleEvent(event))
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DDOMFileSystem.cpp125 bool handleEvent(FileWriterBase* fileWriterBase) function in class:WebCore::__anon5212::ConvertToFileWriterCallback
127 return m_callback->handleEvent(static_cast<FileWriter*>(fileWriterBase));
174 m_successCallback->handleEvent(File::createWithName(metadata.platformPath, m_name).get());
177 m_successCallback->handleEvent(File::createForFileSystemFile(m_name, metadata).get());
180 m_successCallback->handleEvent(File::createForFileSystemFile(m_url, metadata).get());
H A DDOMFileSystemSync.cpp181 bool handleEvent(FileWriterBase* fileWriterBase) function in class:WebCore::__anon5215::ReceiveFileWriterCallback
218 bool handleEvent(FileError* error) function in class:WebCore::__anon5215::LocalErrorCallback
H A DDOMFileSystem.h91 m_callback->handleEvent(m_callbackArg.get());
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAsyncAudioDecoder.cpp131 successCallback()->handleEvent(audioBuffer());
133 errorCallback()->handleEvent(audioBuffer());
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DRTCStatsRequestImpl.cpp80 m_successCallback->handleEvent(static_cast<RTCStatsResponse*>(response.get()));
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DGObjectEventListener.cpp64 void GObjectEventListener::handleEvent(ScriptExecutionContext*, Event* event) function in class:WebCore::GObjectEventListener
H A DGObjectEventListener.h66 virtual void handleEvent(ScriptExecutionContext*, Event*);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDatabaseAgent.cpp83 virtual bool handleEvent(SQLTransaction*, SQLResultSet* resultSet) function in class:WebCore::__anon5323::StatementCallback
121 virtual bool handleEvent(SQLTransaction*, SQLError* error) function in class:WebCore::__anon5323::StatementErrorCallback
142 virtual bool handleEvent(SQLTransaction* transaction) function in class:WebCore::__anon5323::TransactionCallback
170 virtual bool handleEvent(SQLError* error) function in class:WebCore::__anon5323::TransactionErrorCallback
190 virtual bool handleEvent() { return false; } function in class:WebCore::__anon5323::TransactionSuccessCallback
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLPlugInElement.cpp209 toRenderSnapshottedPlugIn(r)->handleEvent(event);
223 widget->handleEvent(event);
H A DTypeAhead.cpp61 int TypeAhead::handleEvent(KeyboardEvent* event, MatchModeFlags matchMode) function in class:WebCore::TypeAhead
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebNotificationClient.mm266 _voidCallback->handleEvent();
272 _callback->handleEvent(Notification::permissionString(NotificationClient::PermissionAllowed));
281 _voidCallback->handleEvent();
287 _callback->handleEvent(Notification::permissionString(NotificationClient::PermissionDenied));
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DMediaControlsApple.h57 virtual void handleEvent(ScriptExecutionContext*, Event*);
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DSQLTransaction.cpp146 shouldDeliverErrorCallback = !callback->handleEvent(this);
173 errorCallback->handleEvent(m_transactionError.get());
220 successCallback->handleEvent();
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DFontLoader.cpp92 m_errorCallback->handleEvent();
95 m_loadCallback->handleEvent();
224 callbacks[index]->handleEvent();

Completed in 206 milliseconds

123456