Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DProfilesPanel.js122 this._profiles = []; property in WebInspector.ProfilesPanel
185 for (var i = 0; i < this._profiles.length; ++i)
186 delete this._profiles[i]._profileView;
192 this._profiles = []; property
258 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];