Searched defs:initEvent (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 1439 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; method
|
| D | lib.dom.d.ts | 5395 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; method
|
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 1419 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; method
|
| D | dom.generated.d.ts | 5375 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
|