Home
last modified time | relevance | path

Searched refs:resizeTo (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess2.types545 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"
DglobalThisBlockscopedProperties.types67 … | "postMessage" | "print" | "prompt" | "releaseEvents" | "resizeBy" | "resizeTo" | "scroll" | "sc…
DkeyofAndIndexedAccess2.errors.txt243 const actions = ['resizeTo', 'resizeBy'] as const;
DkeyofAndIndexedAccess2.symbols569 const actions = ['resizeTo', 'resizeBy'] as const;
DmappedTypeRecursiveInference.types100 …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/
Dlib.d.ts16050 resizeTo(x?: number, y?: number): void; method
16883 declare function resizeTo(x?: number, y?: number): void;
/third_party/typescript/lib/
Dlib.dom.d.ts18656 resizeTo(width: number, height: number): void; method
19706 declare function resizeTo(width: number, height: number): void;
/third_party/typescript/src/lib/
Ddom.generated.d.ts18636 resizeTo(width: number, height: number): void; method
19686 declare function resizeTo(width: number, height: number): void;