Searched refs:_refresh (Results 1 – 4 of 4) sorted by relevance
47 …s._request.addEventListener(WebInspector.NetworkRequest.Events.TimingChanged, this._refresh, this);63 this._refresh();68 …request.removeEventListener(WebInspector.NetworkRequest.Events.TimingChanged, this._refresh, this);71 _refresh: function() method in WebInspector.RequestTimingView
55 this._refreshButton.addEventListener("click", this._refresh, this);92 _refresh: function() method in WebInspector.FileSystemView
81 this._refresh();277 this._refresh();280 _refresh: function() method in WebInspector.CookiesTable
851 this._refresh();1012 this._refresh();1015 this._refreshTimeout = setTimeout(this._refresh.bind(this), 300);1019 _refresh: function() method in WebInspector.TimelinePanel