HomeSort by relevance Sort by last modified time
    Searched refs:OnSetActive (Results 1 - 12 of 12) sorted by null

  /external/lzma/CPP/Windows/Control/
PropertyPage.h 29 virtual LONG OnSetActive() { return false; } // false = OK
30 virtual LONG OnSetActive(const PSHNOTIFY *) { return OnSetActive(); }
PropertyPage.cpp 39 case PSN_SETACTIVE: SetMsgResult(OnSetActive(LPPSHNOTIFY(lParam))); break;
  /external/mdnsresponder/mDNSWindows/ControlPanel/
FourthPage.h 64 OnSetActive();
RegistrationPage.h 53 afx_msg BOOL OnSetActive();
BrowsingPage.h 64 OnSetActive();
ServicesPage.h 64 OnSetActive();
FourthPage.cpp 88 // CFourthPage::OnSetActive
92 CFourthPage::OnSetActive()
99 BOOL b = CPropertyPage::OnSetActive();
SecondPage.h 65 OnSetActive();
ServicesPage.cpp 90 // CServicesPage::OnSetActive
94 CServicesPage::OnSetActive()
101 BOOL b = CPropertyPage::OnSetActive();
RegistrationPage.cpp 178 // CRegistrationPage::OnSetActive
182 CRegistrationPage::OnSetActive()
188 BOOL b = CPropertyPage::OnSetActive();
BrowsingPage.cpp 90 // CBrowsingPage::OnSetActive
94 CBrowsingPage::OnSetActive()
108 BOOL b = CPropertyPage::OnSetActive();
SecondPage.cpp 105 // CSecondPage::OnSetActive
109 CSecondPage::OnSetActive()
113 BOOL b = CPropertyPage::OnSetActive();

Completed in 389 milliseconds