Searched refs:Revert (Results 26 - 50 of 82) sorted by relevance

1234

/haiku/headers/os/app/
H A DClipboard.h43 status_t Revert();
/haiku/src/apps/people/
H A DPictureView.h30 void Revert();
H A DAttributeTextControl.cpp80 AttributeTextControl::Revert() function in class:AttributeTextControl
/haiku/src/preferences/network/
H A DInterfaceAddressView.h41 status_t Revert();
H A DServiceView.cpp78 ServiceView::Revert() function in class:ServiceView
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.h47 void Revert();
/haiku/src/preferences/notifications/
H A DNotificationsView.h52 status_t Revert();
H A DGeneralView.cpp224 return Revert();
250 GeneralView::Revert() function in class:GeneralView
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.h38 void Revert();
H A DAPRView.h48 void Revert();
/haiku/src/preferences/locale/
H A DFormatSettingsView.h37 virtual void Revert();
/haiku/src/preferences/screen/
H A DScreenMode.h56 status_t Revert();
/haiku/src/apps/terminal/
H A DAppearPrefView.h50 virtual void Revert();
H A DThemeView.h58 void Revert();
H A DPrefWindow.cpp54 B_TRANSLATE("Revert"), new BMessage(MSG_REVERT_PRESSED),
149 fAppearanceView->Revert();
175 fAppearanceView->Revert();
/haiku/src/preferences/time/
H A DNetworkTimeView.h57 void Revert();
/haiku/src/add-ons/network_settings/hostname/
H A DHostnameView.cpp62 HostnameView::Revert() function in class:HostnameView
/haiku/src/preferences/input/
H A DMouseSettings.h34 void Revert();
H A DInputKeyboard.cpp40 // Add the "Revert" button...
41 fRevertButton = new BButton(B_TRANSLATE("Revert"),
96 fSettings.Revert();
H A DInputTouchpadPref.cpp45 TouchpadPref::Revert() function in class:TouchpadPref
H A DInputMouse.cpp52 fRevertButton = new BButton(B_TRANSLATE("Revert"),
89 fSettings->Revert();
/haiku/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp136 fRevertB = new BButton("revert", B_TRANSLATE("Revert"),
260 Revert();
264 Revert();
343 SettingsWindow::Revert() function in class:SettingsWindow
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h64 virtual status_t Revert() = 0;
/haiku/src/tests/kits/app/bclipboard/
H A DReadWriteTester.cpp65 status_t Revert()
67 @results Revert() returns B_ERROR
77 CPPUNIT_ASSERT_DEBUGGER(clip.Revert());
81 status_t Revert()
83 @results Revert() returns B_OK
112 CHK(clip.Revert() == B_OK);
/haiku/src/servers/package/
H A DCommitTransactionHandler.h51 void Revert();

Completed in 121 milliseconds

1234