Home
last modified time | relevance | path

Searched refs:OnDestroy (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DWindow2.h37 virtual void OnDestroy() { PostQuitMessage(0); } in OnDestroy() function in NWindows::NControl::CWindow2
H A DWindow2.cpp151 OnDestroy(); in OnMessage()
H A DDialog.cpp59 case WM_DESTROY: return OnDestroy(); in OnMessage()
H A DDialog.h116 virtual bool OnDestroy() { return false; } in OnDestroy() function in NWindows::NControl::CDialog
/third_party/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc73 ~CallsMockMethodInDestructor() { OnDestroy(); } in ~CallsMockMethodInDestructor()
74 MOCK_METHOD(void, OnDestroy, ());

Completed in 3 milliseconds