Searched defs:handleEvent (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
H A Dcontent.js22 function handleEvent(event, type, validator) { function
41 handleEvent(event, type, validator);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
H A Dcontent.js22 function handleEvent(event, type, validator) { function
41 handleEvent(event, type, validator);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8CustomSQLStatementErrorCallback.cpp43 bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) function in class:WebCore::V8SQLStatementErrorCallback
/external/guava/guava/src/com/google/common/eventbus/
H A DSynchronizedEventHandler.java43 @Override public synchronized void handleEvent(Object event) method in class:SynchronizedEventHandler
45 super.handleEvent(event);
H A DEventHandler.java66 public void handleEvent(Object event) throws InvocationTargetException { method in class:EventHandler
/external/chromium_org/third_party/WebKit/Source/web/
H A DEventListenerWrapper.cpp61 void EventListenerWrapper::handleEvent(ScriptExecutionContext* context, Event* event) function in class:WebKit::EventListenerWrapper
66 m_webDOMEventListener->handleEvent(webDOMEvent);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8WorkerGlobalScopeEventListener.cpp52 void V8WorkerGlobalScopeEventListener::handleEvent(ScriptExecutionContext* context, Event* event) function in class:WebCore::V8WorkerGlobalScopeEventListener
H A DV8AbstractEventListener.cpp67 void V8AbstractEventListener::handleEvent(ScriptExecutionContext* context, Event* event) function in class:WebCore::V8AbstractEventListener
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DTypeAhead.cpp60 int TypeAhead::handleEvent(KeyboardEvent* event, MatchModeFlags matchMode) function in class:WebCore::TypeAhead
H A DImageDocument.cpp74 virtual void handleEvent(ScriptExecutionContext*, Event*);
363 void ImageEventListener::handleEvent(ScriptExecutionContext*, Event* event) function in class:WebCore::ImageEventListener
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DCustomEventTest.cpp59 virtual void handleEvent(ScriptExecutionContext* context, Event* event) function in class:__anon10426::TestListener
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
H A Dsorttable.js391 element["on" + type] = handleEvent;
408 function handleEvent(event) { function
416 this.$$handleEvent = handlers[i];
417 if (this.$$handleEvent(event) === false) {
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dcommandbutton.js127 CommandButton.prototype.handleEvent = function(e) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/
H A Dsorttable.js389 element["on" + type] = handleEvent;
406 function handleEvent(event) { function
414 this.$$handleEvent = handlers[i];
415 if (this.$$handleEvent(event) === false) {
/external/chromium_org/components/autofill/content/renderer/
H A Dpage_click_tracker.cc110 void PageClickTracker::handleEvent(const WebDOMEvent& event) { function in class:autofill::PageClickTracker
/external/chromium_org/tools/code_coverage/third_party/
H A Dsorttable.js396 element["on" + type] = handleEvent;
413 function handleEvent(event) { function
421 this.$$handleEvent = handlers[i];
422 if (this.$$handleEvent(event) === false) {
/external/clang/tools/scan-build/
H A Dsorttable.js394 element["on" + type] = handleEvent;
411 function handleEvent(event) { function
419 this.$$handleEvent = handlers[i];
420 if (this.$$handleEvent(event) === false) {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTooltipProvider.java93 public void handleEvent(Event event) { method in class:PropertyTooltipProvider.HideListener
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystem.cpp125 bool handleEvent(FileWriterBase* fileWriterBase) function in class:WebCore::__anon10352::ConvertToFileWriterCallback
127 return m_callback->handleEvent(static_cast<FileWriter*>(fileWriterBase));
174 m_successCallback->handleEvent(File::createWithName(metadata.platformPath, m_name).get());
177 m_successCallback->handleEvent(File::createForFileSystemFile(m_name, metadata).get());
180 m_successCallback->handleEvent(File::createForFileSystemFile(m_url, metadata).get());
H A DDOMFileSystemSync.cpp180 bool handleEvent(FileWriterBase* fileWriterBase) function in class:WebCore::__anon10355::ReceiveFileWriterCallback
217 bool handleEvent(FileError* error) function in class:WebCore::__anon10355::LocalErrorCallback
H A DFileSystemCallbacks.cpp70 m_errorCallback->handleEvent(FileError::create(static_cast<FileError::ErrorCode>(code)).get());
95 m_successCallback->handleEvent(DirectoryEntry::create(m_fileSystem, m_expectedPath).get());
97 m_successCallback->handleEvent(FileEntry::create(m_fileSystem, m_expectedPath).get());
130 m_successCallback->handleEvent(m_entries);
153 m_successCallback->handleEvent(fileSystem.get());
170 virtual bool handleEvent(FileError* error) function in class:WebCore::__anon10357::ErrorCallbackWrapper
176 m_errorCallback->handleEvent(error);
235 m_successCallback->handleEvent(Metadata::create(metadata).get());
257 m_successCallback->handleEvent(m_fileWriter.release().get());
277 m_successCallback->handleEvent();
[all...]
H A DSyncCallbackHelper.h125 virtual bool handleEvent() function in class:WebCore::SyncCallbackHelper::SuccessCallbackImpl
131 virtual bool handleEvent(CallbackArg arg) function in class:WebCore::SyncCallbackHelper::SuccessCallbackImpl
152 virtual bool handleEvent(FileError* error) function in class:WebCore::SyncCallbackHelper::ErrorCallbackImpl
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DWidget.h98 virtual void handleEvent(Event*) { } function in class:WebCore::Widget
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTRefElement.cpp81 virtual void handleEvent(ScriptExecutionContext*, Event*) OVERRIDE;
124 void SVGTRefTargetEventListener::handleEvent(ScriptExecutionContext*, Event* event) function in class:WebCore::SVGTRefTargetEventListener
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipProviderImpl.java168 public void handleEvent(EventObject sipEvent, SIPTransaction transaction) { method in class:SipProviderImpl
171 "handleEvent " + sipEvent + "currentTransaction = "
929 this.handleEvent(ev, (SIPTransaction) errorObject);
949 this.handleEvent(ev, (SIPTransaction) errorObject);
973 this.handleEvent(ev, (SIPTransaction) errorObject);
995 this.handleEvent(ev, null);

Completed in 883 milliseconds

12