Home
last modified time | relevance | path

Searched defs:handleEvent (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/ui/webui/resources/js/cr/ui/
Dbubble.js265 handleEvent: function(event) { method in BubbleBase
383 handleEvent: function(event) { method in Bubble
384 BubbleBase.prototype.handleEvent.call(this, event); method in BubbleBase
464 handleEvent: function(event) { method in AutoCloseBubble
465 BubbleBase.prototype.handleEvent.call(this, event); method in BubbleBase
Dcontext_menu_button.js56 handleEvent: function(e) { method in ContextMenuButton
69 MenuButton.prototype.handleEvent.call(this, e); method in MenuButton
Dbubble_button.js48 handleEvent: function(event) { method in BubbleButton
Dexpandable_bubble.js250 handleEvent: function(e) { method in ExpandableBubble
Dcontext_menu_handler.js132 handleEvent: function(e) { method in ContextMenuHandler
Dmenu_item.js226 handleEvent: function(e) { method in MenuItem
Dmenu_button.js81 handleEvent: function(e) { method in MenuButton
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDirectoryReaderSync.cpp52 virtual void handleEvent(const EntryHeapVector& entries) OVERRIDE in handleEvent() function in WebCore::DirectoryReaderSync::EntriesCallbackHelper
72 virtual void handleEvent(FileError* error) OVERRIDE in handleEvent() function in WebCore::DirectoryReaderSync::ErrorCallbackHelper
DSyncCallbackHelper.h104 virtual void handleEvent() in handleEvent() function
109 virtual void handleEvent(CallbackArg arg) in handleEvent() function
129 virtual void handleEvent(FileError* error) OVERRIDE in handleEvent() function
DDirectoryReader.cpp48 virtual void handleEvent(const EntryHeapVector& entries) OVERRIDE in handleEvent() function in WebCore::DirectoryReader::EntriesCallbackHelper
65 virtual void handleEvent(FileError* error) OVERRIDE in handleEvent() function in WebCore::DirectoryReader::ErrorCallbackHelper
DDOMFileSystemSync.cpp195 virtual void handleEvent(FileWriterBase*) OVERRIDE in handleEvent() function in WebCore::__anon1bc584cc0211::FINAL
212 virtual void handleEvent(FileError* error) OVERRIDE in handleEvent() function in WebCore::__anon1bc584cc0211::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DInspectorDatabaseAgent.cpp79 virtual bool handleEvent(SQLTransaction*, SQLResultSet* resultSet) OVERRIDE in handleEvent() function in WebCore::__anone3169eb30111::FINAL
117 virtual bool handleEvent(SQLTransaction*, SQLError* error) OVERRIDE in handleEvent() function in WebCore::__anone3169eb30111::FINAL
138 virtual bool handleEvent(SQLTransaction* transaction) OVERRIDE in handleEvent() function in WebCore::__anone3169eb30111::FINAL
166 virtual bool handleEvent(SQLError* error) OVERRIDE in handleEvent() function in WebCore::__anone3169eb30111::FINAL
186 virtual void handleEvent() OVERRIDE { } in handleEvent() function in WebCore::__anone3169eb30111::FINAL
/external/guava/guava/src/com/google/common/eventbus/
DSynchronizedEventHandler.java43 @Override public synchronized void handleEvent(Object event) in handleEvent() method in SynchronizedEventHandler
DEventHandler.java66 public void handleEvent(Object event) throws InvocationTargetException { in handleEvent() method in EventHandler
/external/chromium_org/third_party/WebKit/Source/web/
DEventListenerWrapper.cpp60 void EventListenerWrapper::handleEvent(ExecutionContext* context, Event* event) in handleEvent() function in blink::EventListenerWrapper
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8CustomSQLStatementErrorCallback.cpp42 bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) in handleEvent() function in WebCore::V8SQLStatementErrorCallback
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dcommandbutton.js110 CommandButton.prototype.handleEvent = function(e) { method in CommandButton
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTooltipProvider.java93 public void handleEvent(Event event) { in handleEvent() method in PropertyTooltipProvider.HideListener
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTypeAhead.cpp60 int TypeAhead::handleEvent(KeyboardEvent* event, MatchModeFlags matchMode) in handleEvent() function in WebCore::TypeAhead
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
Dcontent.js22 function handleEvent(event, type, validator) { function
/external/chromium_org/third_party/WebKit/Source/web/tests/
DCustomEventTest.cpp63 virtual void handleEvent(ExecutionContext* context, Event* event) in handleEvent() function in __anon753f8e3a0111::TestListener
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8WorkerGlobalScopeEventListener.cpp53 void V8WorkerGlobalScopeEventListener::handleEvent(ExecutionContext*, Event* event) in handleEvent() function in WebCore::V8WorkerGlobalScopeEventListener
DV8AbstractEventListener.cpp76 void V8AbstractEventListener::handleEvent(ExecutionContext*, Event* event) in handleEvent() function in WebCore::V8AbstractEventListener
DV8LazyEventListener.cpp107 void V8LazyEventListener::handleEvent(ExecutionContext* context, Event* event) in handleEvent() function in WebCore::V8LazyEventListener
/external/chromium_org/components/autofill/content/renderer/
Dpage_click_tracker.cc131 void PageClickTracker::handleEvent(const WebDOMEvent& event) { in handleEvent() function in autofill::PageClickTracker

12