Searched defs:_forAllRecords (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DTimelineOverviewPane.js113 _forAllRecords: function(recordsArray, callback)
119 this._forAllRecords(recordsArray[i].children, callback);
135 this._forAllRecords(records, this._overviewCalculator.updateBoundaries.bind(this._overviewCalculator));
148 this._forAllRecords(records, markTimeline.bind(this));
534 this._forAllRecords(records, function(r) {
550 this._forAllRecords(records, function(r) {
599 _forAllRecords: WebInspector.TimelineOverviewPane.prototype._forAllRecords

Completed in 184 milliseconds