Searched refs:OnExit (Results 1 – 14 of 14) sorted by relevance
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()
157 options.exit_cb = OnExit; in Spawn()299 static void OnExit(uv_process_t* handle, in OnExit() function in node::__anon6371a35b0111::ProcessWrap
167 void OnExit(int64_t exit_status, int term_signal);
641 void SyncProcessRunner::OnExit(int64_t exit_status, int term_signal) { in OnExit() function in node::SyncProcessRunner1090 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
511 static void OnExit(Isolate* isolate, bool dispose);
2668 OnExit(isolate, false); in QuitOnce()3458 void Shell::OnExit(v8::Isolate* isolate, bool dispose) { in OnExit() function in v8::Shell5617 OnExit(isolate, true); in Main()