Searched refs:_profiles (Results 1 – 1 of 1) sorted by relevance
122 this._profiles = []; property in WebInspector.ProfilesPanel185 for (var i = 0; i < this._profiles.length; ++i)186 delete this._profiles[i]._profileView;192 this._profiles = []; property258 this._profiles.push(profile);399 var profilesLength = this._profiles.length;401 var profile = this._profiles[i];420 if (!this._profiles)423 for (var i = 0; i < this._profiles.length; ++i) {424 var profile = this._profiles[i];