Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DProfilesPanel.js244 _makeKey: function(text, profileTypeId) method in WebInspector.ProfilesPanel
259 this._profilesIdMap[this._makeKey(profile.uid, typeId)] = profile;
262 var profileTitleKey = this._makeKey(profile.title, typeId);
349 this.showProfile(this._profilesIdMap[this._makeKey(match[3], match[1])]);
376 var titleKey = this._makeKey(title, typeId);
/external/webkit/WebCore/
DChangeLog-2010-01-2945753 (WebInspector.ProfilesPanel.prototype._makeKey):