Searched refs:_frames (Results 1 – 3 of 3) sorted by relevance
79 this._frames = {};116 this._frames[frame.id] = frame;191 if (this._frames[frameId])194 var parentFrame = parentFrameId ? this._frames[parentFrameId] : null;213 var frame = this._frames[framePayload.id];253 var frame = this._frames[frameId];276 var frame = this._frames[request.frameId];292 var frame = this._frames[frameId];310 return this._frames[frameId];329 return Object.values(this._frames);[all …]
59 this._frames = []; property in WebInspector.NetworkRequest913 return this._frames;922 return this._frames[position];952 if (this._frames.length >= 100)953 this._frames.splice(0, 10);954 this._frames.push(frameOrError);
267 return this._frames;281 this._frames = []; property292 this._frames.push(frame);649 …var firstFrame = insertionIndexForObjectInListSortedByFunction(startTime, this._frames, compareSta…650 …var lastFrame = insertionIndexForObjectInListSortedByFunction(endTime, this._frames, compareEndTim…651 while (lastFrame < this._frames.length && this._frames[lastFrame].endTime <= endTime)653 return this._frames.slice(firstFrame, lastFrame);