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

/haiku/src/apps/deskbar/
H A DBarView.cpp153 fLastDragItem(NULL),
904 if (fLastDragItem)
905 init_tracking_hook(fLastDragItem, NULL, NULL);
908 if (item == fLastDragItem)
911 fLastDragItem = item;
995 if (fLastDragItem != NULL) {
996 init_tracking_hook(fLastDragItem, NULL, NULL);
997 fLastDragItem = NULL;
H A DBarView.h218 TTeamMenuItem* fLastDragItem; member in class:TBarView

Completed in 81 milliseconds