Home
last modified time | relevance | path

Searched refs:_profiles (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DProfilesPanel.js124 this._profiles = []; property in WebInspector.ProfilesPanel
209 for (var i = 0; i < this._profiles.length; ++i) {
210 var view = this._profiles[i]._profileView;
213 delete this._profiles[i]._profileView;
220 this._profiles = []; property
301 this._profiles.push(profile);
364 for (var i = 0; i < this._profiles.length; ++i) {
365 if (this._profiles[i].uid === profile.uid) {
366 profile = this._profiles[i];
367 this._profiles.splice(i, 1);
[all …]
DHeapSnapshotView.js101 var list = this._profiles();
295 if (this.baseSnapshot.uid === this._profiles()[this.baseSelectElement.selectedIndex].uid)
323 _profiles: function() method in WebInspector.HeapSnapshotView
439 …this._loadProfile(this._profiles()[this.baseSelectElement.selectedIndex], profileLoaded.bind(this)…
472 var list = this._profiles();
DDetailedHeapshotView.js484 var list = this._profiles();
716 if (this._baseProfileUid === this._profiles()[this.baseSelectElement.selectedIndex].uid)
719 this._baseProfileUid = this._profiles()[this.baseSelectElement.selectedIndex].uid;
744 _profiles: function() method in WebInspector.DetailedHeapshotView
942 var list = this._profiles();