Searched refs:FindString (Results 226 - 250 of 426) sorted by relevance

1234567891011>>

/haiku/src/kits/midi2/
H A DMidiRosterLooper.cpp230 && (msg->FindString("midi:name", &name) == B_OK)
402 if (msg->FindString("midi:name", &name) == B_OK) {
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp374 if (item->Message()->FindString("identifier", &identifier) == B_OK) {
432 for (int32 i = 0; attributes.FindString("attr:name", i,
H A DFileTypes.cpp301 currentDirectory.SetTo(message->FindString("cwd"));
385 if (message->FindString("title", &subTitle) != B_OK)
/haiku/src/kits/interface/
H A DControl.cpp95 if (data->FindString("_label", &label) == B_OK)
219 if (message->FindString("data", &label) == B_OK) {
H A DSeparatorView.cpp85 if (archive->FindString("_labelview", &label) == B_OK) {
87 } else if (archive->FindString("_label", &label) == B_OK) {
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp367 if (message->FindString("attributes", index - 1, &attribute) == B_OK)
402 currentDirectory.SetTo(message->FindString("cwd"));
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp347 if (message->FindString(KEY_ALERT_TEXT, &alertText) != B_OK)
350 if (message->FindString(KEY_ALERT_TITLE, &alertTitle) != B_OK)
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp296 if (message->FindString("name", &string) == B_OK
298 && message->FindString("value", &string) == B_OK) {
H A DBrowsingHistory.cpp44 archive->FindString("url", &fURL);
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp192 if (message->FindString("decor", &newDecor) == B_OK)
230 if (message->FindString("control_look", &controlLook) == B_OK)
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp245 if (!strcmp(fInputSetting[i].FindString("name"), input->MediaInput().name)) {
296 if (!strcmp(fInputSetting[index].FindString("name"), input->MediaInput().name))
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp428 if (preferredLanguages.FindString("language", &firstPreferredLanguage)
447 for (int32 i = 0; installedCatalogs.FindString("language", i, &languageID)
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp187 err = message->FindString("name", &name);
381 if(archive->FindString("lastDir", &last) == B_OK) {
/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp136 msg->FindString(name, j, &string);
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp235 message.FindString("name", &name);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp50 if (msg->FindString("bytes", &string) == B_OK) {
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp91 if (archive->FindString(idString, &value) == B_OK)
/haiku/src/apps/mail/
H A DQueryMenu.cpp149 if (opcode == B_ENTRY_CREATED && msg->FindString("name", &name) == B_OK)
H A DContent.h110 void FindString(const char *);
/haiku/src/kits/device/
H A DUSBRoster.cpp234 || message->FindString("name", &name) < B_OK)
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp155 if (message->FindString("path", &path) != B_OK)
/haiku/src/kits/storage/mime/
H A DMimeInfoUpdater.cpp232 supportedTypes.FindString("types", i, &supportedType) == B_OK;
/haiku/src/bin/
H A Dcheckitout.cpp103 msg->FindString("name", &name);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp70 if (message->FindString("be:signature", &signature) == B_OK
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.cpp224 err = message->FindString("name", &name) != B_OK;
225 //if (err = message->FindString("name", &name) != B_OK)

Completed in 159 milliseconds

1234567891011>>