Searched refs:repeatDelta (Results 1 – 4 of 4) sorted by relevance
98 msg.repeatDelta = msg.repeatCount;106 msg.repeatDelta -= this.previousMessage.totalRepeatCount;125 WebInspector.warnings += msg.repeatDelta;128 WebInspector.errors += msg.repeatDelta;
397 _incrementMessageRepeatCount: function(msg, repeatDelta) argument408 msg.repeatCount += repeatDelta;441 this._incrementMessageRepeatCount(row.messages[i], msg.repeatDelta);
517 resource.warnings += msg.repeatDelta;520 resource.errors += msg.repeatDelta;
171 - (void)_autoscrollForDraggingInfo:(id)dragInfo timeDelta:(NSTimeInterval)repeatDelta;3070 - (void)_autoscrollForDraggingInfo:(id)draggingInfo timeDelta:(NSTimeInterval)repeatDelta3073 [documentView _autoscrollForDraggingInfo:draggingInfo timeDelta:repeatDelta];