Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DConsoleView.js268 msg.repeatDelta = count - prevRepeatCount;
269 msg.repeatCount = msg.repeatCount + msg.repeatDelta;
285 WebInspector.warnings += msg.repeatDelta;
288 WebInspector.errors += msg.repeatDelta;
599 this.repeatDelta = repeatCount;
DSourceFrame.js249 _incrementMessageRepeatCount: function(msg, repeatDelta) argument
260 msg.repeatCount += repeatDelta;
326 this._incrementMessageRepeatCount(rowMessages[i], msg.repeatDelta);
DResourcesPanel.js388 resource.warnings += msg.repeatDelta;
391 resource.errors += msg.repeatDelta;
/external/webkit/WebKit/mac/WebView/
DWebView.mm179 - (void)_autoscrollForDraggingInfo:(id)dragInfo timeDelta:(NSTimeInterval)repeatDelta;
3348 - (void)_autoscrollForDraggingInfo:(id)draggingInfo timeDelta:(NSTimeInterval)repeatDelta
3351 [documentView _autoscrollForDraggingInfo:draggingInfo timeDelta:repeatDelta];