/external/webkit/LayoutTests/dom/html/level2/events/ |
D | dispatchEvent12.js | 99 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);
|
D | dispatchEvent13.js | 101 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);
|
D | dispatchEvent11.js | 104 doc.addEventListener("foo", monitor.handleEvent, false); 105 doc.addEventListener("foo", monitor.handleEvent, false); 106 doc.removeEventListener("foo", monitor.handleEvent, false);
|
D | dispatchEvent10.js | 108 doc.addEventListener("foo", monitor.handleEvent, false); 109 doc.addEventListener("foo", monitor.handleEvent, false);
|
/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
D | dispatchEvent12.js | 99 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);
|
D | dispatchEvent13.js | 101 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);
|
D | dispatchEvent11.js | 104 doc.addEventListener("foo", monitor.handleEvent, false); 105 doc.addEventListener("foo", monitor.handleEvent, false); 106 doc.removeEventListener("foo", monitor.handleEvent, false);
|
D | dispatchEvent10.js | 108 doc.addEventListener("foo", monitor.handleEvent, false); 109 doc.addEventListener("foo", monitor.handleEvent, false);
|
/external/webkit/Source/WebCore/fileapi/ |
D | FileSystemCallbacks.cpp | 107 … 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()
|
D | SyncCallbackHelper.h | 99 virtual void handleEvent() in handleEvent() function 104 virtual bool handleEvent(CallbackArg* arg) in handleEvent() function 125 virtual bool handleEvent(FileError* error) in handleEvent() function
|
D | DOMFileSystem.cpp | 89 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/ |
D | WebStorageQuotaCallbacksImpl.cpp | 64 m_usageCallback->handleEvent(usageInBytes, quotaInBytes); in didQueryStorageUsageAndQuota() 71 m_quotaCallback->handleEvent(grantedQuotaInBytes); in didGrantStorageQuota() 80 m_errorCallback->handleEvent(DOMCoreException::create(description).get()); in didFail()
|
D | EventListenerWrapper.cpp | 61 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/ |
D | WebDOMEventListenerCustom.cpp | 27 void WebDOMEventListener::handleEvent(const WebDOMEvent& evt) in handleEvent() function in WebDOMEventListener 32 impl()->handleEvent(0, toWebCore(evt)); in handleEvent()
|
D | WebNativeEventListener.cpp | 38 void WebNativeEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event* event) in handleEvent() function in WebNativeEventListener 40 m_listener->handleEvent(toWebKit(event)); in handleEvent()
|
D | WebDOMCustomVoidCallback.cpp | 40 void WebDOMCustomVoidCallback::handleEvent() in handleEvent() function in WebDOMCustomVoidCallback
|
/external/webkit/Source/WebCore/storage/ |
D | DatabaseCallback.h | 46 virtual bool handleEvent(Database*) = 0; 47 virtual bool handleEvent(DatabaseSync*) = 0;
|
D | DatabaseCallback.idl | 34 boolean handleEvent(in Database database); 35 boolean handleEvent(in DatabaseSync database);
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
D | context_menu_button.js | 56 handleEvent: function(e) { method in ContextMenuButton 69 MenuButton.prototype.handleEvent.call(this, e); method in MenuButton
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorDatabaseAgent.cpp | 99 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/ |
D | content.js | 22 function handleEvent(event, type, validator) { function 41 handleEvent(event, type, validator);
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
D | event_target.js | 89 if (handler.handleEvent) 90 prevented |= handler.handleEvent.call(handler, event) === false;
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSErrorHandler.cpp | 53 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/ |
D | NavigatorUserMediaSuccessCallback.idl | 31 // boolean handleEvent(in GeneratedStream stream); 32 boolean handleEvent(in int dummy);
|
/external/webkit/Source/WebCore/html/ |
D | VoidCallback.h | 37 virtual void handleEvent() = 0;
|