Searched refs:GoToNext (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.h134 status_t GoToNext(Item *item = NULL);
H A DIterators.cpp533 and afterwards one can use GoToPrevious() and GoToNext() to get the
600 // GoToNext
602 ItemIterator::GoToNext(Item *item) function in class:ItemIterator
604 //PRINT(("ItemIterator::GoToNext()\n"));
624 //PRINT(("ItemIterator::GoToNext() done: %s\n", strerror(error)));
905 error = fItemIterator.GoToNext(&item);
/haiku/src/kits/interface/
H A DColumnListView.cpp395 void GoToNext();
3344 line += iterator.CurrentRow()->Height() + 1, iterator.GoToNext()) {
3491 iterator.GoToNext()) {
3662 iterator.GoToNext()) {
4304 iterator.GoToNext()
4312 iterator.GoToNext()
4354 iterator.CurrentRow(); iterator.GoToNext())
4697 iterator.GoToNext()) {
4717 iterator.GoToNext()) {
4751 iterator.GoToNext()) {
5113 RecursiveOutlineIterator::GoToNext() function in class:RecursiveOutlineIterator
[all...]

Completed in 73 milliseconds