Searched refs:SetType (Results 76 - 100 of 152) sorted by relevance

1234567

/haiku/src/apps/pulse/
H A DPulseWindow.cpp132 SetType(B_TITLED_WINDOW);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp407 fKey.SetType(BTRFS_KEY_TYPE_ANY);
410 fKey.SetType(BTRFS_KEY_TYPE_BLOCKGROUP_ITEM);
446 key.SetType(BTRFS_KEY_TYPE_METADATA_ITEM);
448 key.SetType(BTRFS_KEY_TYPE_EXTENT_ITEM);
/haiku/src/apps/mail/
H A DStatus.cpp156 node->SetType("text/plain");
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.cpp327 // SetType
329 BPartition::Delegate::SetType(Delegate* child, const char* type) function in class:BPartition::Delegate
334 return fPartitionHandle->SetType(&child->fMutablePartition, type);
H A DMutablePartition.cpp248 // SetType
250 BMutablePartition::SetType(const char* type) function in class:BMutablePartition
397 error = child->SetType(type);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp267 gradient.SetType(GRADIENT_LINEAR);
279 gradient.SetType(GRADIENT_CIRCULAR);
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp188 if (!type.SetType(child->Type()))
426 if (!type.SetType(typeString) || type.IsEmpty())
/haiku/src/apps/gradients/
H A DGradientsView.cpp282 GradientsView::SetType(BGradient::Type type) function in class:GradientsView
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp286 // SetType
288 KDiskSystem::SetType(KPartition* partition, const char *type, disk_job_id job) function in class:KDiskSystem
/haiku/src/apps/screenshot/
H A DUtility.cpp129 nodeInfo.SetType(_MimeType(imageType));
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_smp.cpp247 item->SetType(MENU_ITEM_MARKABLE);
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMapWriter.cpp207 partition.SetType(logical->Type());
H A DPartitionMap.cpp259 PartitionType::SetType(uint8 type) function in class:PartitionType
271 PartitionType::SetType(const char* typeName) function in class:PartitionType
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h101 status_t SetType(const char *type);
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp125 void SetType(BMimeType* type);
322 ExtensionListView::SetType(BMimeType* type) function in class:ExtensionListView
1129 fExtensionListView->SetType(&fCurrentType);
1137 fExtensionListView->SetType(NULL);
H A DFileTypeWindow.cpp283 info.SetType(fCommonType.String());
/haiku/headers/private/storage/
H A DPartition.h131 status_t SetType(const char* type);
/haiku/src/servers/mail/
H A DDeskbarView.cpp421 BNodeInfo(&file).SetType("application/x-vnd.Be-query");
441 BNodeInfo(&file).SetType("application/x-vnd.Be-query");
/haiku/src/kits/interface/
H A DAlert.cpp215 BAlert::SetType(alert_type type) function in class:BAlert
503 SetType(type);
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp176 SetType(other.fType);
357 // SetType
359 Gradient::SetType(gradients_type type) function in class:Gradient
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp390 fGradientControl->Gradient()->SetType((gradients_type)type);
/haiku/src/system/boot/platform/efi/
H A Dvideo.cpp315 item->SetType(MENU_ITEM_NO_CHOICE);
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp1385 BNetworkServiceAddressSettings::SetType(int type) function in class:BNetworkServiceAddressSettings
1509 address.SetType(fType);
1611 BNetworkServiceSettings::SetType(int type) function in class:BNetworkServiceSettings
/haiku/src/servers/print/
H A DPrintServerApp.cpp414 info.SetType(PSRV_PRINTER_FILETYPE);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp450 info.SetType("application/x-vnd.haiku-playlist");

Completed in 367 milliseconds

1234567