Searched defs:initEvent (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 1506 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; method
|
| D | dom.generated.d.ts | 5194 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; method
|
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 1526 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; method
|
| D | lib.dom.d.ts | 5214 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; method
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 7121 initEvent(eventTypeArg: string, canBubbleArg: boolean, cancelableArg: boolean): void; method
|