Home
last modified time | relevance | path

Searched refs:handleEvent (Results 1 – 25 of 93) sorted by relevance

1234

/external/webkit/WebCore/workers/
DAbstractWorker.cpp100 listenerIter->get()->handleEvent(event.get(), false); in dispatchEvent()
112 m_onErrorListener->handleEvent(evt.get(), true); in dispatchLoadErrorEvent()
127 m_onErrorListener->handleEvent(event.get(), true); in dispatchScriptErrorEvent()
/external/webkit/WebCore/page/
DGeolocation.cpp86 m_errorCallback->handleEvent(m_fatalError.get()); in timerFired()
93 m_successCallback->handleEvent(m_cachedPosition.get()); in timerFired()
100 m_errorCallback->handleEvent(error.get()); in timerFired()
428 notifier->m_errorCallback->handleEvent(error); in sendError()
440 notifier->m_successCallback->handleEvent(position); in sendPosition()
566 void Geolocation::handleEvent(Event* event, bool) in handleEvent() function in WebCore::Geolocation
DPositionErrorCallback.h39 virtual void handleEvent(PositionError*) = 0;
DPositionCallback.h39 virtual void handleEvent(Geoposition* position) = 0;
/external/webkit/WebCore/xml/
DXMLHttpRequestUpload.cpp103 listenerIter->get()->handleEvent(evt.get(), false); in dispatchEvent()
115 listener->handleEvent(evt.get(), false); in dispatchXMLHttpRequestProgressEvent()
/external/webkit/WebCore/storage/
DSQLStatement.cpp175 callbackError = m_statementErrorCallback->handleEvent(transaction, m_error.get()); in performCallback()
177 m_statementCallback->handleEvent(transaction, m_resultSet.get(), callbackError); in performCallback()
DSQLTransactionErrorCallback.h43 virtual void handleEvent(SQLError*) = 0;
DSQLStatementErrorCallback.h44 virtual bool handleEvent(SQLTransaction*, SQLError*) = 0;
DSQLTransactionCallback.h44 virtual void handleEvent(SQLTransaction*, bool& raisedException) = 0;
DSQLStatementCallback.h43 virtual void handleEvent(SQLTransaction*, SQLResultSet*, bool& raisedException) = 0;
DSQLTransaction.cpp254 m_callback->handleEvent(this, shouldDeliverErrorCallback); in deliverTransactionCallback()
458 m_successCallback->handleEvent(); in deliverSuccessCallback()
510 m_errorCallback->handleEvent(m_transactionError.get()); in deliverTransactionErrorCallback()
/external/webkit/WebCore/html/
DVoidCallback.h37 virtual void handleEvent() = 0;
/external/webkit/WebCore/dom/
DMessagePort.cpp170 m_onMessageListener->handleEvent(evt.get(), false); in dispatchMessages()
224 listenerIter->get()->handleEvent(event.get(), false); in dispatchEvent()
/external/webkit/WebCore/loader/appcache/
DDOMApplicationCache.cpp143 listenerIter->get()->handleEvent(event.get(), false); in dispatchEvent()
157 listener->handleEvent(event.get(), false); in callListener()
/external/webkit/WebCore/bindings/objc/
DObjCEventListener.mm75 void ObjCEventListener::handleEvent(Event* event, bool)
77 [m_listener handleEvent:kit(event)];
DObjCEventListener.h48 virtual void handleEvent(Event*, bool isWindowEvent);
/external/webkit/WebKitTools/DumpRenderTree/mac/
DEventSendingController.h50 - (void)handleEvent:(DOMEvent *)event;
/external/webkit/WebCore/bindings/js/
DJSCustomVoidCallback.h49 virtual void handleEvent();
DJSCustomPositionErrorCallback.h47 virtual void handleEvent(PositionError*);
DJSCustomSQLTransactionCallback.h52 virtual void handleEvent(SQLTransaction*, bool& raisedException);
DJSCustomPositionCallback.h47 virtual void handleEvent(Geoposition*);
DJSCustomSQLTransactionErrorCallback.h53 virtual void handleEvent(SQLError*);
DJSCustomSQLStatementCallback.h53 virtual void handleEvent(SQLTransaction*, SQLResultSet*, bool& raisedException);
DJSCustomSQLStatementErrorCallback.h53 virtual bool handleEvent(SQLTransaction*, SQLError*);
/external/webkit/WebCore/bindings/v8/custom/
DV8CustomPositionErrorCallback.h53 virtual void handleEvent(PositionError*);

1234