Home
last modified time | relevance | path

Searched refs:OnClose (Results 1 – 15 of 15) sorted by relevance

/third_party/node/src/
Dhandle_wrap.cc74 uv_close(handle_, OnClose); in Close()
133 void HandleWrap::OnClose(uv_handle_t* handle) { in OnClose() function in node::HandleWrap
146 wrap->OnClose(); in OnClose()
Dhandle_wrap.h86 virtual void OnClose() {} in OnClose() function
100 static void OnClose(uv_handle_t* handle);
Dspawn_sync.h104 inline void OnClose();
Dnode_messaging.h235 void OnClose() override;
Dspawn_sync.cc304 void SyncProcessStdioPipe::OnClose() { in OnClose() function in node::SyncProcessStdioPipe
358 self->OnClose(); in CloseCallback()
Dnode_messaging.cc791 void MessagePort::OnClose() { in OnClose() function in node::worker::MessagePort
/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.h98 virtual void OnClose() = 0;
Dwin32_flutter_window.h75 void OnClose();
Dwin32_window.cc122 window->OnClose(); in MessageHandler()
Dwin32_flutter_window.cc157 void Win32FlutterWindow::OnClose() { in OnClose() function in flutter::Win32FlutterWindow
/third_party/cef/libcef/browser/
Dserver_impl.h78 void OnClose(int connection_id) override;
Dserver_impl.cc510 void CefServerImpl::OnClose(int connection_id) { in OnClose() function in CefServerImpl
/third_party/cef/tests/cefclient/browser/
Droot_window_win.h94 bool OnClose();
Droot_window_win.cc574 if (self->OnClose()) in RootWndProc()
962 bool RootWindowWin::OnClose() { in OnClose() function in client::RootWindowWin
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1888 if (!pBA->OnClose()) { in WndProc()
2396 BOOL OnClose() { in OnClose() function in PythonBootstrapperApplication