Searched refs:RemoveAll (Results 1 - 25 of 30) sorted by relevance

12

/haiku/src/apps/devices/
H A DPropertyList.cpp66 RemoveAll();
73 RemoveAll();
81 PropertyList::RemoveAll() function in class:PropertyList
H A DPropertyList.h44 void RemoveAll();
H A DDevicesView.cpp416 fAttributesView->RemoveAll();
/haiku/src/preferences/sounds/
H A DHEventList.h50 void RemoveAll();
H A DHEventList.cpp72 RemoveAll();
80 RemoveAll();
102 HEventList::RemoveAll() function in class:HEventList
H A DHWindow.cpp282 fEventList->RemoveAll();
/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/headers/private/fs_shell/
H A DSinglyLinkedList.h153 inline void RemoveAll();
154 inline void MakeEmpty() { RemoveAll(); }
212 // RemoveAll
215 SINGLY_LINKED_LIST_CLASS_NAME::RemoveAll() function in class:FSShell::SINGLY_LINKED_LIST_CLASS_NAME
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/headers/private/kernel/util/
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
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
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h135 void RemoveAll();
H A DBackgroundImage.cpp234 BackgroundImage::RemoveAll() function in class:BackgroundImage
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h179 inline void RemoveAll();
281 // RemoveAll
284 SL_LIST_CLASS_NAME::RemoveAll() function in class:SL_LIST_CLASS_NAME
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp161 msgString.RemoveAll("\r");
185 atime.RemoveAll("\n");
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.h98 void RemoveAll(); // uses RemoveItemList()
/haiku/src/kits/device/
H A DJoystickTweaker.cpp183 str.RemoveAll("\"");
/haiku/src/apps/codycam/
H A DSftpClient.cpp94 port.RemoveAll(":");
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp257 iterators->RemoveAll();
H A DDirectory.cpp210 iterators->RemoveAll();
/haiku/src/bin/
H A Durlwrapper.cpp111 line.RemoveAll("\r");
160 line.RemoveAll("\r");
/haiku/headers/os/support/
H A DString.h152 BString& RemoveAll(const BString& string);
156 BString& RemoveAll(const char* string);
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp322 newCddbServer.RemoveAll(":");

Completed in 131 milliseconds

12