Home
last modified time | relevance | path

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

12345678

/external/webkit/LayoutTests/dom/html/level2/events/
DdispatchEvent12.js99 EventListenerN10035.prototype.handleEvent = function(evt) { method in EventListenerN10035
134 doc.addEventListener("foo", monitor.handleEvent, false);
135 doc.removeEventListener("foo", monitor.handleEvent, true);
136 doc.removeEventListener("food", monitor.handleEvent, false);
137 doc.removeEventListener("foo", other.handleEvent, false);
DdispatchEvent13.js101 EventListenerN1003B.prototype.handleEvent = function(evt) { method in EventListenerN1003B
114 target.removeEventListener("foo", listener.handleEvent, false);
144 EventListenerN10074.prototype.handleEvent = function(evt) { method in EventListenerN10074
157 target.removeEventListener("foo", listener.handleEvent, false);
195 doc.addEventListener("foo", listener1.handleEvent, false);
196 doc.addEventListener("foo", listener2.handleEvent, false);
DdispatchEvent11.js104 doc.addEventListener("foo", monitor.handleEvent, false);
105 doc.addEventListener("foo", monitor.handleEvent, false);
106 doc.removeEventListener("foo", monitor.handleEvent, false);
DdispatchEvent10.js108 doc.addEventListener("foo", monitor.handleEvent, false);
109 doc.addEventListener("foo", monitor.handleEvent, false);
/external/webkit/LayoutTests/dom/xhtml/level2/events/
DdispatchEvent12.js99 EventListenerN10035.prototype.handleEvent = function(evt) { method in EventListenerN10035
134 doc.addEventListener("foo", monitor.handleEvent, false);
135 doc.removeEventListener("foo", monitor.handleEvent, true);
136 doc.removeEventListener("food", monitor.handleEvent, false);
137 doc.removeEventListener("foo", other.handleEvent, false);
DdispatchEvent13.js101 EventListenerN1003B.prototype.handleEvent = function(evt) { method in EventListenerN1003B
114 target.removeEventListener("foo", listener.handleEvent, false);
144 EventListenerN10074.prototype.handleEvent = function(evt) { method in EventListenerN10074
157 target.removeEventListener("foo", listener.handleEvent, false);
195 doc.addEventListener("foo", listener1.handleEvent, false);
196 doc.addEventListener("foo", listener2.handleEvent, false);
DdispatchEvent11.js104 doc.addEventListener("foo", monitor.handleEvent, false);
105 doc.addEventListener("foo", monitor.handleEvent, false);
106 doc.removeEventListener("foo", monitor.handleEvent, false);
DdispatchEvent10.js108 doc.addEventListener("foo", monitor.handleEvent, false);
109 doc.addEventListener("foo", monitor.handleEvent, false);
/external/webkit/Source/WebCore/fileapi/
DFileSystemCallbacks.cpp107 … m_errorCallback->handleEvent(FileError::create(static_cast<FileError::ErrorCode>(code)).get()); in didFail()
132 … m_successCallback->handleEvent(DirectoryEntry::create(m_fileSystem, m_expectedPath).get()); in didSucceed()
134 m_successCallback->handleEvent(FileEntry::create(m_fileSystem, m_expectedPath).get()); in didSucceed()
168 m_successCallback->handleEvent(m_entries.get()); in didReadDirectoryEntries()
189 …m_successCallback->handleEvent(DOMFileSystem::create(m_scriptExecutionContext.get(), name, asyncFi… in didOpenFileSystem()
206 virtual bool handleEvent(FileError* error) in handleEvent() function in WebCore::__anonf9ec39fe0111::ErrorCallbackWrapper
212 m_errorCallback->handleEvent(error); in handleEvent()
270 m_successCallback->handleEvent(Metadata::create(metadata.modificationTime).get()); in didReadMetadata()
292 m_successCallback->handleEvent(m_fileWriter.release().get()); in didCreateFileWriter()
312 m_successCallback->handleEvent(); in didSucceed()
DSyncCallbackHelper.h99 virtual void handleEvent() in handleEvent() function
104 virtual bool handleEvent(CallbackArg* arg) in handleEvent() function
125 virtual bool handleEvent(FileError* error) in handleEvent() function
DDOMFileSystem.cpp89 bool handleEvent(FileWriterBase* fileWriterBase) in handleEvent() function in WebCore::__anon51a686be0111::ConvertToFileWriterCallback
91 return m_callback->handleEvent(static_cast<FileWriter*>(fileWriterBase)); in handleEvent()
/external/webkit/Source/WebKit/chromium/src/
DWebStorageQuotaCallbacksImpl.cpp64 m_usageCallback->handleEvent(usageInBytes, quotaInBytes); in didQueryStorageUsageAndQuota()
71 m_quotaCallback->handleEvent(grantedQuotaInBytes); in didGrantStorageQuota()
80 m_errorCallback->handleEvent(DOMCoreException::create(description).get()); in didFail()
DEventListenerWrapper.cpp61 void EventListenerWrapper::handleEvent(ScriptExecutionContext* context, Event* event) in handleEvent() function in WebKit::EventListenerWrapper
66 m_webDOMEventListener->handleEvent(webDOMEvent); in handleEvent()
/external/webkit/Source/WebCore/bindings/cpp/
DWebDOMEventListenerCustom.cpp27 void WebDOMEventListener::handleEvent(const WebDOMEvent& evt) in handleEvent() function in WebDOMEventListener
32 impl()->handleEvent(0, toWebCore(evt)); in handleEvent()
DWebNativeEventListener.cpp38 void WebNativeEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event* event) in handleEvent() function in WebNativeEventListener
40 m_listener->handleEvent(toWebKit(event)); in handleEvent()
DWebDOMCustomVoidCallback.cpp40 void WebDOMCustomVoidCallback::handleEvent() in handleEvent() function in WebDOMCustomVoidCallback
/external/webkit/Source/WebCore/storage/
DDatabaseCallback.h46 virtual bool handleEvent(Database*) = 0;
47 virtual bool handleEvent(DatabaseSync*) = 0;
DDatabaseCallback.idl34 boolean handleEvent(in Database database);
35 boolean handleEvent(in DatabaseSync database);
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dcontext_menu_button.js56 handleEvent: function(e) { method in ContextMenuButton
69 MenuButton.prototype.handleEvent.call(this, e); method in MenuButton
/external/webkit/Source/WebCore/inspector/
DInspectorDatabaseAgent.cpp99 virtual bool handleEvent(SQLTransaction*, SQLResultSet* resultSet) in handleEvent() function in WebCore::__anonb15368310111::StatementCallback
142 virtual bool handleEvent(SQLTransaction*, SQLError* error) in handleEvent() function in WebCore::__anonb15368310111::StatementErrorCallback
165 virtual bool handleEvent(SQLTransaction* transaction) in handleEvent() function in WebCore::__anonb15368310111::TransactionCallback
196 virtual bool handleEvent(SQLError* error) in handleEvent() function in WebCore::__anonb15368310111::TransactionErrorCallback
218 virtual void handleEvent() { } in handleEvent() function in WebCore::__anonb15368310111::TransactionSuccessCallback
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
Dcontent.js22 function handleEvent(event, type, validator) { function
41 handleEvent(event, type, validator);
/external/chromium/chrome/browser/resources/shared/js/cr/
Devent_target.js89 if (handler.handleEvent)
90 prevented |= handler.handleEvent.call(handler, event) === false;
/external/webkit/Source/WebCore/bindings/js/
DJSErrorHandler.cpp53 void JSErrorHandler::handleEvent(ScriptExecutionContext* scriptExecutionContext, Event* event) in handleEvent() function in WebCore::JSErrorHandler
56 return JSEventListener::handleEvent(scriptExecutionContext, event); in handleEvent()
/external/webkit/Source/WebCore/page/
DNavigatorUserMediaSuccessCallback.idl31 // boolean handleEvent(in GeneratedStream stream);
32 boolean handleEvent(in int dummy);
/external/webkit/Source/WebCore/html/
DVoidCallback.h37 virtual void handleEvent() = 0;

12345678