Home | History | Annotate | Download | only in front-end

Lines Matching refs:isEven

578             var isEven = !(i % 2);
596 listRowElement.row.update(record, isEven, this._calculator, visibleTop);
597 graphRowElement.row.update(record, isEven, this._calculator, width, this._expandOffset, i);
773 update: function(record, isEven, calculator, offset)
779 this.element.className = "timeline-tree-item timeline-category-" + record.category.name + (isEven ? " even" : "");
833 update: function(record, isEven, calculator, clientWidth, expandOffset, index)
836 this.element.className = "timeline-graph-side timeline-category-" + record.category.name + (isEven ? " even" : "");