Searched refs:Delete (Results 126 - 135 of 135) sorted by relevance

123456

/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp54 fPageMapper->Delete();
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp166 type.Delete();
/haiku/src/bin/
H A Dsetmime.cpp953 status_t result = Delete();
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp242 fPageMapper->Delete();
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp702 status_t status = fCurrentType.Delete();
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp244 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Delete).Method(), "DELETE"sv);
/haiku/src/apps/mail/
H A DPrefs.cpp475 text->Delete(selectionStart, selectionEnd);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1525 fCreditsView->Delete();
/haiku/src/kits/tracker/
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/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...]

Completed in 132 milliseconds

123456