Symbol: Revert
headers/os/add-ons/network_settings/NetworkSettingsAddOn.h
64
virtual status_t Revert() = 0;
headers/os/app/Clipboard.h
43
status_t Revert();
src/add-ons/network_settings/dialup/AddOn.cpp
55
virtual status_t Revert();
src/add-ons/network_settings/dnsclient/DNSClientServiceAddOn.cpp
48
virtual status_t Revert();
src/add-ons/network_settings/dnsclient/DNSSettingsView.h
29
status_t Revert();
src/add-ons/network_settings/ftpd/FTPServiceAddOn.cpp
112
return fView != NULL ? fView->Revert() : B_OK;
src/add-ons/network_settings/ftpd/FTPServiceAddOn.cpp
47
virtual status_t Revert();
src/add-ons/network_settings/hostname/HostnameAddOn.cpp
107
return fView != NULL ? fView->Revert() : B_OK;
src/add-ons/network_settings/hostname/HostnameAddOn.cpp
49
virtual status_t Revert();
src/add-ons/network_settings/hostname/HostnameView.h
29
status_t Revert();
src/add-ons/network_settings/ipv4/IPv4InterfaceAddOn.cpp
103
return fView != NULL ? fView->Revert() : B_OK;
src/add-ons/network_settings/ipv4/IPv4InterfaceAddOn.cpp
45
virtual status_t Revert();
src/add-ons/network_settings/ipv6/IPv6InterfaceAddOn.cpp
103
return fView != NULL ? fView->Revert() : B_OK;
src/add-ons/network_settings/ipv6/IPv6InterfaceAddOn.cpp
45
virtual status_t Revert();
src/add-ons/network_settings/sshd/SSHServiceAddOn.cpp
216
return fView != NULL ? fView->Revert() : B_OK;
src/add-ons/network_settings/sshd/SSHServiceAddOn.cpp
72
virtual status_t Revert();
src/add-ons/network_settings/telnetd/TelnetServiceAddOn.cpp
114
return fView != NULL ? fView->Revert() : B_OK;
src/add-ons/network_settings/telnetd/TelnetServiceAddOn.cpp
47
virtual status_t Revert();
src/add-ons/network_settings/vpn/VPNInterfaceAddOn.cpp
70
virtual status_t Revert();
src/apps/diskprobe/DataEditor.cpp
53
virtual void Revert(off_t offset, uint8 *buffer, size_t size) = 0;
src/apps/diskprobe/DataEditor.cpp
64
virtual void Revert(off_t offset, uint8 *buffer, size_t size);
src/apps/diskprobe/DataEditor.cpp
652
change->Revert(fRealViewOffset, fView, fRealViewSize);
src/apps/diskprobe/DataEditor.cpp
789
undoChange->Revert(fRealViewOffset, fView, fRealViewSize);
src/apps/mediaplayer/settings/SettingsWindow.cpp
263
Revert();
src/apps/mediaplayer/settings/SettingsWindow.cpp
267
Revert();
src/apps/mediaplayer/settings/SettingsWindow.h
33
void Revert();
src/apps/people/AttributeTextControl.h
28
void Revert();
src/apps/people/PersonView.cpp
145
fPictureView->Revert();
src/apps/people/PersonView.cpp
148
fControls.ItemAt(i)->Revert();
src/apps/people/PictureView.h
30
void Revert();
src/apps/terminal/AppearPrefView.cpp
129
Revert();
src/apps/terminal/AppearPrefView.h
50
virtual void Revert();
src/apps/terminal/PrefWindow.cpp
149
fAppearanceView->Revert();
src/apps/terminal/PrefWindow.cpp
175
fAppearanceView->Revert();
src/apps/terminal/TerminalRoster.cpp
457
fClipboard.Revert();
src/apps/terminal/TerminalRoster.cpp
465
fClipboard.Revert();
src/apps/terminal/ThemeView.h
55
void Revert();
src/apps/terminal/ThemeWindow.cpp
166
fThemeView->Revert();
src/apps/webpositive/support/FontSelectionView.h
47
void Revert();
src/bin/screenmode/screenmode.cpp
376
screenMode.Revert();
src/bin/screenmode/screenmode.cpp
396
screenMode.Revert();
src/kits/tracker/SettingsViews.h
113
virtual void Revert();
src/kits/tracker/SettingsViews.h
151
virtual void Revert();
src/kits/tracker/SettingsViews.h
177
virtual void Revert();
src/kits/tracker/SettingsViews.h
63
virtual void Revert();
src/kits/tracker/SettingsViews.h
82
virtual void Revert();
src/kits/tracker/TrackerSettingsWindow.cpp
275
_ViewAt(i)->Revert();
src/preferences/appearance/AntialiasingSettingsView.h
27
void Revert();
src/preferences/appearance/AppearanceWindow.cpp
100
fFontSettings->Revert();
src/preferences/appearance/AppearanceWindow.cpp
101
fColorsView->Revert();
src/preferences/appearance/AppearanceWindow.cpp
102
fLookAndFeelSettings->Revert();
src/preferences/appearance/AppearanceWindow.cpp
103
fAntialiasingSettings->Revert();
src/preferences/appearance/ColorsView.h
46
void Revert();
src/preferences/appearance/FontSelectionView.cpp
305
Revert();
src/preferences/appearance/FontSelectionView.h
41
void Revert();
src/preferences/appearance/FontView.cpp
155
fPlainView->Revert();
src/preferences/appearance/FontView.cpp
156
fBoldView->Revert();
src/preferences/appearance/FontView.cpp
157
fFixedView->Revert();
src/preferences/appearance/FontView.cpp
158
fMenuView->Revert();
src/preferences/appearance/FontView.h
33
void Revert();
src/preferences/appearance/LookAndFeelSettingsView.h
38
void Revert();
src/preferences/input/InputKeyboard.cpp
96
fSettings.Revert();
src/preferences/input/InputMouse.cpp
78
fSettings->Revert();
src/preferences/input/InputTouchpadPref.h
33
void Revert();
src/preferences/input/InputTouchpadPrefView.cpp
366
fTouchpadPref.Revert();
src/preferences/input/KeyboardSettings.h
24
void Revert();
src/preferences/input/MouseSettings.h
29
void Revert();
src/preferences/locale/FormatSettingsView.h
37
virtual void Revert();
src/preferences/locale/LocaleWindow.cpp
303
fFormatView->Revert();
src/preferences/network/InterfaceAddressView.h
41
status_t Revert();
src/preferences/network/NetworkWindow.cpp
236
iterator->second->Revert();
src/preferences/network/ServiceView.h
30
status_t Revert();
src/preferences/notifications/GeneralView.cpp
224
return Revert();
src/preferences/notifications/GeneralView.h
34
status_t Revert();
src/preferences/notifications/NotificationsView.h
52
status_t Revert();
src/preferences/notifications/PrefletWin.cpp
205
pane->Revert();
src/preferences/notifications/SettingsPane.h
24
virtual status_t Revert() = 0;
src/preferences/screen/ScreenMode.h
56
status_t Revert();
src/preferences/screen/ScreenWindow.cpp
1192
fUndoScreenMode.Revert();
src/preferences/screen/ScreenWindow.cpp
1208
fScreenMode.Revert();
src/preferences/time/NetworkTimeView.cpp
430
fSettings.Revert();
src/preferences/time/NetworkTimeView.h
57
void Revert();
src/servers/package/CommitTransactionHandler.h
51
void Revert();
src/servers/package/Volume.cpp
1509
handler.Revert();
src/system/kernel/posix/xsi_semaphore.cpp
1117
semaphore->Revert(operation);
src/system/kernel/posix/xsi_semaphore.cpp
1186
semaphore->Revert(operation);
src/system/kernel/posix/xsi_semaphore.cpp
423
fSemaphores[semaphoreNumber].Revert(value);
src/system/kernel/posix/xsi_semaphore.cpp
660
semaphoreSet->Semaphore(i)->Revert(current->undo_values[i]);
src/tests/kits/app/bclipboard/ReadWriteTester.cpp
112
CHK(clip.Revert() == B_OK);
src/tests/kits/app/bclipboard/ReadWriteTester.cpp
77
CPPUNIT_ASSERT_DEBUGGER(clip.Revert());