Searched refs:OnExit (Results 1 – 13 of 13) sorted by relevance
145 void OnExit(wxCommandEvent& );227 void HelloWorldFrame::OnExit(wxCommandEvent& ) in OnExit() function in HelloWorldFrame383 EVT_MENU(wxID_EXIT, HelloWorldFrame::OnExit)
300 void RootWindowViews::OnExit() { in OnExit() function in client::RootWindowViews303 MAIN_POST_CLOSURE(base::BindOnce(&RootWindowViews::OnExit, this)); in OnExit()307 delegate_->OnExit(this); in OnExit()
100 void OnExit(RootWindow* root_window) override;
91 virtual void OnExit(RootWindow* root_window) = 0;
69 void OnExit() override;
89 virtual void OnExit() = 0;
349 void RootWindowManager::OnExit(RootWindow* root_window) { in OnExit() function in client::RootWindowManager
466 delegate_->OnExit(); in ExecuteCommand()627 delegate_->OnExit(); in OnAccelerator()
766 delegate_->OnExit(this); in OnCommand()
154 options.exit_cb = OnExit; in Spawn()296 static void OnExit(uv_process_t* handle, in OnExit() function in node::__anon53568ada0111::ProcessWrap
167 void OnExit(int64_t exit_status, int term_signal);
642 void SyncProcessRunner::OnExit(int64_t exit_status, int term_signal) { in OnExit() function in node::SyncProcessRunner1089 self->OnExit(exit_status, term_signal); in ExitCallback()
735 struct OnExit in traverseFunctionDefinitionChildren() struct738 OnExit(const TFunction *&parentFunc) : parentFunc(parentFunc) {} in traverseFunctionDefinitionChildren() argument739 ~OnExit() { parentFunc = nullptr; } in traverseFunctionDefinitionChildren() argument