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

/external/chromium/base/
H A Dlazy_instance.h141 CompleteInstance(this, (dtor == NULL) ? NULL : OnExit);
169 // Calling OnExit while the instance is in use by other threads is a mistake.
170 static void OnExit(void* lazy_instance) { function in class:base::LazyInstance
/external/chromium/base/memory/
H A Dsingleton.h230 base::AtExitManager::RegisterCallback(OnExit, NULL);
256 // Calling OnExit while singleton is in use by other threads is a mistake.
257 static void OnExit(void* /*unused*/) { function in class:Singleton
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc133 void OnExit(chromeos::ScreenObserver::ExitCodes exit_code) { function in class:WizardControllerFlowTest
134 controller()->OnExit(exit_code);
153 OnExit(chromeos::ScreenObserver::NETWORK_CONNECTED);
159 OnExit(chromeos::ScreenObserver::EULA_ACCEPTED);
166 OnExit(chromeos::ScreenObserver::UPDATE_INSTALLED);
178 OnExit(chromeos::ScreenObserver::NETWORK_CONNECTED);
184 OnExit(chromeos::ScreenObserver::EULA_ACCEPTED);
192 OnExit(chromeos::ScreenObserver::UPDATE_ERROR_UPDATING);
203 OnExit(chromeos::ScreenObserver::NETWORK_CONNECTED);
209 OnExit(chromeo
[all...]
H A Dwizard_controller.cc794 void WizardController::OnExit(ExitCodes exit_code) { function in class:WizardController
/external/v8/src/
H A Dd8.cc523 OnExit();
950 void Shell::OnExit() { function in class:v8::Shell
1535 OnExit();

Completed in 94 milliseconds