Home
last modified time | relevance | path

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

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