Home
last modified time | relevance | path

Searched refs:OnExit (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Droot_window_views.cc300 void RootWindowViews::OnExit() { in OnExit() function in client::RootWindowViews
303 MAIN_POST_CLOSURE(base::BindOnce(&RootWindowViews::OnExit, this)); in OnExit()
307 delegate_->OnExit(this); in OnExit()
Droot_window_manager.h100 void OnExit(RootWindow* root_window) override;
Droot_window.h91 virtual void OnExit(RootWindow* root_window) = 0;
Droot_window_views.h69 void OnExit() override;
Dviews_window.h89 virtual void OnExit() = 0;
Droot_window_manager.cc349 void RootWindowManager::OnExit(RootWindow* root_window) { in OnExit() function in client::RootWindowManager
Dviews_window.cc466 delegate_->OnExit(); in ExecuteCommand()
627 delegate_->OnExit(); in OnAccelerator()
Droot_window_win.cc766 delegate_->OnExit(this); in OnCommand()
/third_party/node/src/
Dprocess_wrap.cc157 options.exit_cb = OnExit; in Spawn()
299 static void OnExit(uv_process_t* handle, in OnExit() function in node::__anon6371a35b0111::ProcessWrap
Dspawn_sync.h167 void OnExit(int64_t exit_status, int term_signal);
Dspawn_sync.cc641 void SyncProcessRunner::OnExit(int64_t exit_status, int term_signal) { in OnExit() function in node::SyncProcessRunner
1090 self->OnExit(exit_status, term_signal); in ExitCallback()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.cpp735 struct OnExit in traverseFunctionDefinitionChildren() struct
738 OnExit(const TFunction *&parentFunc) : parentFunc(parentFunc) {} in traverseFunctionDefinitionChildren() argument
739 ~OnExit() { parentFunc = nullptr; } in traverseFunctionDefinitionChildren() argument
/third_party/node/deps/v8/src/d8/
Dd8.h511 static void OnExit(Isolate* isolate, bool dispose);
Dd8.cc2668 OnExit(isolate, false); in QuitOnce()
3458 void Shell::OnExit(v8::Isolate* isolate, bool dispose) { in OnExit() function in v8::Shell
5617 OnExit(isolate, true); in Main()