Home
last modified time | relevance | path

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

123

/external/webkit/WebCore/page/
DGeolocation.cpp51 m_errorCallback->handleEvent(error.get()); in timerFired()
77 notifier->m_errorCallback->handleEvent(error.get()); in getCurrentPosition()
92 notifier->m_errorCallback->handleEvent(error.get()); in watchPosition()
134 notifier->m_errorCallback->handleEvent(error); in sendErrorToOneShots()
148 notifier->m_errorCallback->handleEvent(error); in sendErrorToWatchers()
164 notifier->m_successCallback->handleEvent(position, shouldCallErrorCallback); in sendPositionToOneShots()
184 notifier->m_successCallback->handleEvent(position, shouldCallErrorCallback); in sendPositionToWatchers()
DPositionErrorCallback.h39 virtual void handleEvent(PositionError*) = 0;
DPositionCallback.h39 virtual void handleEvent(Geoposition* position, bool& raisedException) = 0;
/external/webkit/WebCore/xml/
DXMLHttpRequestUpload.cpp99 listenerIter->get()->handleEvent(evt.get(), false); in dispatchEvent()
111 listener->handleEvent(evt.get(), false); in dispatchXMLHttpRequestProgressEvent()
/external/webkit/WebCore/storage/
DSQLStatement.cpp169 callbackError = m_statementErrorCallback->handleEvent(transaction, m_error.get()); in performCallback()
171 m_statementCallback->handleEvent(transaction, m_resultSet.get(), callbackError); in performCallback()
DSQLTransactionErrorCallback.h41 virtual bool handleEvent(SQLError*) = 0;
DSQLStatementErrorCallback.h42 virtual bool handleEvent(SQLTransaction*, SQLError*) = 0;
DSQLTransactionCallback.h42 virtual void handleEvent(SQLTransaction*, bool& raisedException) = 0;
DSQLStatementCallback.h41 virtual void handleEvent(SQLTransaction*, SQLResultSet*, bool& raisedException) = 0;
DSQLTransaction.cpp247 m_callback->handleEvent(this, shouldDeliverErrorCallback); in deliverTransactionCallback()
452 m_successCallback->handleEvent(); in deliverSuccessCallback()
503 if (!m_errorCallback || m_errorCallback->handleEvent(m_transactionError.get())) in deliverTransactionErrorCallback()
/external/webkit/WebCore/dom/
DMessagePort.cpp254 m_onMessageListener->handleEvent(evt.get(), false); in dispatchMessages()
280 m_onCloseListener->handleEvent(evt.get(), false); in dispatchCloseEvent()
333 listenerIter->get()->handleEvent(event.get(), false); in dispatchEvent()
DWorker.cpp142 m_onErrorListener->handleEvent(evt.get(), true); in dispatchErrorEvent()
195 listenerIter->get()->handleEvent(event.get(), false); in dispatchEvent()
DEventListener.h33 virtual void handleEvent(Event*, bool isWindowEvent = false) = 0;
/external/webkit/WebCore/html/
DVoidCallback.h37 virtual void handleEvent() = 0;
/external/webkit/WebCore/bindings/objc/
DObjCEventListener.mm77 void ObjCEventListener::handleEvent(Event* event, bool)
79 [m_listener handleEvent:[DOMEvent _wrapEvent:event]];
DObjCEventListener.h48 virtual void handleEvent(Event*, bool isWindowEvent);
/external/webkit/WebKitTools/DumpRenderTree/mac/
DEventSendingController.h48 - (void)handleEvent:(DOMEvent *)event;
/external/webkit/WebCore/bindings/js/
DJSCustomSQLTransactionCallback.h50 virtual void handleEvent(SQLTransaction*, bool& raisedException);
DJSCustomVoidCallback.h49 virtual void handleEvent();
DJSCustomSQLTransactionErrorCallback.h51 virtual bool handleEvent(SQLError*);
DJSCustomPositionErrorCallback.h47 virtual void handleEvent(PositionError*);
DJSCustomPositionCallback.h47 virtual void handleEvent(Geoposition*, bool& raisedException);
DJSCustomSQLStatementCallback.h51 virtual void handleEvent(SQLTransaction*, SQLResultSet*, bool& raisedException);
DJSCustomSQLStatementErrorCallback.h51 virtual bool handleEvent(SQLTransaction*, SQLError*);
/external/webkit/WebCore/loader/appcache/
DDOMApplicationCache.cpp239 listenerIter->get()->handleEvent(event.get(), false); in dispatchEvent()
253 listener->handleEvent(event.get(), false); in callListener()

123