Searched refs:fCursorList (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/
H A DCursorManager.cpp100 for (int32 i = 0; i < fCursorList.CountItems(); i++) {
101 ServerCursor* cursor = ((ServerCursor*)fCursorList.ItemAtFast(i));
166 if (!fCursorList.AddItem(cursor)) {
219 for (int32 index = fCursorList.CountItems(); index-- > 0;) {
220 ServerCursor* cursor = (ServerCursor*)fCursorList.ItemAtFast(index);
409 int32 index = fCursorList.IndexOf(cursorMember);
412 fCursorList.Items());
424 int32 count = fCursorList.CountItems();
426 ServerCursor* cursor = (ServerCursor*)fCursorList.ItemAtFast(i);
440 fCursorList
[all...]
H A DCursorManager.h64 BList fCursorList; member in class:CursorManager

Completed in 30 milliseconds