Searched defs:alert (Results 26 - 50 of 164) sorted by relevance

1234567

/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierFilter.cpp88 BAlert *alert = new BAlert(B_TRANSLATE("New messages"), text.String(), local
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp118 BAlert *alert = new BAlert("alert","Not enough memory.","OK"); local
123 BAlert *alert = new BAlert("alert","Unable to create a sound player.","OK"); local
128 BAlert *alert = new BAlert("alert","Other kind of error!","OK"); local
141 BAlert *alert local
151 BAlert *alert = new BAlert("alert","Sound is already playing","OK"); local
156 BAlert *alert = new BAlert("alert","Error playing sound","OK"); local
174 BAlert *alert = new BAlert("alert","Sound is already stopped","OK"); local
179 BAlert *alert = new BAlert("alert","Error stopping sound","OK"); local
221 BAlert *alert = new BAlert("alert","Already in requested state","OK"); local
226 BAlert *alert = new BAlert("alert","Error!","OK"); local
[all...]
/haiku/src/apps/pairs/
H A DPairs.cpp153 BAlert* alert = new BAlert("Fatal", messageString.String(), local
/haiku/src/tests/kits/interface/
H A DSimpleAlertTest.cpp115 BAlert* alert = new BAlert("Test title", "Lorem ipsum dolor sit " local
/haiku/src/preferences/datatranslations/
H A DDataTranslations.cpp54 BAlert* alert = new BAlert(B_TRANSLATE("DataTranslations - Error"), local
87 BAlert* alert = new BAlert("", text.String(), B_TRANSLATE("OK")); local
141 BAlert* alert = new BAlert(B_TRANSLATE("DataTranslations - Note"), local
155 BAlert* alert = new BAlert(B_TRANSLATE("DataTranslations - Note"), local
[all...]
/haiku/src/preferences/notifications/
H A DPrefletWin.cpp117 BAlert* alert = new BAlert("", local
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMatic.cpp167 BAlert* alert = new BAlert(NULL, question.String(), local
H A DZipOMaticWindow.cpp213 BAlert* alert = new BAlert(NULL, message.String(), B_TRANSLATE("Stop"), local
/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp156 BAlert* alert = new BAlert("", B_TRANSLATE("You can run NetworkStatus " local
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.cpp138 BAlert* alert = new BAlert("API Error", local
144 BAlert* alert = new BAlert("API Error", local
/haiku/src/apps/pulse/
H A DDeskbarPulseView.cpp203 BAlert *alert = new BAlert(B_TRANSLATE("Info"), str.String(), local
/haiku/src/apps/processcontroller/
H A DPCWorld.cpp75 BAlert* alert = new BAlert(B_TRANSLATE("Info"), local
89 BAlert* alert = new BAlert(B_TRANSLATE("Info"), local
/haiku/src/apps/login/
H A DLoginApp.cpp56 BAlert* alert = new BAlert(B_TRANSLATE("Info"), B_TRANSLATE("You can " local
99 BAlert* alert = new BAlert(("Error"), msg.String(), local
108 BAlert* alert = new BAlert(B_TRANSLATE("Error"), local
[all...]
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp74 BAlert* alert = new BAlert(name.String(), message.String(), local
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp109 BAlert* alert = new BAlert("", local
129 BAlert* alert = new BAlert("", local
/haiku/src/bin/
H A Dalert.cpp205 BAlert* alert = new BAlert("alert", fArgumentText, local
/haiku/src/servers/print/
H A DPrintServerApp.R5.cpp98 BAlert* alert = new BAlert("Info", alertText.String(), local
145 BAlert* alert = new BAlert("", text.String(), local
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp165 BAlert* alert = new BAlert( local
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp177 BAlert* alert = new BAlert("info", local
190 BAlert* alert = new BAlert("confirm", B_TRANSLATE("About to write the " local
230 BAlert* alert = new BAlert("confirm", message.String(), local
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp178 BAlert* alert = new BAlert(B_TRANSLATE("DiskProbe request"), local
/haiku/src/add-ons/print/transports/lpr/
H A DLprSetupDlg.cpp157 BAlert *alert = new BAlert("", "Please enter server address and printer" local
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp309 BAlert* alert = new BAlert("", text.String(), "OK"); local
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp227 BAlert* alert = new(std::nothrow) BAlert("Edit Watchpoint", local
/haiku/src/kits/tracker/
H A DAutoMounterSettings.cpp284 BAlert* alert = new BAlert(B_TRANSLATE("Mount server error"), local
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp392 BAlert* alert = new BAlert(NULL, B_TRANSLATE("Could not load song"), local

Completed in 155 milliseconds

1234567