Searched refs:RemoveAll (Results 1 - 25 of 30) sorted by last modified time

12

/haiku/src/apps/devices/
H A DDevicesView.cpp416 fAttributesView->RemoveAll();
H A DPropertyList.cpp66 RemoveAll();
73 RemoveAll();
81 PropertyList::RemoveAll() function in class:PropertyList
H A DPropertyList.h44 void RemoveAll();
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp815 interface->monitor_funcs.RemoveAll();
/haiku/headers/private/kernel/util/
H A DDoublyLinkedQueue.h150 inline void RemoveAll();
151 inline void MakeEmpty() { RemoveAll(); }
304 // RemoveAll
307 DOUBLY_LINKED_QUEUE_CLASS_NAME::RemoveAll() function in class:DOUBLY_LINKED_QUEUE_CLASS_NAME
H A DDoublyLinkedList.h345 inline void RemoveAll();
346 inline void MakeEmpty() { RemoveAll(); }
574 // RemoveAll
577 DOUBLY_LINKED_LIST_CLASS_NAME::RemoveAll() function in class:DOUBLY_LINKED_LIST_CLASS_NAME
H A DSinglyLinkedList.h154 inline void RemoveAll();
155 inline void MakeEmpty() { RemoveAll(); }
265 // RemoveAll
268 SINGLY_LINKED_LIST_CLASS_NAME::RemoveAll() function in class:SINGLY_LINKED_LIST_CLASS_NAME
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h340 inline void RemoveAll();
341 inline void MakeEmpty() { RemoveAll(); }
538 // RemoveAll
541 DOUBLY_LINKED_LIST_CLASS_NAME::RemoveAll() function in class:FSShell::DOUBLY_LINKED_LIST_CLASS_NAME
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp257 iterators->RemoveAll();
H A DDirectory.cpp210 iterators->RemoveAll();
/haiku/src/kits/support/
H A DString.cpp896 BString::RemoveAll(const BString& string) function in class:BString
935 BString::RemoveAll(const char* string) function in class:BString
/haiku/headers/os/support/
H A DString.h152 BString& RemoveAll(const BString& string);
156 BString& RemoveAll(const char* string);
/haiku/src/preferences/sounds/
H A DHWindow.cpp282 fEventList->RemoveAll();
H A DHEventList.cpp72 RemoveAll();
80 RemoveAll();
102 HEventList::RemoveAll() function in class:HEventList
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp625 fCurrent->RemoveAll();
639 fCurrent->RemoveAll();
H A DBackgroundImage.cpp234 BackgroundImage::RemoveAll() function in class:BackgroundImage
H A DBackgroundImage.h135 void RemoveAll();
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp322 newCddbServer.RemoveAll(":");
/haiku/src/bin/
H A Durlwrapper.cpp111 line.RemoveAll("\r");
160 line.RemoveAll("\r");
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp441 dataString.RemoveAll(" ");
/haiku/src/apps/codycam/
H A DSftpClient.cpp94 port.RemoveAll(":");
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp161 msgString.RemoveAll("\r");
185 atime.RemoveAll("\n");
/haiku/src/tests/kits/support/bstring/
H A DStringRemoveTest.cpp136 // RemoveAll(BString&)
140 string1->RemoveAll(*string2);
148 string1->RemoveAll(*string2);
185 // RemoveAll(const char*)
188 string1->RemoveAll("first");
194 string1->RemoveAll("noway");
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.cpp46 line.RemoveAll("\n");
47 line.RemoveAll("\r");
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp740 // RemoveAll
742 DragSortableListView::RemoveAll() function in class:DragSortableListView

Completed in 225 milliseconds

12