Searched refs:FindString (Results 126 - 150 of 426) sorted by relevance

1234567891011>>

/haiku/src/servers/input/
H A DMethodReplicant.cpp67 message->FindString("add_on", &signature);
317 if (message->FindString("name", &name) != B_OK) {
357 if (message->FindString("name", &name) != B_OK) {
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp116 if (attributes.FindString("attr:public_name", index, &publicName) != B_OK)
120 if (attributes.FindString("attr:name", index, &name) != B_OK)
128 if (attributes.FindString("attr:display_as", index, &displayAs) != B_OK)
H A DMimeTypeListView.cpp293 while (types.FindString("types", index++, &type) == B_OK) {
325 while (superTypes.FindString("super_types", index++, &supertype)
472 if (message->FindString("be:type", &type) != B_OK
537 if (message->FindString("type", &type) == B_OK)
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp197 if (msg->FindString("family", &family) != B_OK)
224 if (msg->FindString("family", &family) != B_OK
225 || msg->FindString("style", &style) != B_OK)
H A DFontView.cpp125 if (message->FindString("name", &name) != B_OK)
/haiku/src/kits/app/
H A DKeyStore.cpp219 if (reply.FindString("keyring", &keyring) != B_OK)
297 if (reply.FindString("keyring", &keyring) != B_OK)
366 if (reply.FindString("signature", &signature) != B_OK)
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp147 if (message->FindString("family", &family) != B_OK)
183 if (message->FindString("family", &family) != B_OK
184 || message->FindString("style", &style) != B_OK)
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp107 if ((!target || message->FindString("bytes", &bytes) != B_OK
/haiku/src/apps/pairs/
H A DPairs.cpp104 for (int32 i = 0; types.FindString("types", i, &type) == B_OK; i++) {
/haiku/src/kits/tracker/
H A DMimeTypeList.cpp165 if (message.FindString("types", index, &str) != B_OK)
/haiku/src/kits/interface/
H A DStringItem.cpp39 if (archive->FindString("_label", &string) == B_OK)
/haiku/src/kits/mail/
H A DFileConfigView.cpp144 SetText((fUseMeta ? meta : archive)->FindString(fName));
/haiku/src/apps/showimage/
H A DProgressWindow.cpp127 if (message->FindString("message", &text) == B_OK)
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp149 message->FindString("name", &str);
204 if (message->FindString("be:signature", &signature) == B_OK) {
369 if (message->FindString("property", &propertyRequested) == B_OK) {
403 if (message->FindString("property", &propertyRequested) == B_OK) {
/haiku/src/apps/mediaplayer/playlist/
H A DUrlPlaylistItem.cpp32 if (archive->FindString("mediaplayer:url", &url) == B_OK)
/haiku/src/servers/print/
H A DPrinter.Scripting.cpp52 (rc=spec.FindString("property",&propName)) == B_OK) {
/haiku/src/apps/sudoku/
H A DProgressWindow.cpp135 if (message->FindString("message", &text) == B_OK)
/haiku/src/add-ons/disk_systems/fat/
H A DInitializeParameterEditor.cpp97 if (!message || message->FindString("fat", &size) < B_OK)
/haiku/src/servers/app/
H A DDesktopSettings.cpp161 if (settings.FindString("plain family", &family) == B_OK
162 && settings.FindString("plain style", &style) == B_OK
169 if (settings.FindString("bold family", &family) == B_OK
170 && settings.FindString("bold style", &style) == B_OK
177 if (settings.FindString("fixed family", &family) == B_OK
178 && settings.FindString("fixed style", &style) == B_OK
242 if (settings.FindString("font family", &fontFamily) == B_OK)
246 if (settings.FindString("font style", &fontStyle) == B_OK)
302 if (settings.FindString("control look", &controlLook) == B_OK) {
/haiku/src/apps/people/
H A DPersonWindow.cpp202 msg->FindString("name", &name);
247 msg->FindString("name", &name);
279 if (msg->FindString("attr", &attr) == B_OK)
363 if (message->FindString(attribute, &text) == B_OK)
/haiku/src/apps/haikudepot/util/
H A DAppUtils.cpp92 return itemMessage->FindString(key, result);
/haiku/src/add-ons/input_server/methods/pen/
H A DDumpMessage.cpp63 if (names->FindString(field_name, name) == B_OK)
201 if (message->FindString(field_name, index, &value) >= B_OK) {
/haiku/src/system/libroot/posix/
H A Dshadow.cpp176 if ((error = reply.FindString("name", &name)) != B_OK
177 || (error = reply.FindString("shadow password", &password)) != B_OK
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp208 if (message->FindString("Menu Name", &menuName) == B_OK) {
253 if (message->FindString("Item Name", &itemName) == B_OK) {
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp104 fPackage.FindString(fieldName, &value);
112 fPackage.FindString(fieldName, i, &value);

Completed in 156 milliseconds

1234567891011>>