Searched refs:_makeKey (Results 1 – 2 of 2) sorted by relevance
244 _makeKey: function(text, profileTypeId) method in WebInspector.ProfilesPanel259 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);
45753 (WebInspector.ProfilesPanel.prototype._makeKey):