Searched refs:OnReset (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DPropertyPage.h33 virtual void OnReset() {} function in class:NWindows::NControl::CPropertyPage
34 virtual void OnReset(const PSHNOTIFY *) { OnReset(); } function in class:NWindows::NControl::CPropertyPage
H A DPropertyPage.cpp40 case PSN_RESET: OnReset(LPPSHNOTIFY(lParam)); break;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h70 virtual void OnReset() {} function in class:__sanitizer::ThreadContextBase
H A Dsanitizer_thread_registry.cc83 OnReset();
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc69 void ThreadContext::OnReset() { function in class:__tsan::ThreadContext
H A Dtsan_rtl.h446 void OnReset() override;

Completed in 139 milliseconds