Searched refs:_counters (Results 1 – 2 of 2) sorted by relevance
4 var $_counters; variable in CSSCounterCollection7 $this->_counters = array();11 $this->_counters[$counter->get_name()] =& $counter;15 if (!isset($this->_counters[$name])) {20 return $this->_counters[$name];
301 var $_counters; variable in Pipeline317 $this->_counters = array();453 foreach ($this->_counters as $counter_name => $counter_value) {467 if (isset($this->_counters[$counter])) { 468 return $this->_counters[$counter];480 $this->_counters[$counter] = $value;484 $this->_counters[$counter] += $value;