Searched refs:FindString (Results 401 - 425 of 426) sorted by relevance

<<1112131415161718

/haiku/src/kits/interface/
H A DTextControl.cpp499 if (message->FindString("data", &value) == B_OK) {
H A DWindow.cpp336 data->FindString("_title", &title);
879 if (message->FindString("data", &newTitle) == B_OK) {
3629 if (event->FindString("bytes", &bytes) != B_OK)
3803 if (message->FindString("bytes", &bytes) != B_OK || bytes[0] != B_TAB)
H A DMenuField.cpp283 data->FindString("_label", &label);
H A DView.cpp466 if (archive->FindString("_fname", 0, (const char**)&family) == B_OK
467 && archive->FindString("_fname", 1, (const char**)&style) == B_OK) {
4968 err = specifier->FindString("name", &name);
H A DTextView.cpp348 if (archive->FindString("_text", &text) == B_OK)
945 || specifier.FindString("property", &property) < B_OK) {
5643 if (message->FindString("data", &buffer) == B_OK) {
5686 if (message->FindString("be:string", &string) < B_OK || string == NULL)
/haiku/src/kits/storage/mime/
H A DDatabase.cpp623 for (int32 i = 0; types->FindString("types", i, &supportedType) == B_OK; i++) {
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp380 && !ioExtension->FindString(B_TRANSLATOR_EXT_COMMENT, &fsComment))
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp765 if (message->FindString("interface", &interfaceName) != B_OK)
/haiku/src/apps/deskbar/
H A DBarApp.cpp499 message->FindString("be:signature", &signature);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp125 config->FindString("hostname", &fHostname);
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp476 err = message->FindString("_value", &name);
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp945 if (message->FindString("name", &name) != B_OK
H A DPackageInfoView.cpp1283 if (message->FindString("name", &name) != B_OK
/haiku/src/kits/tracker/
H A DContainerWindow.cpp3434 if (message->FindString("mimetype", &type) == B_OK
3467 while (attrInfo.FindString("attr:public_name", ++index, &publicName)
3479 if (attrInfo.FindString("attr:name", index, &attrName) != B_OK
3487 attrInfo.FindString("attr:display_as", index, &displayAs);
H A DOpenWithWindow.cpp601 for (int32 index = 0; message.FindString("applications", index,
H A DFilePanelPriv.cpp405 if (message->FindString("name", &name) != B_OK)
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp656 for (int32 j = 0; msg->FindString("data", j, &urlString) == B_OK; j++) {
1917 metaData.FindString("language", &languageString);
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp645 for (int32 i = 0; settings->FindString("source", i, &name) == B_OK; i++)
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp381 if (message->FindString("disk system", &diskSystemName) != B_OK)
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp344 && message->FindString("name", &name) == B_OK) {
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp1369 CPPUNIT_ASSERT( message.FindString("name", &name)
/haiku/src/apps/magnify/
H A DMagnify.cpp566 m->FindString((const char*)"name",(const char**) &name);
/haiku/src/servers/app/
H A DWindow.cpp1242 if (settings.FindString("preview", &path) == B_OK)
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1937 if (message->FindString("attr", &name) != B_OK)
/haiku/src/kits/media/
H A DMediaRoster.cpp3479 if (message->FindString("be:signature", &mimeSig) != B_OK)
3500 if (message->FindString("be:signature", &mimeSig) != B_OK)

Completed in 290 milliseconds

<<1112131415161718