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

/haiku/src/apps/haikudepot/ui/
H A DMainWindow.h178 fCoordinatorQueue; member in class:MainWindow
H A DMainWindow.cpp1541 fCoordinatorQueue.push(item);
1569 while (!fCoordinatorQueue.empty()) {
1571 = fCoordinatorQueue.front();
1574 fCoordinatorQueue.pop();
1630 if (!fCoordinatorQueue.empty()) {
1633 fCoordinator = fCoordinatorQueue.front();
1636 fCoordinatorQueue.pop();

Completed in 39 milliseconds