Home
last modified time | relevance | path

Searched refs:onClose (Results 1 – 25 of 38) sorted by relevance

12

/third_party/node/deps/npm/docs/src/components/home/
DWindows.js47 onClose={() => this.onHide('showTopTerminal')}
55 onClose={() => this.onHide('showMiddleTerminal')}
63 onClose={() => this.onHide('showBottomTerminal')}
DTerminal.js99 const Terminal = ({onClose, top, left}) => { property
103 <ModalButton onClick={onClose} ml={1} p={1} />
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiOutputPortConnectionSelector.java58 onClose(); in onPortSelected()
72 public void onClose() { in onClose() method in MidiOutputPortConnectionSelector
81 super.onClose(); in onClose()
DMidiOutputPortSelector.java77 public void onClose() { in onClose() method in MidiOutputPortSelector
90 super.onClose(); in onClose()
DMidiInputPortSelector.java76 public void onClose() { in onClose() method in MidiInputPortSelector
90 super.onClose(); in onClose()
DMidiPortSelector.java175 public void onClose() { in onClose() method in MidiPortSelector
189 onClose(); in close()
/third_party/node/test/parallel/
Dtest-child-process-fork-net-server.js63 const onClose = (msg) => { function
65 process.removeListener('message', onClose);
73 process.on('message', onClose);
Dtest-net-bytes-read.js31 const onClose = common.mustCall(() => { constant
40 socket.on('close', onClose);
Dtest-child-process-fork-getconnections.js79 const onClose = common.mustCall(count); constant
85 client.on('close', onClose);
Dtest-repl-programmatic-history.js250 repl.once('flushHistory', onClose);
254 onClose();
257 function onClose() { function
Dtest-repl-persistent-history.js250 repl.once('flushHistory', onClose);
254 onClose();
257 function onClose() { function
/third_party/skia/src/xps/
DSkXPSDocument.cpp33 void onClose(SkWStream*) override;
70 void SkXPSDocument::onClose(SkWStream*) { in onClose() function in SkXPSDocument
/third_party/flutter/skia/src/xps/
DSkXPSDocument.cpp32 void onClose(SkWStream*) override;
69 void SkXPSDocument::onClose(SkWStream*) { in onClose() function in SkXPSDocument
/third_party/node/deps/npm/node_modules/agentkeepalive/lib/
D_http_agent.js288 function onClose(err) { function
299 s.on('close', onClose);
321 s.removeListener('close', onClose);
/third_party/flutter/skia/include/core/
DSkDocument.h71 virtual void onClose(SkWStream*) = 0;
/third_party/skia/include/core/
DSkDocument.h71 virtual void onClose(SkWStream*) = 0;
/third_party/node/lib/
D_http_agent.js366 function onClose(err) { function
373 s.on('close', onClose);
395 s.removeListener('close', onClose);
D_http_server.js464 onClose: null, property
477 state.onClose = socketOnClose.bind(undefined, socket, state);
482 socket.on('close', state.onClose);
684 socket.removeListener('close', state.onClose);
/third_party/flutter/skia/src/core/
DSkDocument.cpp56 this->onClose(fStream); in close()
/third_party/skia/src/core/
DSkDocument.cpp56 this->onClose(fStream); in close()
/third_party/node/deps/npm/node_modules/socks/typings/client/
Dsocksclient.d.ts95 private onClose;
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/server/
Dmain.swift89 $0.onClose
/third_party/flutter/skia/src/pdf/
DSkPDFDocumentPriv.h66 void onClose(SkWStream*) override;
/third_party/skia/src/pdf/
DSkPDFDocumentPriv.h87 void onClose(SkWStream*) override;
/third_party/flutter/skia/src/utils/
DSkMultiPictureDocument.cpp70 void onClose(SkWStream* wStream) override { in onClose() function

12