/external/webkit/WebCore/workers/ |
D | AbstractWorker.cpp | 100 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/ |
D | Geolocation.cpp | 86 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
|
D | PositionErrorCallback.h | 39 virtual void handleEvent(PositionError*) = 0;
|
D | PositionCallback.h | 39 virtual void handleEvent(Geoposition* position) = 0;
|
/external/webkit/WebCore/xml/ |
D | XMLHttpRequestUpload.cpp | 103 listenerIter->get()->handleEvent(evt.get(), false); in dispatchEvent() 115 listener->handleEvent(evt.get(), false); in dispatchXMLHttpRequestProgressEvent()
|
/external/webkit/WebCore/storage/ |
D | SQLStatement.cpp | 175 callbackError = m_statementErrorCallback->handleEvent(transaction, m_error.get()); in performCallback() 177 m_statementCallback->handleEvent(transaction, m_resultSet.get(), callbackError); in performCallback()
|
D | SQLTransactionErrorCallback.h | 43 virtual void handleEvent(SQLError*) = 0;
|
D | SQLStatementErrorCallback.h | 44 virtual bool handleEvent(SQLTransaction*, SQLError*) = 0;
|
D | SQLTransactionCallback.h | 44 virtual void handleEvent(SQLTransaction*, bool& raisedException) = 0;
|
D | SQLStatementCallback.h | 43 virtual void handleEvent(SQLTransaction*, SQLResultSet*, bool& raisedException) = 0;
|
D | SQLTransaction.cpp | 254 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/ |
D | VoidCallback.h | 37 virtual void handleEvent() = 0;
|
/external/webkit/WebCore/dom/ |
D | MessagePort.cpp | 170 m_onMessageListener->handleEvent(evt.get(), false); in dispatchMessages() 224 listenerIter->get()->handleEvent(event.get(), false); in dispatchEvent()
|
/external/webkit/WebCore/loader/appcache/ |
D | DOMApplicationCache.cpp | 143 listenerIter->get()->handleEvent(event.get(), false); in dispatchEvent() 157 listener->handleEvent(event.get(), false); in callListener()
|
/external/webkit/WebCore/bindings/objc/ |
D | ObjCEventListener.mm | 75 void ObjCEventListener::handleEvent(Event* event, bool) 77 [m_listener handleEvent:kit(event)];
|
D | ObjCEventListener.h | 48 virtual void handleEvent(Event*, bool isWindowEvent);
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | EventSendingController.h | 50 - (void)handleEvent:(DOMEvent *)event;
|
/external/webkit/WebCore/bindings/js/ |
D | JSCustomVoidCallback.h | 49 virtual void handleEvent();
|
D | JSCustomPositionErrorCallback.h | 47 virtual void handleEvent(PositionError*);
|
D | JSCustomSQLTransactionCallback.h | 52 virtual void handleEvent(SQLTransaction*, bool& raisedException);
|
D | JSCustomPositionCallback.h | 47 virtual void handleEvent(Geoposition*);
|
D | JSCustomSQLTransactionErrorCallback.h | 53 virtual void handleEvent(SQLError*);
|
D | JSCustomSQLStatementCallback.h | 53 virtual void handleEvent(SQLTransaction*, SQLResultSet*, bool& raisedException);
|
D | JSCustomSQLStatementErrorCallback.h | 53 virtual bool handleEvent(SQLTransaction*, SQLError*);
|
/external/webkit/WebCore/bindings/v8/custom/ |
D | V8CustomPositionErrorCallback.h | 53 virtual void handleEvent(PositionError*);
|