Home | History | Annotate | Download | only in front_end

Lines Matching refs:ProgressIndicator

1096             var progressIndicator = new WebInspector.ProgressIndicator();
1097 this._progressBarContainer.appendChild(progressIndicator.element);
1099 harWriter.write(stream, this._requests.filter(WebInspector.NetworkLogView.HTTPRequestsFilter), progressIndicator);