Searched refs:oncopy (Results 1 – 10 of 10) sorted by relevance
/third_party/iowow/src/fs/ |
D | iwdlsnr.h | 36 iwrc(*oncopy)(struct IWDLSNR *self, off_t off, off_t len, off_t noff, int flags); member
|
D | iwfile.c | 149 rc = impl->opts.dlsnr->oncopy(impl->opts.dlsnr, off, siz, noff, 0); in _iwfs_copy() 187 if (!l->onopen || !l->onclosing || !l->oncopy || !l->onresize || in iwfs_file_open()
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeRecursiveInference.errors.txt | 1 …SING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; … 2 …SING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; … 26 …SING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; … 28 …SING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; …
|
D | mappedTypeRecursiveInference.types | 94 …SING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; … 95 …SING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; … 100 …oncopy: any; oncut: any; onpaste: any; readonly style: any; contentEditable: any; enterKeyHint: an… 101 …SING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; … 102 …oncopy: any; oncut: any; onpaste: any; readonly style: any; contentEditable: any; enterKeyHint: an… 107 …oncopy: any; oncut: any; onpaste: any; readonly activeElement: any; readonly fullscreenElement: an… 108 …oncopy: any; oncut: any; onpaste: any; readonly style: any; contentEditable: any; enterKeyHint: an… 109 …SING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; … 110 …oncopy: any; oncut: any; onpaste: any; readonly style: any; contentEditable: any; enterKeyHint: an… 111 …oncopy: any; oncut: any; onpaste: any; readonly activeElement: any; readonly fullscreenElement: an…
|
/third_party/iowow/src/kv/ |
D | iwal.c | 1059 dlsnr->oncopy = _oncopy; in iwal_create()
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 1892 attribute EventHandler oncopy;
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 7973 oncopy: (ev: DragEvent) => any; property
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 4959 oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 4939 oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null; property
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 5579 +document.oncopy = ev => {
|