Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/example/with_external_libs/
Dx04_wxwidgets_world_mapper.cpp145 void OnExit(wxCommandEvent& );
227 void HelloWorldFrame::OnExit(wxCommandEvent& ) in OnExit() function in HelloWorldFrame
383 EVT_MENU(wxID_EXIT, HelloWorldFrame::OnExit)
/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.cc154 options.exit_cb = OnExit; in Spawn()
296 static void OnExit(uv_process_t* handle, in OnExit() function in node::__anon53568ada0111::ProcessWrap
Dspawn_sync.h167 void OnExit(int64_t exit_status, int term_signal);
Dspawn_sync.cc642 void SyncProcessRunner::OnExit(int64_t exit_status, int term_signal) { in OnExit() function in node::SyncProcessRunner
1089 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