Home
last modified time | relevance | path

Searched refs:OnClose (Results 1 - 12 of 12) sorted by relevance

/third_party/node/src/
H A Dhandle_wrap.cc76 uv_close(handle_, OnClose); in Close()
91 // handle. The OnClose callback then acquires and destroys another reference in OnGCCollect()
135 void HandleWrap::OnClose(uv_handle_t* handle) { in OnClose() function in node::HandleWrap
148 wrap->OnClose(); in OnClose()
H A Dhandle_wrap.h88 virtual void OnClose() {} in OnClose() function in node::HandleWrap
99 static void OnClose(uv_handle_t* handle);
H A Dspawn_sync.h104 inline void OnClose();
H A Dspawn_sync.cc304 void SyncProcessStdioPipe::OnClose() { in OnClose() function in node::SyncProcessStdioPipe
358 self->OnClose(); in CloseCallback()
H A Dnode_messaging.h302 void OnClose() override;
H A Dtcp_wrap.cc374 int err = uv_tcp_close_reset(&handle_, OnClose); in Reset()
H A Dnode_messaging.cc835 void MessagePort::OnClose() { in OnClose() function in node::worker::MessagePort
836 Debug(this, "MessagePort::OnClose()"); in OnClose()
/third_party/lzma/CPP/Windows/Control/
H A DDialog.h130 virtual void OnClose() {} in OnClose() function in NWindows::NControl::CDialog
161 virtual void OnClose() Z7_override { Destroy(); }
176 virtual void OnClose() Z7_override { End(IDCLOSE); }
H A DWindow2.h38 virtual void OnClose() { Destroy(); } in OnClose() function in NWindows::NControl::CWindow2
H A DWindow2.cpp154 OnClose(); in OnMessage()
H A DDialog.cpp95 case IDCLOSE: OnClose(); break; in OnButtonClicked()
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1903 if (!pBA->OnClose()) { in WndProc()
2409 // OnClose - called when the window is trying to be closed.
2411 BOOL OnClose() { in OnClose() function in PythonBootstrapperApplication

Completed in 21 milliseconds