Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DConsoleView.js98 msg.repeatDelta = msg.repeatCount;
106 msg.repeatDelta -= this.previousMessage.totalRepeatCount;
125 WebInspector.warnings += msg.repeatDelta;
128 WebInspector.errors += msg.repeatDelta;
DSourceFrame.js397 _incrementMessageRepeatCount: function(msg, repeatDelta) argument
408 msg.repeatCount += repeatDelta;
441 this._incrementMessageRepeatCount(row.messages[i], msg.repeatDelta);
DResourcesPanel.js517 resource.warnings += msg.repeatDelta;
520 resource.errors += msg.repeatDelta;
/external/webkit/WebKit/mac/WebView/
DWebView.mm171 - (void)_autoscrollForDraggingInfo:(id)dragInfo timeDelta:(NSTimeInterval)repeatDelta;
3070 - (void)_autoscrollForDraggingInfo:(id)draggingInfo timeDelta:(NSTimeInterval)repeatDelta
3073 [documentView _autoscrollForDraggingInfo:draggingInfo timeDelta:repeatDelta];