Searched refs:trayCount (Results 1 – 3 of 3) sorted by relevance
33 static unsigned int trayCount; variable61 trayCount = 0; in InitializeTray()169 trayCount += 1; in StartupTray()1007 return trayCount; in GetTrayCount()
1089 int trayCount; in RestackClients() local1098 trayCount = GetTrayCount(); in RestackClients()1099 stack = AllocateStack((clientCount + trayCount) * sizeof(Window)); in RestackClients()
5789 int trayCount = (behaviorIconTray_ == UNREAD_COUNT_ICON_TRAY) ? unreadCount : newCount; in slotRefreshInfoTray() local5791 if (trayCount != 0) { in slotRefreshInfoTray()5795 if (trayCount > 99) { in slotRefreshInfoTray()5797 if (trayCount < 1000) { in slotRefreshInfoTray()5799 trayCountStr = QString::number(trayCount); in slotRefreshInfoTray()5807 trayCountStr = QString::number(trayCount); in slotRefreshInfoTray()