Searched refs:_profiles (Results 1 – 3 of 3) sorted by relevance
124 this._profiles = []; property in WebInspector.ProfilesPanel209 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 = []; property301 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 …]
101 var list = this._profiles();295 if (this.baseSnapshot.uid === this._profiles()[this.baseSelectElement.selectedIndex].uid)323 _profiles: function() method in WebInspector.HeapSnapshotView439 …this._loadProfile(this._profiles()[this.baseSelectElement.selectedIndex], profileLoaded.bind(this)…472 var list = this._profiles();
484 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.DetailedHeapshotView942 var list = this._profiles();