Searched refs:SetType (Results 126 - 150 of 152) sorted by relevance

1234567

/haiku/src/apps/mail/
H A DContent.cpp1305 fileInfo.SetType(replyType);
1353 fileInfo.SetType(replyType);
1946 info.SetType(type);
H A DMailWindow.cpp2716 info.SetType(kDraftType);
3275 nodeInfo.SetType("application/x-vnd.Be-query");
/haiku/src/kits/tracker/
H A DFindPanel.cpp412 ThrowOnError(BNodeInfo(file).SetType(
439 BNodeInfo(file).SetType(queryTemplate
1313 BNodeInfo(&file).SetType(queryTemplate
H A DFSUtils.cpp1412 nodeInfo.SetType(B_LINK_MIMETYPE);
1888 nodeInfo.SetType(B_LINK_MIMETYPE);
3237 nodeInfo.SetType(B_DIR_MIMETYPE);
3272 nodeInfo.SetType(B_DIR_MIMETYPE);
H A DWidgetAttributeText.cpp705 if (mime.SetType(fModel->MimeType()) != B_OK)
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp180 BAppFileInfo::SetType(const char* type) function in class:BAppFileInfo
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp941 ret = info.SetType(fMimeType.String());
/haiku/src/kits/storage/
H A DAppFileInfo.cpp180 BAppFileInfo::SetType(const char* type) function in class:BAppFileInfo
H A DMimeType.cpp1192 BMimeType::SetType(const char* mimeType) function in class:BMimeType
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp1083 item->SetType(MENU_ITEM_NO_CHOICE);
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp705 item->SetType(MENU_ITEM_NO_CHOICE);
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp135 CHK(nodeInfo.SetType(type) == B_OK);
H A DLaunchTester.cpp183 CHK(nodeInfo.SetType(type) == B_OK);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp375 if (mime.SetType(model->MimeType()) == B_OK
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp2774 // * SetTo(), SetType()
2887 // SetType()
2892 CHK(type.SetType(validType) == B_OK);
2903 CHK(type.SetType(invalidType) == B_BAD_VALUE);
2914 CHK(type.SetType(notTooLongType) == B_OK);
2925 CHK(type.SetType(tooLongType) == B_BAD_VALUE);
2952 CHK(type.SetType(NULL) != B_OK); // R5 == B_NO_INIT, Haiku == B_BAD_VALUE
4844 +* status_t SetType(const char *mimeType);
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp148 void SetType(type_code type) function in class:Attribute
2074 attribute->SetType(type);
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp959 error = diskSystem->SetType(child, type.value, DUMMY_JOB_ID);
H A DKPartition.cpp633 KPartition::SetType(const char* type) function in class:KPartition
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp254 SetType(B_EMPTY_ALERT);
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp1409 status = partition->SetType(type.String());
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3839 ErrorCode = DatabaseNodeInfo.SetType (g_ABSDatabaseFileMIMEType);
5019 ComponentMIMEType.SetType ("text/plain");
5033 ComponentMIMEType.SetType ("text/plain");
5036 ComponentMIMEType.SetType ("text/html");
/haiku/src/apps/showimage/
H A DShowImageView.cpp956 info.SetType(format->MIME);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp1553 attribute->SetType(type);
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2014 status = nodeInfo.SetType("application/x-vnd.Be-bookmark");
/haiku/src/system/kernel/fs/
H A Dvfs.cpp1219 vnode->SetType(type);
3773 vnode->SetType(type);

Completed in 264 milliseconds

1234567