Lines Matching refs:fOurInfo
97 fOurInfo(NULL), in TerminalRoster()
117 if (fOurInfo == NULL) { in Lock()
155 if (fOurInfo != NULL && fInfosUpdated) { in Unlock()
179 if (fOurInfo != NULL) { in Register()
203 fOurInfo = new(std::nothrow) Info(id, teamID); in Register()
204 if (fOurInfo == NULL) in Register()
208 if (!fInfos.BinaryInsert(fOurInfo, &_CompareInfos)) { in Register()
209 delete fOurInfo; in Register()
210 fOurInfo = NULL; in Register()
218 fOurInfo = NULL; in Register()
259 fInfos.RemoveItem(fOurInfo); in Unregister()
260 fOurInfo = NULL; in Unregister()
271 return fOurInfo != NULL ? fOurInfo->id : -1; in ID()
288 if (minimized == fOurInfo->minimized && workspaces == fOurInfo->workspaces) in SetWindowInfo()
291 fOurInfo->minimized = minimized; in SetWindowInfo()
292 fOurInfo->workspaces = workspaces; in SetWindowInfo()
408 if (oldInfo == fOurInfo) { in _UpdateInfos()
416 if (oldInfo != fOurInfo) { in _UpdateInfos()
506 if (fOurInfo != NULL && fOurInfo->team == teamID) in _TeamIsRunning()