Home
last modified time | relevance | path

Searched defs:OnExit (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.cpp735 struct OnExit in traverseFunctionDefinitionChildren() struct
737 const TFunction *&parentFunc; in traverseFunctionDefinitionChildren()
738 OnExit(const TFunction *&parentFunc) : parentFunc(parentFunc) {} in traverseFunctionDefinitionChildren() function
739 ~OnExit() { parentFunc = nullptr; } in traverseFunctionDefinitionChildren()
/third_party/node/src/
Dprocess_wrap.cc296 static void OnExit(uv_process_t* handle, in OnExit() function in node::__anon168c1d390111::ProcessWrap
Dspawn_sync.cc642 void SyncProcessRunner::OnExit(int64_t exit_status, int term_signal) { in OnExit() function in node::SyncProcessRunner
/third_party/cef/tests/cefclient/browser/
Droot_window_manager.cc349 void RootWindowManager::OnExit(RootWindow* root_window) { in OnExit() function in client::RootWindowManager
Droot_window_views.cc300 void RootWindowViews::OnExit() { in OnExit() function in client::RootWindowViews