Home | History | Annotate | Download | only in Plugins

Lines Matching refs:timers

710     if (!timers)
713 HashMap<uint32_t, PluginTimer*>::const_iterator end = timers->end();
714 for (HashMap<uint32_t, PluginTimer*>::const_iterator it = timers->begin(); it != end; ++it) {
728 if (!timers)
731 HashMap<uint32_t, PluginTimer*>::const_iterator end = timers->end();
732 for (HashMap<uint32_t, PluginTimer*>::const_iterator it = timers->begin(); it != end; ++it) {
1394 if (timers) {
1395 deleteAllValues(*timers);
1396 delete timers;
2175 if (!timers)
2176 timers = new HashMap<uint32_t, PluginTimer*>;
2182 } while (timers->contains(timerID) || timerID == 0);
2185 timers->set(timerID, timer);
2195 if (!timers)
2198 if (PluginTimer* timer = timers->take(timerID))