Searched refs:Delete (Results 1 - 25 of 135) sorted by last modified time

123456

/haiku/src/apps/poorman/
H A DPoorManWindow.cpp205 fLoggingView->Delete();
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1525 fCreditsView->Delete();
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp1124 targetDeleter.Delete();
1134 targetDeleter.Delete();
/haiku/headers/private/shared/
H A DAutoDeleter.h72 inline void Delete() function in class:BPrivate::AutoDeleter
301 inline void Delete() function in class:BPrivate::HandleDeleter
/haiku/src/kits/tracker/
H A DPoseView.h670 void Delete(BObjectList<entry_ref>*, bool selectNext, bool confirm);
671 void Delete(const entry_ref&ref, bool selectNext, bool confirm);
H A DPoseView.cpp6249 B_TRANSLATE("Cancel"), B_TRANSLATE("Delete"));
6300 Delete(entriesToDelete, selectNext, confirm);
6324 BPoseView::Delete(const entry_ref &ref, bool selectNext, bool confirm) function in class:BPoseView
6330 Delete(entriesToDelete, selectNext, confirm);
6335 BPoseView::Delete(BObjectList<entry_ref>* list, bool selectNext, bool confirm) function in class:BPoseView
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp334 mimeType.Delete();
/haiku/src/servers/registrar/
H A DMIMEManager.cpp148 ? fDatabase.Install(type) : fDatabase.Delete(type);
320 // Delete the message if necessary
323 // Delete the thread if necessary
/haiku/src/kits/interface/
H A DTextView.cpp1253 BTextView::Delete() function in class:BTextView
1255 Delete(fSelStart, fSelEnd);
1260 BTextView::Delete(int32 startOffset, int32 endOffset) function in class:BTextView
1373 Delete();
1444 Delete();
1465 Delete();
2454 // Delete the text after fMaxBytes, but
2460 Delete(offset, textLength);
2615 Delete(0, fText->Length());
3491 //! Handles when the Delete ke
[all...]
/haiku/headers/os/interface/
H A DTextView.h109 void Delete();
110 void Delete(int32 startOffset, int32 endOffset);
/haiku/src/apps/people/
H A DPeopleApp.cpp145 mime.Delete();
H A DPersonView.cpp403 text->Delete();
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp265 requests[i]->Delete();
572 dataIOtDeleter.Delete();
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp46 // testType and testTypeApp are Delete()d after each test.
177 suite->addTest( new TC("BMimeType::Install/Delete Test",
578 err = mime.Delete();
594 type.Delete();
646 CHK(mime.Delete() == B_OK);
670 // Delete test
679 CHK(mime.Delete() == B_OK);
700 CHK(mime.Delete() == B_OK);
717 CHK(mime.Delete() == B_OK);
741 CHK(mime.Delete()
[all...]
/haiku/src/system/kernel/vm/
H A DVMCache.cpp130 class Delete : public VMCacheTraceEntry { class in namespace:VMCacheTracing
132 Delete(VMCache* cache) function in class:VMCacheTracing::Delete
691 VMCache::Delete() function in class:VMCache
698 T(Delete(this));
777 Delete();
1606 cache->Delete();
1626 cache->Delete();
1651 cache->Delete();
1676 cache->Delete();
1702 cache->Delete();
[all...]
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1677 OutputStream << "Delete " << PropInfoPntr->name << endl;
2260 /* Delete Things from the text. The Thing is marked by a start string and an
2322 /* Delete by not updating the output pointer while moving the input
2385 /* Delete HTML tags from the text. The contents of the tag are added as words
2918 /* Delete the backup files first. Don't care if it fails. */
2929 /* Delete the main database file. */
3531 MimeType.Delete ();
4228 CommandText.SetTo ("Delete ");
4321 case B_DELETE_PROPERTY: /* Delete the file and its backups too. */
4758 /* Delete thi
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp73 void Delete(Volume* volume) function in struct:Volume::VNode
276 fNode->Delete(fVolume);
407 node->Delete(this);
472 node->Delete(this);
850 node->Delete(this);
4491 vnode->Delete(this);
/haiku/src/apps/mail/
H A DContent.cpp948 Delete();
957 Delete();
1009 Delete();
1056 Delete();
1074 Delete();
1155 Delete();
1506 Delete(start, end);
3127 Delete();
3206 Delete();
3289 BTextView::Delete(offse
[all...]
H A DPrefs.cpp475 text->Delete(selectionStart, selectionEnd);
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp108 IOBuffer::Delete() function in class:IOBuffer
749 fBuffer->Delete();
H A DIORequest.h36 void Delete();
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp103 virtual void Delete();
376 LargeMemoryTranslationMapPhysicalPageMapper::Delete() function in class:LargeMemoryTranslationMapPhysicalPageMapper
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp59 fPageMapper->Delete();
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp114 Model::IORequest::Delete() function in class:Model::IORequest
332 fIORequests[i]->Delete();
613 Model::CompactSchedulingState::Delete() function in class:Model::CompactSchedulingState
648 state->Delete();
1004 compactState->Delete();
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp588 mime.Delete();

Completed in 246 milliseconds

123456