Home
last modified time | relevance | path

Searched refs:OnSetActive (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/Windows/Control/
DPropertyPage.h29 virtual LONG OnSetActive() { return false; } // false = OK in OnSetActive() function
30 virtual LONG OnSetActive(const PSHNOTIFY *) { return OnSetActive(); } in OnSetActive() function
DPropertyPage.cpp39 case PSN_SETACTIVE: SetMsgResult(OnSetActive(LPPSHNOTIFY(lParam))); break; in OnNotify()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DFourthPage.cpp92 CFourthPage::OnSetActive() in OnSetActive() function in CFourthPage
99 BOOL b = CPropertyPage::OnSetActive(); in OnSetActive()
DServicesPage.cpp94 CServicesPage::OnSetActive() in OnSetActive() function in CServicesPage
101 BOOL b = CPropertyPage::OnSetActive(); in OnSetActive()
DFourthPage.h64 OnSetActive();
DRegistrationPage.h53 afx_msg BOOL OnSetActive();
DServicesPage.h64 OnSetActive();
DBrowsingPage.h64 OnSetActive();
DSecondPage.h65 OnSetActive();
DRegistrationPage.cpp182 CRegistrationPage::OnSetActive() in OnSetActive() function in CRegistrationPage
188 BOOL b = CPropertyPage::OnSetActive(); in OnSetActive()
DBrowsingPage.cpp94 CBrowsingPage::OnSetActive() in OnSetActive() function in CBrowsingPage
108 BOOL b = CPropertyPage::OnSetActive(); in OnSetActive()
DSecondPage.cpp109 CSecondPage::OnSetActive() in OnSetActive() function in CSecondPage
113 BOOL b = CPropertyPage::OnSetActive(); in OnSetActive()