Searched refs:resizeTo (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | keyofAndIndexedAccess2.types | 545 const actions = ['resizeTo', 'resizeBy'] as const; 546 >actions : readonly ["resizeTo", "resizeBy"] 547 >['resizeTo', 'resizeBy'] as const : readonly ["resizeTo", "resizeBy"] 548 >['resizeTo', 'resizeBy'] : readonly ["resizeTo", "resizeBy"] 549 >'resizeTo' : "resizeTo" 553 >action : "resizeTo" | "resizeBy" 554 >actions : readonly ["resizeTo", "resizeBy"] 560 >action : "resizeTo" | "resizeBy" 569 >action : "resizeTo" | "resizeBy"
|
D | globalThisBlockscopedProperties.types | 67 … | "postMessage" | "print" | "prompt" | "releaseEvents" | "resizeBy" | "resizeTo" | "scroll" | "sc…
|
D | keyofAndIndexedAccess2.errors.txt | 243 const actions = ['resizeTo', 'resizeBy'] as const;
|
D | keyofAndIndexedAccess2.symbols | 569 const actions = ['resizeTo', 'resizeBy'] as const;
|
D | mappedTypeRecursiveInference.types | 100 …ssage: any; print: any; prompt: any; releaseEvents: any; resizeBy: any; resizeTo: any; scroll: any… 102 …ssage: any; print: any; prompt: any; releaseEvents: any; resizeBy: any; resizeTo: any; scroll: any… 108 …ssage: any; print: any; prompt: any; releaseEvents: any; resizeBy: any; resizeTo: any; scroll: any… 110 …ssage: any; print: any; prompt: any; releaseEvents: any; resizeBy: any; resizeTo: any; scroll: any…
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 16050 resizeTo(x?: number, y?: number): void; method 16883 declare function resizeTo(x?: number, y?: number): void;
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 18656 resizeTo(width: number, height: number): void; method 19706 declare function resizeTo(width: number, height: number): void;
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 18636 resizeTo(width: number, height: number): void; method 19686 declare function resizeTo(width: number, height: number): void;
|