Searched refs:SetContentType (Results 1 - 18 of 18) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DUrlResult.cpp30 BUrlResult::SetContentType(BString contentType) function in class:BUrlResult
H A DDataRequest.cpp27 fResult.SetContentType("text/plain");
92 fResult.SetContentType(mimeType);
H A DFileRequest.cpp70 fResult.SetContentType(mimeType);
128 fResult.SetContentType("application/x-ftp-directory; charset=utf-8");
H A DGopherRequest.cpp347 fResult.SetContentType(mime);
/haiku/headers/private/netservices/
H A DUrlResult.h22 void SetContentType(BString contentType);
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTDiskAddOn.cpp132 status_t status = partition->SetContentType(Name());
/haiku/headers/private/storage/
H A DMutablePartition.h53 status_t SetContentType(const char* type);
/haiku/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp112 status_t error = partition->SetContentType(Name());
/haiku/src/add-ons/disk_systems/fat/
H A DFATAddOn.cpp111 status_t error = partition->SetContentType(Name());
/haiku/src/tests/system/kernel/file_corruption/disk_system/
H A Dchecksumfs.cpp147 status_t error = partition->SetContentType(Name());
/haiku/src/add-ons/disk_systems/btrfs/
H A DBTRFSAddOn.cpp143 error = partition->SetContentType(Name());
/haiku/src/kits/storage/disk_device/
H A DMutablePartition.cpp34 SetContentType(NULL);
271 // SetContentType
273 BMutablePartition::SetContentType(const char* type) function in class:BMutablePartition
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h121 bool SetContentType(const char* contentType);
H A DPartitionMap.cpp301 PartitionType::SetContentType(const char* contentType) function in class:PartitionType
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp168 error = partition->SetContentType(Name());
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.cpp70 ptype.SetContentType(contentType);
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp134 status_t error = partition->SetContentType(Name());
H A DExtendedPartitionAddOn.cpp135 status_t error = partition->SetContentType(Name());

Completed in 181 milliseconds