Searched refs:_makeKey (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ProfilesPanel.js | 280 _makeKey: function(text, profileTypeId) method in WebInspector.ProfilesPanel 302 this._profilesIdMap[this._makeKey(profile.uid, typeId)] = profile; 305 var profileTitleKey = this._makeKey(profile.title, typeId); 371 delete this._profilesIdMap[this._makeKey(profile.uid, typeId)]; 373 var profileTitleKey = this._makeKey(profile.title, typeId); 434 return !!this._profilesIdMap[this._makeKey(profile.uid, profile.typeId)]; 439 return this._profilesIdMap[this._makeKey(uid, typeId)]; 444 …var profile = this._profilesIdMap[this._makeKey(uid, WebInspector.HeapSnapshotProfileType.TypeId)]; 473 …var profile = this._profilesIdMap[this._makeKey(uid, WebInspector.HeapSnapshotProfileType.TypeId)]; 489 …var profile = this._profilesIdMap[this._makeKey(uid, WebInspector.HeapSnapshotProfileType.TypeId)]; [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 45753 (WebInspector.ProfilesPanel.prototype._makeKey):
|