Home
last modified time | relevance | path

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

12

/external/chromium_org/ui/webui/resources/js/cr/ui/
Dbubble.js279 handleEvent: function(event) { method in BubbleBase
398 handleEvent: function(event) { method in Bubble
399 BubbleBase.prototype.handleEvent.call(this, event); method in BubbleBase
481 handleEvent: function(event) { method in AutoCloseBubble
482 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.js49 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.js228 handleEvent: function(e) { method in MenuItem
Dmenu_button.js94 handleEvent: function(e) { method in MenuButton
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DSyncCallbackHelper.h108 virtual void handleEvent() in handleEvent() function
113 virtual void handleEvent(CallbackArg arg) in handleEvent() function
133 virtual void handleEvent(FileError* error) OVERRIDE in handleEvent() function
DDirectoryReaderSync.cpp52 virtual void handleEvent(const EntryHeapVector& entries) OVERRIDE in handleEvent() function in blink::FINAL
78 virtual void handleEvent(FileError* error) OVERRIDE in handleEvent() function in blink::FINAL
DDirectoryReader.cpp48 virtual void handleEvent(const EntryHeapVector& entries) OVERRIDE in handleEvent() function in blink::FINAL
71 virtual void handleEvent(FileError* error) OVERRIDE in handleEvent() function in blink::FINAL
DDOMFileSystemSync.cpp173 virtual void handleEvent(FileWriterBase*) OVERRIDE in handleEvent() function in blink::__anon75b4a3df0211::FINAL
190 virtual void handleEvent(FileError* error) OVERRIDE in handleEvent() function in blink::__anon75b4a3df0211::FINAL
DDOMFileSystem.cpp136 void handleEvent(FileWriterBase* fileWriterBase) in handleEvent() function in blink::__anon7d7f08220111::ConvertToFileWriterCallback
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DInspectorDatabaseAgent.cpp85 virtual bool handleEvent(SQLTransaction*, SQLResultSet* resultSet) OVERRIDE in handleEvent() function in blink::__anonb83380060111::FINAL
129 virtual bool handleEvent(SQLTransaction*, SQLError* error) OVERRIDE in handleEvent() function in blink::__anonb83380060111::FINAL
156 virtual bool handleEvent(SQLTransaction* transaction) OVERRIDE in handleEvent() function in blink::__anonb83380060111::FINAL
190 virtual bool handleEvent(SQLError* error) OVERRIDE in handleEvent() function in blink::__anonb83380060111::FINAL
210 virtual void handleEvent() OVERRIDE { } in handleEvent() function in blink::__anonb83380060111::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/bindings/modules/v8/custom/
DV8CustomSQLStatementErrorCallback.cpp42 bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) in handleEvent() function in blink::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/chrome/common/extensions/docs/examples/extensions/fx/
Dcontent.js22 function handleEvent(event, type, validator) { function
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTypeAhead.cpp60 int TypeAhead::handleEvent(KeyboardEvent* event, MatchModeFlags matchMode) in handleEvent() function in blink::TypeAhead
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8WorkerGlobalScopeEventListener.cpp53 void V8WorkerGlobalScopeEventListener::handleEvent(ExecutionContext*, Event* event) in handleEvent() function in blink::V8WorkerGlobalScopeEventListener
DV8AbstractEventListener.cpp76 void V8AbstractEventListener::handleEvent(ExecutionContext*, Event* event) in handleEvent() function in blink::V8AbstractEventListener
DV8LazyEventListener.cpp107 void V8LazyEventListener::handleEvent(ExecutionContext* context, Event* event) in handleEvent() function in blink::V8LazyEventListener
/external/chromium_org/third_party/WebKit/Source/web/tests/
DCustomEventTest.cpp62 virtual void handleEvent(ExecutionContext* context, Event* event) in handleEvent() function in __anonb5828b2d0111::TestListener
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DInspectorIndexedDBAgent.cpp105 virtual void handleEvent(ExecutionContext*, Event* event) OVERRIDE in handleEvent() function in blink::__anon75acd9ac0111::FINAL
165 virtual void handleEvent(ExecutionContext* context, Event* event) OVERRIDE in handleEvent() function in blink::__anon75acd9ac0111::FINAL
403 virtual void handleEvent(ExecutionContext*, Event* event) OVERRIDE in handleEvent() function in blink::__anon75acd9ac0111::FINAL
703 virtual void handleEvent(ExecutionContext*, Event* event) OVERRIDE in handleEvent() function in blink::FINAL

12