Searched refs:CommandEvent (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Modules/ |
| D | _tkinter.c | 2489 typedef struct CommandEvent{ struct 2497 } CommandEvent; argument 2500 Tkapp_CommandProc(CommandEvent *ev, int flags) in Tkapp_CommandProc() 2550 CommandEvent *ev = (CommandEvent*)attemptckalloc(sizeof(CommandEvent)); in _tkinter_tkapp_createcommand_impl() 2603 CommandEvent *ev; in _tkinter_tkapp_deletecommand_impl() 2604 ev = (CommandEvent*)attemptckalloc(sizeof(CommandEvent)); in _tkinter_tkapp_deletecommand_impl()
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 5278 interface CommandEvent extends Event { interface 5283 declare var CommandEvent: { variable 5284 prototype: CommandEvent; 5285 new(type: string, eventInitDict?: CommandEventInit): CommandEvent; 6813 oncommand: (ev: CommandEvent) => any; 7068 …addEventListener(type: "command", listener: (ev: CommandEvent) => any, useCapture?: boolean): void; 7647 …addEventListener(type: "command", listener: (ev: CommandEvent) => any, useCapture?: boolean): void; 8075 …addEventListener(type: "command", listener: (ev: CommandEvent) => any, useCapture?: boolean): void; 8435 …addEventListener(type: "command", listener: (ev: CommandEvent) => any, useCapture?: boolean): void; 8595 …addEventListener(type: "command", listener: (ev: CommandEvent) => any, useCapture?: boolean): void; [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136318 CommandEvent, enumerator 137122 CommandEvent, enumerator 138492 struct PrototypeTraits<prototypes::id::CommandEvent>
|