Home
last modified time | relevance | path

Searched refs:neededUpdate (Results 1 – 4 of 4) sorted by relevance

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/
H A DAuctionsManager.java105 boolean neededUpdate = false; in check()
110 neededUpdate = !needUpdate.isEmpty(); in check()
115 neededUpdate |= !needUpdate.isEmpty(); in check()
121 neededUpdate |= !needUpdate.isEmpty(); in check()
125 return neededUpdate; in check()
/dports/games/spring/spring_98.0/rts/Map/
H A DBasicMapDamage.h53 int neededUpdate; member
H A DBasicMapDamage.cpp191 rs.neededUpdate = frameNum; in RecalcArea()
266 neededLosUpdate = rs->neededUpdate; in UpdateLos()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DImportManager.cpp233 bool neededUpdate = true; in UpdateDependants() local
234 while ((current = NextDependant(current, aPath, visitedNodes, !neededUpdate))) { in UpdateDependants()
243 neededUpdate = updater.ShouldUpdate(aPath); in UpdateDependants()
244 if (neededUpdate) { in UpdateDependants()