Searched refs:Delete (Results 1 - 25 of 135) sorted by path

123456

/haiku/headers/os/add-ons/network_settings/
H A DNetworkProfile.h37 status_t Delete();
/haiku/headers/os/mail/
H A DMailSettings.h166 status_t Delete();
/haiku/headers/os/storage/
H A DMimeType.h97 status_t Delete();
/haiku/headers/private/graphics/3dfx/
H A DDriverInterface.h52 void Delete() { delete_sem(sem); } function in struct:Benaphore
/haiku/headers/private/graphics/ati/
H A DDriverInterface.h52 void Delete() { delete_sem(sem); } function in struct:Benaphore
/haiku/headers/private/graphics/intel_810/
H A DDriverInterface.h51 void Delete() { delete_sem(sem); } function in struct:Benaphore
/haiku/headers/private/graphics/s3/
H A DDriverInterface.h51 void Delete() { delete_sem(sem); } function in struct:Benaphore
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h81 virtual status_t Delete(AttributeHandlerContext* context);
101 virtual status_t Delete(AttributeHandlerContext* context);
118 virtual status_t Delete(AttributeHandlerContext* context);
134 virtual status_t Delete(AttributeHandlerContext* context);
160 virtual status_t Delete(AttributeHandlerContext* context);
/haiku/headers/private/storage/mime/
H A DDatabase.h64 status_t Delete(const char *type);
105 // Delete()
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.cpp59 fDebugAlert->TextView()->Delete();
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequest.h86 static void Delete(RequestBuffer* buffer);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequest.cpp54 // Delete
56 RequestBuffer::Delete(RequestBuffer* buffer) function in class:RequestBuffer
96 RequestBuffer::Delete(buffer);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp63 void Delete() function in struct:AttributeIndexTreeValue
239 fCookie->Delete();
376 oldTreeValue->Delete();
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp103 newString->Delete();
118 data->Delete();
H A DStringPool.h103 void Delete() function in class:StringData
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h66 void Delete();
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp219 Delete(toRetrieve);
305 Delete(toRetrieve);
489 // Delete things from the manifest no longer on the server
526 Delete(fUniqueIDs.IndexOf(toDelete.StringAt(i)));
699 POP3Protocol::Delete(int32 index) function in class:POP3Protocol
H A DPOP3.h41 void Delete(int32 index);
/haiku/src/add-ons/media/plugins/ape_reader/LibMonkeysAudio/
H A DPositionBridgeIO.cpp40 int TPositionBridgeIO::Delete() function in class:TPositionBridgeIO
H A DPositionBridgeIO.h28 virtual int Delete();
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPEInfo.cpp91 m_spIO.Delete();
92 m_APEFileInfo.spWaveHeaderData.Delete();
93 m_APEFileInfo.spSeekBitTable.Delete();
94 m_APEFileInfo.spSeekByteTable.Delete();
95 m_APEFileInfo.spAPEDescriptor.Delete();
97 m_spAPETag.Delete();
H A DIO.h38 virtual int Delete() = 0;
H A DSmartPtr.h37 Delete();
42 Delete();
49 void Delete() function in class:CSmartPtr
H A DStdLibFileIO.cpp244 int CStdLibFileIO::Delete() function in class:CStdLibFileIO
H A DStdLibFileIO.h33 int Delete();

Completed in 154 milliseconds

123456