Searched refs:SetType (Results 1 - 25 of 152) sorted by path

1234567

/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h213 void SetType(int type);
254 void SetType(int type);
/haiku/headers/os/media/
H A DTimeCode.h71 status_t SetType(timecode_type type);
/haiku/headers/os/package/hpkg/
H A DPackageEntry.h44 void SetType(uint32 type);
76 BPackageEntry::SetType(uint32 type) function in class:BPackageKit::BHPKG::BPackageEntry
H A DPackageEntryAttribute.h26 void SetType(uint32 type) { fType = type; } function in class:BPackageKit::BHPKG::BPackageEntryAttribute
/haiku/headers/os/package/hpkg/v1/
H A DPackageEntry.h46 void SetType(uint32 type);
78 BPackageEntry::SetType(uint32 type) function in class:BPackageKit::BHPKG::V1::BPackageEntry
H A DPackageEntryAttribute.h28 void SetType(uint32 type) { fType = type; } function in class:BPackageKit::BHPKG::V1::BPackageEntryAttribute
/haiku/headers/os/storage/
H A DAppFileInfo.h58 virtual status_t SetType(const char* type);
H A DMimeType.h152 status_t SetType(const char* mimeType);
H A DNodeInfo.h32 virtual status_t SetType(const char* type);
/haiku/headers/private/kernel/boot/
H A Dmenu.h47 void SetType(menu_item_type type);
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h82 virtual status_t SetType(KPartition* partition, const char* type,
H A DKPartitioningSystem.h58 virtual status_t SetType(KPartition* partition, const char* type,
/haiku/headers/private/notification/
H A DNotificationReceived.h32 void SetType(notification_type type);
/haiku/headers/private/storage/
H A DDiskSystemAddOn.h107 virtual status_t SetType(BMutablePartition* child,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp152 key.SetType(BTRFS_KEY_TYPE_XATTR_ITEM);
H A DAttributeIterator.cpp27 key.SetType(BTRFS_KEY_TYPE_XATTR_ITEM);
H A DDirectoryIterator.cpp28 key.SetType(BTRFS_KEY_TYPE_DIR_INDEX);
123 key.SetType(BTRFS_KEY_TYPE_DIR_ITEM);
/haiku/src/apps/gradients/
H A DGradientsView.cpp282 GradientsView::SetType(BGradient::Type type) function in class:GradientsView
H A DGradientsView.h25 void SetType(BGradient::Type type);
H A DGradientsWindow.cpp62 fGradientsView->SetType(BGradient::TYPE_LINEAR);
65 fGradientsView->SetType(BGradient::TYPE_RADIAL);
68 fGradientsView->SetType(BGradient::TYPE_RADIAL_FOCUS);
71 fGradientsView->SetType(BGradient::TYPE_DIAMOND);
74 fGradientsView->SetType(BGradient::TYPE_CONIC);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp450 info.SetType("application/x-vnd.haiku-playlist");
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp941 ret = info.SetType(fMimeType.String());
/haiku/src/apps/resedit/
H A DResourceData.cpp136 ResourceData::SetType(const type_code &code) function in class:ResourceData
H A DResourceData.h34 void SetType(const type_code &code);
/haiku/src/bin/
H A Dtranslate.cpp272 info.SetType(mimeType);

Completed in 113 milliseconds

1234567