Searched refs:SetType (Results 101 - 125 of 152) sorted by relevance

1234567

/haiku/src/apps/mail/
H A DSignature.cpp379 node->SetType("text/plain");
H A DMailApp.cpp530 BNodeInfo(&copy).SetType("text/plain");
562 BNodeInfo(&user).SetType("text/plain");
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp159 // SetType
176 BNodeInfo::SetType(const char *type) function in class:BNodeInfo
/haiku/headers/os/interface/
H A DWindow.h238 status_t SetType(window_type type);
/haiku/src/system/kernel/disk_device_manager/
H A DKPartitioningSystem.cpp309 // SetType
312 KPartitioningSystem::SetType(KPartition* child, const char* type, function in class:KPartitioningSystem
/haiku/src/preferences/sounds/
H A DHWindow.cpp292 fEventList->SetType(BMediaFiles::B_SOUNDS);
/haiku/src/apps/terminal/
H A DPrefHandler.cpp257 info.SetType(mimetype);
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp685 fileInfo->SetType(s_nodeSetType.Type());
/haiku/src/apps/people/
H A DPersonWindow.cpp211 node->SetType("application/x-person");
H A DPictureView.cpp563 nodeInfo.SetType(type.String());
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp369 return info.SetType(value.type.c_str());
1161 CHK(appFileInfo.SetType(testType1) == B_OK);
1170 CHK(appFileInfo.SetType(testType2) == B_OK);
1179 // status_t SetType(const char *type)
1186 CHK(appFileInfo.SetType(NULL) == B_OK);
1198 CHK(appFileInfo.SetType(testType1) == B_NO_INIT);
1206 CHK(appFileInfo.SetType(invalidTestType) == B_OK);
1222 CHK(appFileInfo.SetType(NULL) == B_OK);
1224 CHK(appFileInfo.SetType(tooLongTestType) == B_BAD_VALUE);
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp1049 BPartition::SetType(const char* type) function in class:BPartition
1055 return parent->fDelegate->SetType(fDelegate, type);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp175 status_t SetType(type_code type);
795 existing->SetType(type);
956 AttributeEntry::SetType(type_code type) function in class:attribute_overlay::AttributeEntry
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp502 error = nodeInfo.SetType(kVirtualDirectoryMimeType);
/haiku/src/bin/
H A Dtranslate.cpp272 info.SetType(mimeType);
/haiku/src/kits/interface/
H A DPrintJob.cpp316 info.SetType(PSRV_SPOOL_FILETYPE);
/haiku/src/kits/translation/
H A DTranslationUtils.cpp700 if (info.SetType("text/plain") < B_OK)
/haiku/src/kits/storage/
H A DNodeInfo.cpp125 BNodeInfo::SetType(const char* type) function in class:BNodeInfo
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h86 void SetType(uint8 key_type) { type = key_type; } function in struct:btrfs_key
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp412 info.SetType("image/png");
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp750 nodeInfo.SetType(type.Type());
/haiku/src/kits/mail/
H A DMailMessage.cpp807 BNodeInfo(attributed).SetType(B_MAIL_TYPE);
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp227 gradient.SetType((gradients_type)gradientType);
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp818 return ninfo.SetType(mime);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp255 nodeInfo.SetType("text/plain");
362 nodeInfo.SetType("text/html");

Completed in 356 milliseconds

1234567