Searched refs:onresize (Results 1 – 12 of 12) sorted by relevance
/third_party/iowow/src/fs/ |
D | iwdlsnr.h | 50 iwrc(*onresize)(struct IWDLSNR *self, off_t osize, off_t nsize, int flags, bool *handled); member
|
D | iwfile.c | 187 if (!l->onopen || !l->onclosing || !l->oncopy || !l->onresize || in iwfs_file_open()
|
D | iwexfile.c | 204 rc = impl->dlsnr->onresize(impl->dlsnr, old_size, size, 0, &rsh); in _exfile_truncate_lw() 218 rc = impl->dlsnr->onresize(impl->dlsnr, old_size, size, 0, &rsh); in _exfile_truncate_lw()
|
/third_party/node/lib/ |
D | readline.js | 276 function onresize() { function in Interface 297 output.removeListener('resize', onresize); 316 output.on('resize', onresize);
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeRecursiveInference.errors.txt | 1 …ny; onpointerup: any; onprogress: any; onratechange: any; onreset: any; onresize: any; onscroll: a… 2 …ny; onpointerup: any; onprogress: any; onratechange: any; onreset: any; onresize: any; onscroll: a… 26 …ny; onpointerup: any; onprogress: any; onratechange: any; onreset: any; onresize: any; onscroll: a… 28 …ny; onpointerup: any; onprogress: any; onratechange: any; onreset: any; onresize: any; onscroll: a…
|
D | globalThisBlockscopedProperties.types | 67 …terover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "…
|
D | mappedTypeRecursiveInference.types | 94 …ny; onpointerup: any; onprogress: any; onratechange: any; onreset: any; onresize: any; onscroll: a… 95 …ny; onpointerup: any; onprogress: any; onratechange: any; onreset: any; onresize: any; onscroll: a… 100 …onresize: any; onscroll: any; onsecuritypolicyviolation: any; onseeked: any; onseeking: any; onsel… 101 …ny; onpointerup: any; onprogress: any; onratechange: any; onreset: any; onresize: any; onscroll: a… 102 …onresize: any; onscroll: any; onsecuritypolicyviolation: any; onseeked: any; onseeking: any; onsel… 107 …onresize: any; onscroll: any; onsecuritypolicyviolation: any; onseeked: any; onseeking: any; onsel… 108 …onresize: any; onscroll: any; onsecuritypolicyviolation: any; onseeked: any; onseeking: any; onsel… 109 …ny; onpointerup: any; onprogress: any; onratechange: any; onreset: any; onresize: any; onscroll: a… 110 …onresize: any; onscroll: any; onsecuritypolicyviolation: any; onseeked: any; onseeking: any; onsel… 111 …onresize: any; onscroll: any; onsecuritypolicyviolation: any; onseeked: any; onseeking: any; onsel…
|
/third_party/iowow/src/kv/ |
D | iwal.c | 1061 dlsnr->onresize = _onresize; in iwal_create()
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 7605 onresize: (ev: UIEvent) => any; property 8553 onresize: (ev: UIEvent) => any; property 13948 onresize: (ev: UIEvent) => any; property 15984 onresize: (ev: UIEvent) => any; property 16817 declare var onresize: (ev: UIEvent) => any; variable
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 1851 attribute EventHandler onresize;
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 6072 onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null; property 16303 onresize: ((this: VisualViewport, ev: UIEvent) => any) | null; property 19930 declare var onresize: ((this: Window, ev: UIEvent) => any) | null;
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 6052 onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null; property 16283 onresize: ((this: VisualViewport, ev: UIEvent) => any) | null; property 19910 declare var onresize: ((this: Window, ev: UIEvent) => any) | null;
|