Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DRequestTimingView.js47 …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
DFileSystemView.js55 this._refreshButton.addEventListener("click", this._refresh, this);
92 _refresh: function() method in WebInspector.FileSystemView
DCookiesTable.js81 this._refresh();
277 this._refresh();
280 _refresh: function() method in WebInspector.CookiesTable
DTimelinePanel.js851 this._refresh();
1012 this._refresh();
1015 this._refreshTimeout = setTimeout(this._refresh.bind(this), 300);
1019 _refresh: function() method in WebInspector.TimelinePanel