Searched refs:OnClose (Results 1 – 15 of 15) sorted by relevance
74 uv_close(handle_, OnClose); in Close()133 void HandleWrap::OnClose(uv_handle_t* handle) { in OnClose() function in node::HandleWrap146 wrap->OnClose(); in OnClose()
86 virtual void OnClose() {} in OnClose() function100 static void OnClose(uv_handle_t* handle);
104 inline void OnClose();
235 void OnClose() override;
304 void SyncProcessStdioPipe::OnClose() { in OnClose() function in node::SyncProcessStdioPipe358 self->OnClose(); in CloseCallback()
791 void MessagePort::OnClose() { in OnClose() function in node::worker::MessagePort
98 virtual void OnClose() = 0;
75 void OnClose();
122 window->OnClose(); in MessageHandler()
157 void Win32FlutterWindow::OnClose() { in OnClose() function in flutter::Win32FlutterWindow
78 void OnClose(int connection_id) override;
510 void CefServerImpl::OnClose(int connection_id) { in OnClose() function in CefServerImpl
94 bool OnClose();
574 if (self->OnClose()) in RootWndProc()962 bool RootWindowWin::OnClose() { in OnClose() function in client::RootWindowWin
1888 if (!pBA->OnClose()) { in WndProc()2396 BOOL OnClose() { in OnClose() function in PythonBootstrapperApplication